Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_iget.c151 if ((ip->i_d.di_mode == 0) && !(flags & XFS_IGET_CREATE)) { in xfs_iget_cache_hit()
195 if (ip->i_d.di_mode == 0 && !(flags & XFS_IGET_CREATE)) { in xfs_iget_cache_hit()
244 if ((ip->i_d.di_mode == 0) && !(flags & XFS_IGET_CREATE)) { in xfs_iget_cache_miss()
Dxfs_inode.h580 #define XFS_IGET_CREATE 0x1 macro
Dxfs_inode.c1019 XFS_IGET_CREATE, XFS_ILOCK_EXCL, &ip); in xfs_ialloc()