Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/quota/
A Dquota.c58 if (sb->s_qcop && sb->s_qcop->quota_sync && 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()
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()
126 if (!sb->s_qcop->get_state) in quota_getinfo()
154 if (!sb->s_qcop->set_info) in quota_setinfo()
209 if (!sb->s_qcop->get_dqblk) in quota_getquota()
304 if (!sb->s_qcop->set_dqblk) in quota_setquota()
439 if (!sb->s_qcop->get_state) in quota_getxstate()
[all …]
/linux-6.3-rc2/fs/jfs/
A Dsuper.c537 sb->s_qcop = &jfs_quotactl_ops; in jfs_fill_super()
/linux-6.3-rc2/fs/ext2/
A Dsuper.c1177 sb->s_qcop = &ext2_quotactl_ops; in ext2_fill_super()
/linux-6.3-rc2/fs/gfs2/
A Dops_fstype.c1170 sb->s_qcop = &gfs2_quotactl_ops; in gfs2_fill_super()
/linux-6.3-rc2/fs/xfs/
A Dxfs_super.c1476 sb->s_qcop = &xfs_quotactl_operations; in xfs_fs_fill_super()
/linux-6.3-rc2/fs/reiserfs/
A Dsuper.c1689 s->s_qcop = &reiserfs_qctl_operations; in read_super_block()
/linux-6.3-rc2/fs/ocfs2/
A Dsuper.c2019 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ocfs2_initialize_super()
/linux-6.3-rc2/include/linux/
A Dfs.h1145 const struct quotactl_ops *s_qcop; member
/linux-6.3-rc2/fs/ext4/
A Dsuper.c5251 sb->s_qcop = &dquot_quotactl_sysfile_ops; in __ext4_fill_super()
5253 sb->s_qcop = &ext4_qctl_operations; in __ext4_fill_super()
/linux-6.3-rc2/fs/f2fs/
A Dsuper.c4189 sb->s_qcop = &f2fs_quotactl_ops; in f2fs_fill_super()

Completed in 73 milliseconds