Searched refs:XFS_IGET_CREATE (Results 1 – 3 of 3) sorted by relevance
37 #define XFS_IGET_CREATE (1U << 0) macro
424 if (flags & XFS_IGET_CREATE) { in xfs_iget_check_free_state()662 if (xfs_has_v3inodes(mp) && (flags & XFS_IGET_CREATE)) { in xfs_iget_cache_miss()
600 error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE, XFS_ILOCK_EXCL, &ip); in xfs_icreate()