Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_quota.h126 bool xfs_inode_near_dquot_enforcement(struct xfs_inode *ip, xfs_dqtype_t type);
203 #define xfs_inode_near_dquot_enforcement(ip, type) (false) macro
Dxfs_icache.c2061 if (xfs_inode_near_dquot_enforcement(ip, XFS_DQTYPE_USER)) in xfs_inodegc_want_queue_work()
2064 if (xfs_inode_near_dquot_enforcement(ip, XFS_DQTYPE_GROUP)) in xfs_inodegc_want_queue_work()
2067 if (xfs_inode_near_dquot_enforcement(ip, XFS_DQTYPE_PROJ)) in xfs_inodegc_want_queue_work()
Dxfs_qm.c1979 xfs_inode_near_dquot_enforcement( in xfs_inode_near_dquot_enforcement() function