Home
last modified time | relevance | path

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

/linux-4.1.27/fs/quota/
Dquota.c52 if (sb->s_qcop && sb->s_qcop->quota_sync && in quota_sync_one()
54 sb->s_qcop->quota_sync(sb, type); in quota_sync_one()
85 if (!sb->s_qcop->quota_on && !sb->s_qcop->quota_enable) in quota_quotaon()
87 if (sb->s_qcop->quota_enable) in quota_quotaon()
88 return sb->s_qcop->quota_enable(sb, qtype_enforce_flag(type)); in quota_quotaon()
91 return sb->s_qcop->quota_on(sb, type, id, path); in quota_quotaon()
96 if (!sb->s_qcop->quota_off && !sb->s_qcop->quota_disable) in quota_quotaoff()
98 if (sb->s_qcop->quota_disable) in quota_quotaoff()
99 return sb->s_qcop->quota_disable(sb, qtype_enforce_flag(type)); in quota_quotaoff()
100 return sb->s_qcop->quota_off(sb, type); in quota_quotaoff()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/
Dlustre_compat25.h105 if (sb->s_qcop->quota_on) { in ll_quota_on()
111 rc = sb->s_qcop->quota_on(sb, off, ver in ll_quota_on()
122 if (sb->s_qcop->quota_off) { in ll_quota_off()
123 return sb->s_qcop->quota_off(sb, off in ll_quota_off()
/linux-4.1.27/fs/jfs/
Dsuper.c542 sb->s_qcop = &dquot_quotactl_ops; in jfs_fill_super()
/linux-4.1.27/fs/xfs/
Dxfs_super.c1468 sb->s_qcop = &xfs_quotactl_operations; in xfs_fs_fill_super()
/linux-4.1.27/fs/gfs2/
Dops_fstype.c1075 sb->s_qcop = &gfs2_quotactl_ops; in fill_super()
/linux-4.1.27/fs/ext2/
Dsuper.c1110 sb->s_qcop = &dquot_quotactl_ops; in ext2_fill_super()
/linux-4.1.27/fs/reiserfs/
Dsuper.c1646 s->s_qcop = &reiserfs_qctl_operations; in read_super_block()
/linux-4.1.27/fs/ocfs2/
Dsuper.c2062 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ocfs2_initialize_super()
/linux-4.1.27/include/linux/
Dfs.h1286 const struct quotactl_ops *s_qcop; member
/linux-4.1.27/fs/ext4/
Dsuper.c4003 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ext4_fill_super()
4005 sb->s_qcop = &ext4_qctl_operations; in ext4_fill_super()
/linux-4.1.27/fs/ext3/
Dsuper.c2013 sb->s_qcop = &ext3_qctl_operations; in ext3_fill_super()