Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_quotaops.c286 .rm_xquota = xfs_fs_rm_xquota,
/kernel/linux/linux-5.10/include/linux/
Dquota.h440 int (*rm_xquota)(struct super_block *, unsigned int); member
/kernel/linux/linux-5.10/fs/quota/
Dquota.c757 if (!sb->s_qcop->rm_xquota) in quota_rmxquota()
759 return sb->s_qcop->rm_xquota(sb, flags); in quota_rmxquota()