Searched refs:gfs2_quota (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | quota.c | 206 offset *= sizeof(struct gfs2_quota); in qd2offset() 792 static int gfs2_write_disk_quota(struct gfs2_inode *ip, struct gfs2_quota *qp, in gfs2_write_disk_quota() 800 nbytes = sizeof(struct gfs2_quota); in gfs2_write_disk_quota() 842 struct gfs2_quota q; in gfs2_adjust_quota() 852 memset(&q, 0, sizeof(struct gfs2_quota)); in gfs2_adjust_quota() 880 size = loc + sizeof(struct gfs2_quota); in gfs2_adjust_quota() 909 gfs2_write_calc_reserv(ip, sizeof(struct gfs2_quota), in do_sync() 934 sizeof(struct gfs2_quota))) in do_sync() 996 struct gfs2_quota q; in update_qd() 1001 memset(&q, 0, sizeof(struct gfs2_quota)); in update_qd() [all...] |
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | quota.c | 216 return qd2index(qd) * sizeof(struct gfs2_quota); in qd2offset() 812 static int gfs2_write_disk_quota(struct gfs2_sbd *sdp, struct gfs2_quota *qp, in gfs2_write_disk_quota() 820 nbytes = sizeof(struct gfs2_quota); in gfs2_write_disk_quota() 860 struct gfs2_quota q; in gfs2_adjust_quota() 870 memset(&q, 0, sizeof(struct gfs2_quota)); in gfs2_adjust_quota() 897 size = loc + sizeof(struct gfs2_quota); in gfs2_adjust_quota() 922 gfs2_write_calc_reserv(ip, sizeof(struct gfs2_quota), in do_sync() 945 sizeof(struct gfs2_quota))) in do_sync() 1008 struct gfs2_quota q; in update_qd() 1013 memset(&q, 0, sizeof(struct gfs2_quota)); in update_qd() [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | gfs2_ondisk.h | 215 struct gfs2_quota { struct
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | gfs2_ondisk.h | 215 struct gfs2_quota { struct
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | gfs2_ondisk.h | 150 struct gfs2_quota { struct
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | gfs2_ondisk.h | 150 struct gfs2_quota { struct
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | gfs2_ondisk.h | 134 struct gfs2_quota { struct
|
Completed in 11 milliseconds