Home
last modified time | relevance | path

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

/fs/jffs2/
DREADME.Locking22 When writing new nodes, the alloc_sem must be held until the new nodes
65 any f->sem held.
68 3. Never lock a page cache page with f->sem held.
130 erase_completion_lock cannot be held, so an alternative, more
/fs/btrfs/
Dctree.c78 struct extent_buffer *held, int held_rw) in btrfs_clear_path_blocking() argument
82 if (held) { in btrfs_clear_path_blocking()
83 btrfs_set_lock_blocking_rw(held, held_rw); in btrfs_clear_path_blocking()
101 if (held) in btrfs_clear_path_blocking()
102 btrfs_clear_lock_blocking_rw(held, held_rw); in btrfs_clear_path_blocking()
Dctree.h2832 struct extent_buffer *held, int held_rw);
/fs/ceph/
Dcaps.c1125 int held, revoking, dropping, keep; in __send_cap() local
1140 held = cap->issued | cap->implemented; in __send_cap()
1147 ceph_cap_string(held), ceph_cap_string(held & retain), in __send_cap()