Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_qm.h93 xfs_quota_inode(struct xfs_mount *mp, xfs_dqtype_t type) in xfs_quota_inode() function
Dxfs_dquot.c301 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_alloc()
393 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_read()
688 struct xfs_inode *quotip = xfs_quota_inode(mp, type); in xfs_dq_get_next_id()
/Linux-v5.10/fs/xfs/scrub/
Dquota.c59 sc->ip = xfs_quota_inode(sc->mp, dqtype); in xchk_setup_quota()