Home
last modified time | relevance | path

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

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