Lines Matching refs:ilock_flags
803 unsigned int ilock_flags = 0; in btrfs_direct_write() local
807 ilock_flags |= BTRFS_ILOCK_TRY; in btrfs_direct_write()
816 ilock_flags |= BTRFS_ILOCK_SHARED; in btrfs_direct_write()
819 ret = btrfs_inode_lock(BTRFS_I(inode), ilock_flags); in btrfs_direct_write()
824 if ((ilock_flags & BTRFS_ILOCK_SHARED) && !IS_NOSEC(inode)) { in btrfs_direct_write()
825 btrfs_inode_unlock(BTRFS_I(inode), ilock_flags); in btrfs_direct_write()
826 ilock_flags &= ~BTRFS_ILOCK_SHARED; in btrfs_direct_write()
832 btrfs_inode_unlock(BTRFS_I(inode), ilock_flags); in btrfs_direct_write()
838 btrfs_inode_unlock(BTRFS_I(inode), ilock_flags); in btrfs_direct_write()
847 if ((ilock_flags & BTRFS_ILOCK_SHARED) && in btrfs_direct_write()
849 btrfs_inode_unlock(BTRFS_I(inode), ilock_flags); in btrfs_direct_write()
850 ilock_flags &= ~BTRFS_ILOCK_SHARED; in btrfs_direct_write()
855 btrfs_inode_unlock(BTRFS_I(inode), ilock_flags); in btrfs_direct_write()
871 btrfs_inode_unlock(BTRFS_I(inode), ilock_flags); in btrfs_direct_write()
944 btrfs_inode_unlock(BTRFS_I(inode), ilock_flags); in btrfs_direct_write()