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

/linux-master/fs/quota/
H A Dquota.c58 if (sb->s_qcop && sb->s_qcop->quota_sync &&
60 sb->s_qcop->quota_sync(sb, type);
89 if (!sb->s_qcop->quota_on && !sb->s_qcop->quota_enable)
91 if (sb->s_qcop->quota_enable)
92 return sb->s_qcop->quota_enable(sb, qtype_enforce_flag(type));
95 return sb->s_qcop->quota_on(sb, type, id, path);
100 if (!sb->s_qcop->quota_off && !sb->s_qcop
[all...]
H A Ddquot.c2419 if (!sb->dq_op || !sb->s_qcop ||
/linux-master/fs/jfs/
H A Dsuper.c537 sb->s_qcop = &jfs_quotactl_ops;
/linux-master/fs/gfs2/
H A Dops_fstype.c1181 sb->s_qcop = &gfs2_quotactl_ops;
/linux-master/fs/ext2/
H A Dsuper.c1169 sb->s_qcop = &ext2_quotactl_ops;
/linux-master/fs/xfs/
H A Dxfs_super.c1517 sb->s_qcop = &xfs_quotactl_operations;
/linux-master/fs/ocfs2/
H A Dsuper.c2019 sb->s_qcop = &dquot_quotactl_sysfile_ops;
/linux-master/fs/reiserfs/
H A Dsuper.c1688 s->s_qcop = &reiserfs_qctl_operations;
/linux-master/fs/bcachefs/
H A Dfs.c1945 sb->s_qcop = &bch2_quotactl_operations;
/linux-master/include/linux/
H A Dfs.h1216 const struct quotactl_ops *s_qcop; member in struct:super_block
/linux-master/fs/ext4/
H A Dsuper.c5339 sb->s_qcop = &dquot_quotactl_sysfile_ops;
5341 sb->s_qcop = &ext4_qctl_operations;
/linux-master/mm/
H A Dshmem.c4416 sb->s_qcop = &dquot_quotactl_sysfile_ops;
/linux-master/fs/f2fs/
H A Dsuper.c4409 sb->s_qcop = &f2fs_quotactl_ops;

Completed in 291 milliseconds