Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dpnode.c330 static inline int do_refcount_check(struct mount *mnt, int count) in do_refcount_check() function
352 return do_refcount_check(mnt, refcnt); in propagate_mount_busy()
359 if (!list_empty(&mnt->mnt_mounts) || do_refcount_check(mnt, refcnt)) in propagate_mount_busy()
366 (ret = do_refcount_check(child, 1))) in propagate_mount_busy()