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

/linux-master/fs/xfs/
H A Dxfs_quota.h132 bool xfs_inode_near_dquot_enforcement(struct xfs_inode *ip, xfs_dqtype_t type);
215 #define xfs_inode_near_dquot_enforcement(ip, type) (false) macro
H A Dxfs_icache.c2018 if (xfs_inode_near_dquot_enforcement(ip, XFS_DQTYPE_USER))
2021 if (xfs_inode_near_dquot_enforcement(ip, XFS_DQTYPE_GROUP))
2024 if (xfs_inode_near_dquot_enforcement(ip, XFS_DQTYPE_PROJ))
H A Dxfs_qm.c1940 xfs_inode_near_dquot_enforcement( function

Completed in 202 milliseconds