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

/linux-master/fs/
H A Dpnode.c352 static inline int do_refcount_check(struct mount *mnt, int count) function
413 return do_refcount_check(mnt, refcnt);
420 if (!list_empty(&mnt->mnt_mounts) || do_refcount_check(mnt, refcnt))
439 if (do_refcount_check(child, count))

Completed in 92 milliseconds