Lines Matching defs:lock_flags
487 int lock_flags) __releases(RCU)
566 if (lock_flags != 0)
567 xfs_ilock(ip, lock_flags);
604 int lock_flags)
674 if (lock_flags) {
675 if (!xfs_ilock_nowait(ip, lock_flags))
714 if (lock_flags)
715 xfs_iunlock(ip, lock_flags);
730 * The inode is locked according to the value of the lock_flags parameter.
740 uint lock_flags,
748 ASSERT((lock_flags & (XFS_IOLOCK_EXCL | XFS_IOLOCK_SHARED)) == 0);
766 error = xfs_iget_cache_hit(pag, ip, ino, flags, lock_flags);
778 flags, lock_flags);