Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_qm.h97 xfs_quota_inode(struct xfs_mount *mp, xfs_dqtype_t type) in xfs_quota_inode() function
H A Dxfs_dquot.c351 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_alloc()
463 struct xfs_inode *quotip = xfs_quota_inode(mp, qtype); in xfs_dquot_disk_read()
756 struct xfs_inode *quotip = xfs_quota_inode(mp, type); in xfs_dq_get_next_id()
/linux/fs/xfs/scrub/
H A Ddqiterate.c34 cursor->quota_ip = xfs_quota_inode(sc->mp, cursor->dqtype); in xchk_dqiter_init()
H A Dquota.c65 error = xchk_install_live_inode(sc, xfs_quota_inode(sc->mp, dqtype)); in xchk_setup_quota()