Searched refs:BTRFS_ILOCK_MMAP (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/btrfs/ |
| A D | file.c | 2223 btrfs_inode_lock(inode, BTRFS_ILOCK_MMAP); in btrfs_sync_file() 2255 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_sync_file() 2347 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_sync_file() 2377 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_sync_file() 2970 btrfs_inode_lock(inode, BTRFS_ILOCK_MMAP); in btrfs_punch_hole() 3010 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_punch_hole() 3111 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_punch_hole() 3435 btrfs_inode_lock(inode, BTRFS_ILOCK_MMAP); in btrfs_fallocate() 3477 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_fallocate() 3587 btrfs_inode_unlock(inode, BTRFS_ILOCK_MMAP); in btrfs_fallocate()
|
| A 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()
|
| A D | ctree.h | 3283 #define BTRFS_ILOCK_MMAP (1U << 2) macro
|
| A D | inode.c | 129 if (ilock_flags & BTRFS_ILOCK_MMAP) in btrfs_inode_lock() 142 if (ilock_flags & BTRFS_ILOCK_MMAP) in btrfs_inode_unlock()
|
Completed in 40 milliseconds