Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_quotaops.c268 .rm_xquota = xfs_fs_rm_xquota,
/linux-4.1.27/include/linux/
Dquota.h430 int (*rm_xquota)(struct super_block *, unsigned int); member
/linux-4.1.27/fs/quota/
Dquota.c634 if (!sb->s_qcop->rm_xquota) in quota_rmxquota()
636 return sb->s_qcop->rm_xquota(sb, flags); in quota_rmxquota()