Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dquota.h422 int (*quota_off)(struct super_block *, int); member
/linux-4.4.14/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.c2762 .quota_off = dquot_quota_off,
/linux-4.4.14/fs/reiserfs/
Dsuper.c808 .quota_off = dquot_quota_off,
/linux-4.4.14/fs/ext4/
Dsuper.c1108 .quota_off = ext4_quota_off,