Searched refs:BTRFS_ILOCK_MMAP (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | file.c | 2127 btrfs_inode_lock(inode, BTRFS_ILOCK_MMAP); in btrfs_sync_file() 2151 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_sync_file() 2254 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_sync_file() 2322 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_sync_file() 2917 btrfs_inode_lock(inode, BTRFS_ILOCK_MMAP); in btrfs_punch_hole() 2965 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_punch_hole() 3064 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_punch_hole() 3375 btrfs_inode_lock(inode, BTRFS_ILOCK_MMAP); in btrfs_fallocate() 3425 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_fallocate() 3523 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_fallocate()
|
D | reflink.c | 890 btrfs_inode_lock(src_inode, BTRFS_ILOCK_MMAP); in btrfs_remap_file_range() 908 btrfs_inode_unlock(src_inode, BTRFS_ILOCK_MMAP); in btrfs_remap_file_range()
|
D | ctree.h | 3481 #define BTRFS_ILOCK_MMAP (1U << 2) macro
|
D | inode.c | 157 if (ilock_flags & BTRFS_ILOCK_MMAP) in btrfs_inode_lock() 170 if (ilock_flags & BTRFS_ILOCK_MMAP) in btrfs_inode_unlock()
|