Home
last modified time | relevance | path

Searched refs:BTRFS_ILOCK_MMAP (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/fs/btrfs/
Dfile.c2121 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()
Dreflink.c890 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()
Dctree.h3475 #define BTRFS_ILOCK_MMAP (1U << 2) macro
Dinode.c157 if (ilock_flags & BTRFS_ILOCK_MMAP) in btrfs_inode_lock()
170 if (ilock_flags & BTRFS_ILOCK_MMAP) in btrfs_inode_unlock()