Lines Matching defs:lock_flags
336 int lock_flags) __releases(RCU)
456 if (lock_flags != 0)
457 xfs_ilock(ip, lock_flags);
480 int lock_flags)
550 if (lock_flags) {
551 if (!xfs_ilock_nowait(ip, lock_flags))
590 if (lock_flags)
591 xfs_iunlock(ip, lock_flags);
606 * The inode is locked according to the value of the lock_flags parameter.
616 uint lock_flags,
624 ASSERT((lock_flags & (XFS_IOLOCK_EXCL | XFS_IOLOCK_SHARED)) == 0);
642 error = xfs_iget_cache_hit(pag, ip, ino, flags, lock_flags);
654 flags, lock_flags);