fs/gfs2/quota.c
1013
struct gfs2_quota q;
fs/gfs2/quota.c
1018
memset(&q, 0, sizeof(struct gfs2_quota));
fs/gfs2/quota.c
1774
alloc_required = gfs2_write_alloc_required(ip, offset, sizeof(struct gfs2_quota));
fs/gfs2/quota.c
1779
gfs2_write_calc_reserv(ip, sizeof(struct gfs2_quota),
fs/gfs2/quota.c
226
return qd2index(qd) * sizeof(struct gfs2_quota);
fs/gfs2/quota.c
809
static int gfs2_write_disk_quota(struct gfs2_sbd *sdp, struct gfs2_quota *qp,
fs/gfs2/quota.c
817
nbytes = sizeof(struct gfs2_quota);
fs/gfs2/quota.c
857
struct gfs2_quota q;
fs/gfs2/quota.c
867
memset(&q, 0, sizeof(struct gfs2_quota));
fs/gfs2/quota.c
896
size = loc + sizeof(struct gfs2_quota);
fs/gfs2/quota.c
922
gfs2_write_calc_reserv(ip, sizeof(struct gfs2_quota),
fs/gfs2/quota.c
945
sizeof(struct gfs2_quota)))