Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/quota/
Dquota.c55 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->quota_disable) in quota_quotaoff()
99 if (sb->s_qcop->quota_disable) in quota_quotaoff()
100 return sb->s_qcop->quota_disable(sb, qtype_enforce_flag(type)); in quota_quotaoff()
101 return sb->s_qcop->quota_off(sb, type); in quota_quotaoff()
[all …]
/kernel/linux/linux-5.10/fs/jfs/
Dsuper.c542 sb->s_qcop = &jfs_quotactl_ops; in jfs_fill_super()
/kernel/linux/linux-5.10/fs/ext2/
Dsuper.c1155 sb->s_qcop = &ext2_quotactl_ops; in ext2_fill_super()
/kernel/linux/linux-5.10/fs/gfs2/
Dops_fstype.c1142 sb->s_qcop = &gfs2_quotactl_ops; in gfs2_fill_super()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_super.c1407 sb->s_qcop = &xfs_quotactl_operations; in xfs_fc_fill_super()
/kernel/linux/linux-5.10/fs/reiserfs/
Dsuper.c1695 s->s_qcop = &reiserfs_qctl_operations; in read_super_block()
/kernel/linux/linux-5.10/fs/ocfs2/
Dsuper.c2038 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ocfs2_initialize_super()
/kernel/linux/linux-5.10/include/linux/
Dfs.h1426 const struct quotactl_ops *s_qcop; member
/kernel/linux/linux-5.10/fs/ext4/
Dsuper.c4721 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ext4_fill_super()
4723 sb->s_qcop = &ext4_qctl_operations; in ext4_fill_super()
/kernel/linux/linux-5.10/fs/f2fs/
Dsuper.c3664 sb->s_qcop = &f2fs_quotactl_ops; in f2fs_fill_super()