Lines Matching refs:ilock_flags
1665 unsigned int ilock_flags = 0; in btrfs_buffered_write() local
1668 ilock_flags |= BTRFS_ILOCK_TRY; in btrfs_buffered_write()
1670 ret = btrfs_inode_lock(inode, ilock_flags); in btrfs_buffered_write()
1886 btrfs_inode_unlock(inode, ilock_flags); in btrfs_buffered_write()
1914 unsigned int ilock_flags = 0; in btrfs_direct_write() local
1918 ilock_flags |= BTRFS_ILOCK_TRY; in btrfs_direct_write()
1922 ilock_flags |= BTRFS_ILOCK_SHARED; in btrfs_direct_write()
1925 err = btrfs_inode_lock(inode, ilock_flags); in btrfs_direct_write()
1931 btrfs_inode_unlock(inode, ilock_flags); in btrfs_direct_write()
1937 btrfs_inode_unlock(inode, ilock_flags); in btrfs_direct_write()
1946 if ((ilock_flags & BTRFS_ILOCK_SHARED) && in btrfs_direct_write()
1948 btrfs_inode_unlock(inode, ilock_flags); in btrfs_direct_write()
1949 ilock_flags &= ~BTRFS_ILOCK_SHARED; in btrfs_direct_write()
1954 btrfs_inode_unlock(inode, ilock_flags); in btrfs_direct_write()
1961 btrfs_inode_unlock(inode, ilock_flags); in btrfs_direct_write()