Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_quotaops.c283 .rm_xquota = xfs_fs_rm_xquota,
/Linux-v5.4/include/linux/
Dquota.h440 int (*rm_xquota)(struct super_block *, unsigned int); member
/Linux-v5.4/fs/quota/
Dquota.c678 if (!sb->s_qcop->rm_xquota) in quota_rmxquota()
680 return sb->s_qcop->rm_xquota(sb, flags); in quota_rmxquota()