Searched refs:xfs_quota_inode (Results 1 - 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/fs/xfs/ |
| H A D | xfs_qm.h | 93 xfs_quota_inode(struct xfs_mount *mp, xfs_dqtype_t type) in xfs_quota_inode() function
|
| H A D | xfs_dquot.c | 301 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()
|
| /kernel/linux/linux-6.6/fs/xfs/ |
| H A D | xfs_qm.h | 92 xfs_quota_inode(struct xfs_mount *mp, xfs_dqtype_t type) in xfs_quota_inode() function
|
| H A D | xfs_dquot.c | 297 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() 703 struct xfs_inode *quotip = xfs_quota_inode(mp, type); in xfs_dq_get_next_id()
|
| /kernel/linux/linux-5.10/fs/xfs/scrub/ |
| H A D | quota.c | 59 sc->ip = xfs_quota_inode(sc->mp, dqtype); in xchk_setup_quota()
|
| /kernel/linux/linux-6.6/fs/xfs/scrub/ |
| H A D | quota.c | 63 error = xchk_install_live_inode(sc, xfs_quota_inode(sc->mp, dqtype)); in xchk_setup_quota()
|
Completed in 5 milliseconds