Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dfile.c2127 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()
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.h3481 #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()