fs/gfs2/quota.c
1004
memset(&q, 0, sizeof(struct gfs2_quota));
fs/gfs2/quota.c
1762
alloc_required = gfs2_write_alloc_required(ip, offset, sizeof(struct gfs2_quota));
fs/gfs2/quota.c
1767
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
795
static int gfs2_write_disk_quota(struct gfs2_sbd *sdp, struct gfs2_quota *qp,
fs/gfs2/quota.c
803
nbytes = sizeof(struct gfs2_quota);
fs/gfs2/quota.c
843
struct gfs2_quota q;
fs/gfs2/quota.c
853
memset(&q, 0, sizeof(struct gfs2_quota));
fs/gfs2/quota.c
882
size = loc + sizeof(struct gfs2_quota);
fs/gfs2/quota.c
908
gfs2_write_calc_reserv(ip, sizeof(struct gfs2_quota),
fs/gfs2/quota.c
931
sizeof(struct gfs2_quota)))
fs/gfs2/quota.c
999
struct gfs2_quota q;