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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dpnode.c289 static inline int do_refcount_check(struct vfsmount *mnt, int count) function
312 return do_refcount_check(mnt, refcnt);
319 if (!list_empty(&mnt->mnt_mounts) || do_refcount_check(mnt, refcnt))
326 (ret = do_refcount_check(child, 1)))

Completed in 39 milliseconds