Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_qm.h93 xfs_quota_inode(struct xfs_mount *mp, xfs_dqtype_t type) in xfs_quota_inode() function
H A 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()
723 struct xfs_inode *quotip = xfs_quota_inode(mp, type); in xfs_dq_get_next_id()
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dquota.c59 sc->ip = xfs_quota_inode(sc->mp, dqtype); in xchk_setup_quota()