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

/linux-master/fs/
H A Dpnode.h47 int mnt_get_count(struct mount *mnt);
H A Dpnode.c354 return mnt_get_count(mnt) > count;
H A Dnamespace.c186 int mnt_get_count(struct mount *mnt) function
1315 count = mnt_get_count(mnt);
1513 /* write lock needed for mnt_get_count */
1516 actual_refs += mnt_get_count(p);
1732 if (mnt_get_count(mnt) != 2) {
3376 BUG_ON(mnt_get_count(mnt) < 2);

Completed in 125 milliseconds