Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dpnode.h49 unsigned int mnt_get_count(struct mount *mnt);
Dnamespace.c153 unsigned int mnt_get_count(struct mount *mnt) in mnt_get_count() function
1143 if (mnt_get_count(mnt)) { in mntput_no_expire()
1310 actual_refs += mnt_get_count(p); in may_umount_tree()
1494 if (mnt_get_count(mnt) != 2) { in do_umount()
2484 BUG_ON(mnt_get_count(mnt) < 2); in finish_automount()
Dpnode.c363 return mnt_get_count(mnt) > count; in do_refcount_check()