Home
last modified time | relevance | path

Searched refs:rm_xquota (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dquota.h442 int (*rm_xquota)(struct super_block *, unsigned int); member
/linux/fs/quota/
H A Dquota.c761 if (!sb->s_qcop->rm_xquota) in quota_rmxquota()
763 return sb->s_qcop->rm_xquota(sb, flags); in quota_rmxquota()