Home
last modified time | relevance | path

Searched refs:s_qcop (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/fs/quota/
Dquota.c58 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->quota_disable) in quota_quotaoff()
102 if (sb->s_qcop->quota_disable) in quota_quotaoff()
103 return sb->s_qcop->quota_disable(sb, qtype_enforce_flag(type)); in quota_quotaoff()
104 return sb->s_qcop->quota_off(sb, type); in quota_quotaoff()
[all …]
/Linux-v6.1/fs/jfs/
Dsuper.c537 sb->s_qcop = &jfs_quotactl_ops; in jfs_fill_super()
/Linux-v6.1/fs/ext2/
Dsuper.c1177 sb->s_qcop = &ext2_quotactl_ops; in ext2_fill_super()
/Linux-v6.1/fs/gfs2/
Dops_fstype.c1170 sb->s_qcop = &gfs2_quotactl_ops; in gfs2_fill_super()
/Linux-v6.1/fs/xfs/
Dxfs_super.c1466 sb->s_qcop = &xfs_quotactl_operations; in xfs_fs_fill_super()
/Linux-v6.1/fs/reiserfs/
Dsuper.c1689 s->s_qcop = &reiserfs_qctl_operations; in read_super_block()
/Linux-v6.1/fs/ocfs2/
Dsuper.c2016 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ocfs2_initialize_super()
/Linux-v6.1/include/linux/
Dfs.h1460 const struct quotactl_ops *s_qcop; member
/Linux-v6.1/fs/ext4/
Dsuper.c5253 sb->s_qcop = &dquot_quotactl_sysfile_ops; in __ext4_fill_super()
5255 sb->s_qcop = &ext4_qctl_operations; in __ext4_fill_super()
/Linux-v6.1/fs/f2fs/
Dsuper.c4148 sb->s_qcop = &f2fs_quotactl_ops; in f2fs_fill_super()