Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dpnode.c361 static inline int do_refcount_check(struct mount *mnt, int count) in do_refcount_check() function
382 return do_refcount_check(mnt, refcnt); in propagate_mount_busy()
389 if (!list_empty(&mnt->mnt_mounts) || do_refcount_check(mnt, refcnt)) in propagate_mount_busy()
408 if (do_refcount_check(child, count)) in propagate_mount_busy()