Home
last modified time | relevance | path

Searched refs:will_be_unmounted (Results 1 – 2 of 2) sorted by relevance

/linux/fs/
H A Dpnode.c69 static inline bool will_be_unmounted(struct mount *m) in will_be_unmounted() function
144 if (!next || !will_be_unmounted(next)) in trace_transfers()
527 if (!will_be_unmounted(child)) in gather_candidates()
610 if (will_be_unmounted(p)) in handle_locked()
639 } while (will_be_unmounted(p)); in reparent()
681 if (over && !will_be_unmounted(over)) in propagate_umount()
/linux/Documentation/filesystems/
H A Dpropagate_umount.txt481 "belongs to union of set and to_umount"; will_be_unmounted() for now.