Lines Matching refs:gfs2_quota
209 offset *= sizeof(struct gfs2_quota); in qd2offset()
682 struct gfs2_quota q; in gfs2_adjust_quota()
692 memset(&q, 0, sizeof(struct gfs2_quota)); in gfs2_adjust_quota()
717 nbytes = sizeof(struct gfs2_quota); in gfs2_adjust_quota()
759 if (offset + sizeof(struct gfs2_quota) > PAGE_CACHE_SIZE) in gfs2_adjust_quota()
769 if ((offset + sizeof(struct gfs2_quota)) > PAGE_CACHE_SIZE) { in gfs2_adjust_quota()
771 nbytes = sizeof(struct gfs2_quota) - nbytes; in gfs2_adjust_quota()
777 size = loc + sizeof(struct gfs2_quota); in gfs2_adjust_quota()
809 gfs2_write_calc_reserv(ip, sizeof(struct gfs2_quota), in do_sync()
832 sizeof(struct gfs2_quota))) in do_sync()
891 struct gfs2_quota q; in update_qd()
896 memset(&q, 0, sizeof(struct gfs2_quota)); in update_qd()
1628 alloc_required = gfs2_write_alloc_required(ip, offset, sizeof(struct gfs2_quota)); in gfs2_set_dqblk()
1633 gfs2_write_calc_reserv(ip, sizeof(struct gfs2_quota), in gfs2_set_dqblk()