Home
last modified time | relevance | path

Searched refs:quota_off (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/
Dlustre_compat25.h122 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/include/linux/
Dquota.h422 int (*quota_off)(struct super_block *, int); member
/linux-4.1.27/fs/quota/
Dquota.c96 if (!sb->s_qcop->quota_off && !sb->s_qcop->quota_disable) in quota_quotaoff()
100 return sb->s_qcop->quota_off(sb, type); in quota_quotaoff()
Ddquot.c2724 .quota_off = dquot_quota_off,
/linux-4.1.27/fs/reiserfs/
Dsuper.c808 .quota_off = dquot_quota_off,
/linux-4.1.27/fs/ext3/
Dsuper.c790 .quota_off = dquot_quota_off,
/linux-4.1.27/fs/ext4/
Dsuper.c1091 .quota_off = ext4_quota_off,