Home
last modified time | relevance | path

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

/linux-4.19.296/fs/quota/
Dquota.c54 if (sb->s_qcop && sb->s_qcop->quota_sync && in quota_sync_one()
56 sb->s_qcop->quota_sync(sb, type); in quota_sync_one()
87 if (!sb->s_qcop->quota_on && !sb->s_qcop->quota_enable) in quota_quotaon()
89 if (sb->s_qcop->quota_enable) in quota_quotaon()
90 return sb->s_qcop->quota_enable(sb, qtype_enforce_flag(type)); in quota_quotaon()
93 return sb->s_qcop->quota_on(sb, type, id, path); in quota_quotaon()
98 if (!sb->s_qcop->quota_off && !sb->s_qcop->quota_disable) in quota_quotaoff()
100 if (sb->s_qcop->quota_disable) in quota_quotaoff()
101 return sb->s_qcop->quota_disable(sb, qtype_enforce_flag(type)); in quota_quotaoff()
102 return sb->s_qcop->quota_off(sb, type); in quota_quotaoff()
[all …]
/linux-4.19.296/fs/jfs/
Dsuper.c569 sb->s_qcop = &jfs_quotactl_ops; in jfs_fill_super()
/linux-4.19.296/fs/gfs2/
Dops_fstype.c1072 sb->s_qcop = &gfs2_quotactl_ops; in fill_super()
/linux-4.19.296/fs/f2fs/
Dsuper.c2889 sb->s_qcop = &dquot_quotactl_sysfile_ops; in f2fs_fill_super()
2891 sb->s_qcop = &f2fs_quotactl_ops; in f2fs_fill_super()
/linux-4.19.296/fs/xfs/
Dxfs_super.c1602 sb->s_qcop = &xfs_quotactl_operations; in xfs_fs_fill_super()
/linux-4.19.296/fs/ext2/
Dsuper.c1183 sb->s_qcop = &ext2_quotactl_ops; in ext2_fill_super()
/linux-4.19.296/fs/reiserfs/
Dsuper.c1695 s->s_qcop = &reiserfs_qctl_operations; in read_super_block()
/linux-4.19.296/fs/ocfs2/
Dsuper.c2074 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ocfs2_initialize_super()
/linux-4.19.296/fs/ext4/
Dsuper.c4273 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ext4_fill_super()
4275 sb->s_qcop = &ext4_qctl_operations; in ext4_fill_super()
/linux-4.19.296/include/linux/
Dfs.h1381 const struct quotactl_ops *s_qcop; member