Searched refs:XFS_ILOCK_DEP (Results 1 - 2 of 2) sorted by path

/linux-master/fs/xfs/
H A Dxfs_inode.c207 down_write_nested(&ip->i_lock, XFS_ILOCK_DEP(lock_flags));
209 down_read_nested(&ip->i_lock, XFS_ILOCK_DEP(lock_flags));
H A Dxfs_inode.h491 #define XFS_ILOCK_DEP(flags) (((flags) & XFS_ILOCK_DEP_MASK) \ macro

Completed in 338 milliseconds