Searched refs:BTRFS_ILOCK_MMAP (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/fs/btrfs/ |
| D | file.c | 2156 btrfs_inode_lock(inode, BTRFS_ILOCK_MMAP); in btrfs_sync_file() 2188 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_sync_file() 2280 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_sync_file() 2310 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_sync_file() 2903 btrfs_inode_lock(inode, BTRFS_ILOCK_MMAP); in btrfs_punch_hole() 2943 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_punch_hole() 3044 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_punch_hole() 3368 btrfs_inode_lock(inode, BTRFS_ILOCK_MMAP); in btrfs_fallocate() 3410 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_fallocate() 3520 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_fallocate()
|
| D | reflink.c | 871 btrfs_inode_lock(src_inode, BTRFS_ILOCK_MMAP); in btrfs_remap_file_range() 889 btrfs_inode_unlock(src_inode, BTRFS_ILOCK_MMAP); in btrfs_remap_file_range()
|
| D | ctree.h | 3228 #define BTRFS_ILOCK_MMAP (1U << 2) macro
|
| D | inode.c | 128 if (ilock_flags & BTRFS_ILOCK_MMAP) in btrfs_inode_lock() 141 if (ilock_flags & BTRFS_ILOCK_MMAP) in btrfs_inode_unlock()
|