Searched refs:s_qcop (Results 1 – 10 of 10) sorted by relevance
57 if (sb->s_qcop && sb->s_qcop->quota_sync && in quota_sync_one()59 sb->s_qcop->quota_sync(sb, type); in quota_sync_one()88 if (!sb->s_qcop->quota_on && !sb->s_qcop->quota_enable) in quota_quotaon()90 if (sb->s_qcop->quota_enable) in quota_quotaon()91 return sb->s_qcop->quota_enable(sb, qtype_enforce_flag(type)); in quota_quotaon()94 return sb->s_qcop->quota_on(sb, type, id, path); in quota_quotaon()99 if (!sb->s_qcop->quota_off && !sb->s_qcop->quota_disable) in quota_quotaoff()101 if (sb->s_qcop->quota_disable) in quota_quotaoff()102 return sb->s_qcop->quota_disable(sb, qtype_enforce_flag(type)); in quota_quotaoff()103 return sb->s_qcop->quota_off(sb, type); in quota_quotaoff()[all …]
542 sb->s_qcop = &jfs_quotactl_ops; in jfs_fill_super()
1153 sb->s_qcop = &ext2_quotactl_ops; in ext2_fill_super()
1167 sb->s_qcop = &gfs2_quotactl_ops; in gfs2_fill_super()
1431 sb->s_qcop = &xfs_quotactl_operations; in xfs_fs_fill_super()
1695 s->s_qcop = &reiserfs_qctl_operations; in read_super_block()
2034 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ocfs2_initialize_super()
1474 const struct quotactl_ops *s_qcop; member
4605 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ext4_fill_super()4607 sb->s_qcop = &ext4_qctl_operations; in ext4_fill_super()
3968 sb->s_qcop = &f2fs_quotactl_ops; in f2fs_fill_super()