Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_iget.c217 if (ip->i_d.di_mode == 0 && !(flags & XFS_IGET_CREATE)) { in xfs_iget_cache_hit()
329 if ((ip->i_d.di_mode == 0) && !(flags & XFS_IGET_CREATE)) { in xfs_iget_cache_miss()
Dxfs_inode.h555 #define XFS_IGET_CREATE 0x1 macro
Dxfs_inode.c989 error = xfs_iget(tp->t_mountp, tp, ino, XFS_IGET_CREATE, in xfs_ialloc()