Searched refs:BTRFS_ILOCK_SHARED (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | file.c | 1477 ilock_flags |= BTRFS_ILOCK_SHARED; in btrfs_direct_write() 1485 if ((ilock_flags & BTRFS_ILOCK_SHARED) && !IS_NOSEC(inode)) { in btrfs_direct_write() 1487 ilock_flags &= ~BTRFS_ILOCK_SHARED; in btrfs_direct_write() 1508 if ((ilock_flags & BTRFS_ILOCK_SHARED) && in btrfs_direct_write() 1511 ilock_flags &= ~BTRFS_ILOCK_SHARED; in btrfs_direct_write() 3691 btrfs_inode_lock(BTRFS_I(inode), BTRFS_ILOCK_SHARED); in btrfs_file_llseek() local 3693 btrfs_inode_unlock(BTRFS_I(inode), BTRFS_ILOCK_SHARED); in btrfs_file_llseek() local 3754 btrfs_inode_lock(BTRFS_I(inode), BTRFS_ILOCK_SHARED); in btrfs_direct_read() 3803 btrfs_inode_unlock(BTRFS_I(inode), BTRFS_ILOCK_SHARED); in btrfs_direct_read() local
|
H A D | btrfs_inode.h | 523 ENUM_BIT(BTRFS_ILOCK_SHARED),
|
H A D | inode.c | 355 * BTRFS_ILOCK_SHARED - acquire a shared lock on the inode 362 if (ilock_flags & BTRFS_ILOCK_SHARED) { in btrfs_inode_lock() 394 if (ilock_flags & BTRFS_ILOCK_SHARED) in btrfs_inode_unlock() 9902 btrfs_inode_unlock(inode, BTRFS_ILOCK_SHARED); in btrfs_encoded_read_inline() 10018 btrfs_inode_unlock(inode, BTRFS_ILOCK_SHARED); in btrfs_encoded_read_regular() 10067 btrfs_inode_lock(inode, BTRFS_ILOCK_SHARED); in btrfs_encoded_read() 10070 btrfs_inode_unlock(inode, BTRFS_ILOCK_SHARED); in btrfs_encoded_read() 10168 btrfs_inode_unlock(inode, BTRFS_ILOCK_SHARED); in btrfs_encoded_read() 10191 btrfs_inode_unlock(inode, BTRFS_ILOCK_SHARED); in btrfs_encoded_read()
|
H A D | extent_io.c | 2938 btrfs_inode_lock(inode, BTRFS_ILOCK_SHARED); in extent_fiemap() 3132 btrfs_inode_unlock(inode, BTRFS_ILOCK_SHARED); in extent_fiemap()
|
H A D | delayed-inode.c | 1688 btrfs_inode_unlock(BTRFS_I(inode), BTRFS_ILOCK_SHARED); in btrfs_readdir_get_delayed_items()
|
Completed in 26 milliseconds