Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/
H A Dpropagate_umount.txt377 handle_locked(first(Candidates))
379 handle_locked(m)
408 handle_locked(m) finds which of these cases applies and adjusts Candidates
411 handle_locked(m) m is guaranteed to be not in Candidates list. So having
415 However, handle_locked(m) is a no-op when m belongs to U, so it's enough
418 Time complexity: number of calls of handle_locked() is limited by
419 #Candidates, each iteration of the first loop in handle_locked() removes
/linux/fs/
H A Dpnode.c597 static void handle_locked(struct mount *m, struct list_head *to_umount) in handle_locked() function
674 handle_locked(m, &to_umount); in propagate_umount()