/kernel/linux/linux-5.10/fs/quota/ |
H A D | quota.c | 55 if (sb->s_qcop && sb->s_qcop->quota_sync && in quota_sync_one() 57 sb->s_qcop->quota_sync(sb, type); in quota_sync_one() 86 if (!sb->s_qcop->quota_on && !sb->s_qcop->quota_enable) in quota_quotaon() 88 if (sb->s_qcop->quota_enable) in quota_quotaon() 89 return sb->s_qcop->quota_enable(sb, qtype_enforce_flag(type)); in quota_quotaon() 92 return sb->s_qcop->quota_on(sb, type, id, path); in quota_quotaon() 97 if (!sb->s_qcop->quota_off && !sb->s_qcop in quota_quotaoff() [all...] |
/kernel/linux/linux-6.6/fs/quota/ |
H A D | quota.c | 58 if (sb->s_qcop && sb->s_qcop->quota_sync && in quota_sync_one() 60 sb->s_qcop->quota_sync(sb, type); in quota_sync_one() 89 if (!sb->s_qcop->quota_on && !sb->s_qcop->quota_enable) in quota_quotaon() 91 if (sb->s_qcop->quota_enable) in quota_quotaon() 92 return sb->s_qcop->quota_enable(sb, qtype_enforce_flag(type)); in quota_quotaon() 95 return sb->s_qcop->quota_on(sb, type, id, path); in quota_quotaon() 100 if (!sb->s_qcop->quota_off && !sb->s_qcop in quota_quotaoff() [all...] |
H A D | dquot.c | 2428 if (!sb->dq_op || !sb->s_qcop || in dquot_load_quota_sb()
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | super.c | 542 sb->s_qcop = &jfs_quotactl_ops; in jfs_fill_super()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | super.c | 537 sb->s_qcop = &jfs_quotactl_ops; in jfs_fill_super()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | ops_fstype.c | 1147 sb->s_qcop = &gfs2_quotactl_ops; in gfs2_fill_super()
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | super.c | 1159 sb->s_qcop = &ext2_quotactl_ops; in ext2_fill_super()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | super.c | 2029 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ocfs2_initialize_super()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | super.c | 1689 s->s_qcop = &reiserfs_qctl_operations; in read_super_block()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_super.c | 1429 sb->s_qcop = &xfs_quotactl_operations; in xfs_fc_fill_super()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | ops_fstype.c | 1185 sb->s_qcop = &gfs2_quotactl_ops; in gfs2_fill_super()
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | super.c | 1169 sb->s_qcop = &ext2_quotactl_ops; in ext2_fill_super()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | super.c | 2020 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ocfs2_initialize_super()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | super.c | 1689 s->s_qcop = &reiserfs_qctl_operations; in read_super_block()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_super.c | 1526 sb->s_qcop = &xfs_quotactl_operations; in xfs_fs_fill_super()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 1434 const struct quotactl_ops *s_qcop; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 1199 const struct quotactl_ops *s_qcop; member
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | super.c | 3661 sb->s_qcop = &f2fs_quotactl_ops; in f2fs_fill_super()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | super.c | 4735 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ext4_fill_super() 4737 sb->s_qcop = &ext4_qctl_operations; in ext4_fill_super()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | super.c | 5345 sb->s_qcop = &dquot_quotactl_sysfile_ops; in __ext4_fill_super() 5347 sb->s_qcop = &ext4_qctl_operations; in __ext4_fill_super()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | super.c | 4462 sb->s_qcop = &f2fs_quotactl_ops; in f2fs_fill_super()
|
/kernel/linux/linux-6.6/mm/ |
H A D | shmem.c | 4359 sb->s_qcop = &dquot_quotactl_sysfile_ops; in shmem_fill_super()
|