Home
last modified time | relevance | path

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

/linux-6.15/fs/quota/
H 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 …]
H A Ddquot.c2420 if (!sb->dq_op || !sb->s_qcop || in dquot_load_quota_sb()
/linux-6.15/fs/jfs/
H A Dsuper.c504 sb->s_qcop = &jfs_quotactl_ops; in jfs_fill_super()
/linux-6.15/fs/gfs2/
H A Dops_fstype.c1161 sb->s_qcop = &gfs2_quotactl_ops; in gfs2_fill_super()
/linux-6.15/fs/ext2/
H A Dsuper.c1206 sb->s_qcop = &ext2_quotactl_ops; in ext2_fill_super()
/linux-6.15/fs/xfs/
H A Dxfs_super.c1651 sb->s_qcop = &xfs_quotactl_operations; in xfs_fs_fill_super()
/linux-6.15/fs/ocfs2/
H A Dsuper.c1967 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ocfs2_initialize_super()
/linux-6.15/fs/bcachefs/
H A Dfs.c2508 sb->s_qcop = &bch2_quotactl_operations; in bch2_fs_get_tree()
/linux-6.15/include/linux/
H A Dfs.h1322 const struct quotactl_ops *s_qcop; member
/linux-6.15/fs/ext4/
H A Dsuper.c5382 sb->s_qcop = &dquot_quotactl_sysfile_ops; in __ext4_fill_super()
5384 sb->s_qcop = &ext4_qctl_operations; in __ext4_fill_super()
/linux-6.15/fs/f2fs/
H A Dsuper.c4570 sb->s_qcop = &f2fs_quotactl_ops; in f2fs_fill_super()
/linux-6.15/mm/
H A Dshmem.c5087 sb->s_qcop = &dquot_quotactl_sysfile_ops; in shmem_fill_super()