Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode.h521 #define XFS_ILOCK_PARENT (XFS_ILOCK_PARENT_VAL << XFS_ILOCK_SHIFT) macro
H A Dxfs_inode.c345 ASSERT(!(lock_mode & XFS_ILOCK_PARENT)); in xfs_lock_inumorder()
711 xfs_ilock(dp, XFS_ILOCK_EXCL | XFS_ILOCK_PARENT); in xfs_create()