Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_qm.h92 xfs_quota_inode(struct xfs_mount *mp, xfs_dqtype_t type) in xfs_quota_inode() function
Dxfs_dquot.c297 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_alloc()
413 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_read()
702 struct xfs_inode *quotip = xfs_quota_inode(mp, type); in xfs_dq_get_next_id()
/linux-6.1.9/fs/xfs/scrub/
Dquota.c58 sc->ip = xfs_quota_inode(sc->mp, dqtype); in xchk_setup_quota()