Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dlocking.h14 #define BTRFS_WRITE_LOCK 1 macro
124 if (rw == BTRFS_WRITE_LOCK || rw == BTRFS_WRITE_LOCK_BLOCKING) in btrfs_tree_unlock_rw()
Dlocking.c507 } else if (p->locks[i] == BTRFS_WRITE_LOCK) { in btrfs_set_path_blocking()
Dctree.c1838 WARN_ON(path->locks[level] != BTRFS_WRITE_LOCK && in balance_level()
2630 root_lock = BTRFS_WRITE_LOCK; in btrfs_search_slot_get_root()
2891 p->locks[level] = BTRFS_WRITE_LOCK; in btrfs_search_slot()
Dfile.c989 path->locks[0] == BTRFS_WRITE_LOCK) && in __btrfs_drop_extents()