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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dtree-defrag.c90 path->keep_locks = 1;
H A Dctree.c1484 * callers might also have set path->keep_locks, which tells this code to keep
1508 if (!no_skips && path->keep_locks) {
1541 if (path->keep_locks)
3143 path->keep_locks = 1;
3172 path->keep_locks = 0;
3176 path->keep_locks = 0;
4089 * This does lock as it descends, and path->keep_locks should be set
4115 WARN_ON(!path->keep_locks);
4233 * path->keep_locks should be set to 1 on the search made before
4243 WARN_ON(!path->keep_locks);
[all...]
H A Dextent-tree.c1342 path->keep_locks = 1;
1454 path->keep_locks = 0;
5253 int keep_locks; member in struct:walk_control
5386 if (path->locks[level] && !wc->keep_locks) {
5805 wc->keep_locks = 0;
5921 wc->keep_locks = 1;
H A Dtree-log.c2373 path->keep_locks = 1;
2779 path->keep_locks = 1;
H A Dioctl.c1042 path->keep_locks = 1;
H A Dctree.h445 unsigned int keep_locks:1; member in struct:btrfs_path

Completed in 111 milliseconds