Searched refs:BTRFS_ILOCK_MMAP (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/fs/btrfs/ |
D | file.c | 2121 btrfs_inode_lock(inode, BTRFS_ILOCK_MMAP); in btrfs_sync_file() 2145 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_sync_file() 2248 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_sync_file() 2316 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_sync_file() 2911 btrfs_inode_lock(inode, BTRFS_ILOCK_MMAP); in btrfs_punch_hole() 2959 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_punch_hole() 3058 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_punch_hole() 3369 btrfs_inode_lock(inode, BTRFS_ILOCK_MMAP); in btrfs_fallocate() 3419 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_fallocate() 3517 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 | 3475 #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()
|