Searched refs:xfs_inode_dquot (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_dquot.h | 153 static inline struct xfs_dquot *xfs_inode_dquot( in xfs_inode_dquot() function
|
H A D | xfs_icache.c | 1578 xfs_inode_dquot(ip, XFS_DQTYPE_USER), in xfs_blockgc_free_quota() 1579 xfs_inode_dquot(ip, XFS_DQTYPE_GROUP), in xfs_blockgc_free_quota() 1580 xfs_inode_dquot(ip, XFS_DQTYPE_PROJ), iwalk_flags); in xfs_blockgc_free_quota()
|
H A D | xfs_dquot.c | 953 ASSERT(xfs_inode_dquot(ip, type) == NULL); in xfs_qm_dqget_inode() 984 dqp1 = xfs_inode_dquot(ip, type); in xfs_qm_dqget_inode()
|
H A D | xfs_iomap.c | 339 struct xfs_dquot *dq = xfs_inode_dquot(ip, type); in xfs_quota_need_throttle() 363 struct xfs_dquot *dq = xfs_inode_dquot(ip, type); in xfs_quota_calc_throttle()
|
H A D | xfs_qm.c | 1934 dqp = xfs_inode_dquot(ip, type); in xfs_inode_near_dquot_enforcement()
|