Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dpnode.c354 static inline int do_refcount_check(struct mount *mnt, int count) in do_refcount_check() function
375 return do_refcount_check(mnt, refcnt); in propagate_mount_busy()
382 if (!list_empty(&mnt->mnt_mounts) || do_refcount_check(mnt, refcnt)) in propagate_mount_busy()
401 if (do_refcount_check(child, count)) in propagate_mount_busy()
/kernel/linux/linux-6.6/fs/
H A Dpnode.c352 static inline int do_refcount_check(struct mount *mnt, int count) in do_refcount_check() function
413 return do_refcount_check(mnt, refcnt); in propagate_mount_busy()
420 if (!list_empty(&mnt->mnt_mounts) || do_refcount_check(mnt, refcnt)) in propagate_mount_busy()
439 if (do_refcount_check(child, count)) in propagate_mount_busy()

Completed in 2 milliseconds