Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_icache.h47 #define XFS_IGET_CREATE 0x1 macro
Dxfs_icache.c188 if (ip->i_d.di_mode == 0 && !(flags & XFS_IGET_CREATE)) { in xfs_iget_cache_hit()
298 if ((ip->i_d.di_mode == 0) && !(flags & XFS_IGET_CREATE)) { in xfs_iget_cache_miss()
Dxfs_inode.c780 error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE, in xfs_ialloc()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_inode_buf.c365 if ((iget_flags & XFS_IGET_CREATE) && in xfs_iread()