Searched refs:keep_locks (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/btrfs/
H A Dlocking.c242 if (path->keep_locks)
H A Dctree.c1432 * callers might also have set path->keep_locks, which tells this code to keep
1459 if (path->keep_locks) {
2047 if (cow && (p->keep_locks || p->lowest_level))
2127 if (!ins_len && !p->keep_locks) {
3863 path->keep_locks = 1;
3893 path->keep_locks = 0;
3897 path->keep_locks = 0;
4625 int keep_locks = path->keep_locks; local
4628 path->keep_locks
[all...]
H A Dctree.h72 unsigned int keep_locks:1; member in struct:btrfs_path
H A Dextent-tree.c813 path->keep_locks = 1;
980 path->keep_locks = 0;
5250 int keep_locks; member in struct:walk_control
5385 if (path->locks[level] && !wc->keep_locks) {
5977 wc->keep_locks = 0;
6168 wc->keep_locks = 1;
H A Ddefrag.c492 path->keep_locks = 1;
520 * keep_locks set and lowest_level is 1, regardless of the value of
535 * without COWing, this is because even with path->keep_locks = 1,

Completed in 520 milliseconds