Home
last modified time | relevance | path

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

/openbmc/linux/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.c2428 if (!sb->dq_op || !sb->s_qcop || in dquot_load_quota_sb()
/openbmc/linux/fs/jfs/
H A Dsuper.c537 sb->s_qcop = &jfs_quotactl_ops; in jfs_fill_super()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h296 const struct quotactl_ops *s_qcop; member
/openbmc/linux/fs/ext2/
H A Dsuper.c1169 sb->s_qcop = &ext2_quotactl_ops; in ext2_fill_super()
/openbmc/linux/fs/gfs2/
H A Dops_fstype.c1185 sb->s_qcop = &gfs2_quotactl_ops; in gfs2_fill_super()
/openbmc/linux/fs/xfs/
H A Dxfs_super.c1526 sb->s_qcop = &xfs_quotactl_operations; in xfs_fs_fill_super()
/openbmc/linux/fs/reiserfs/
H A Dsuper.c1689 s->s_qcop = &reiserfs_qctl_operations; in read_super_block()
/openbmc/linux/fs/ocfs2/
H A Dsuper.c2020 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ocfs2_initialize_super()
/openbmc/linux/include/linux/
H A Dfs.h1199 const struct quotactl_ops *s_qcop; member
/openbmc/linux/fs/ext4/
H A Dsuper.c5345 sb->s_qcop = &dquot_quotactl_sysfile_ops; in __ext4_fill_super()
5347 sb->s_qcop = &ext4_qctl_operations; in __ext4_fill_super()
/openbmc/linux/mm/
H A Dshmem.c4353 sb->s_qcop = &dquot_quotactl_sysfile_ops; in shmem_fill_super()
/openbmc/linux/fs/f2fs/
H A Dsuper.c4462 sb->s_qcop = &f2fs_quotactl_ops; in f2fs_fill_super()