Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_icache.h37 #define XFS_IGET_CREATE (1U << 0) macro
H A Dxfs_inode.c600 error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE, XFS_ILOCK_EXCL, &ip); in xfs_icreate()