Searched refs:mf_refc (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/amd/amd/ |
| HD | mntfs.c | 58 if (mf->mf_refc == 0) { in dup_mntfs() 63 mf->mf_refc++; in dup_mntfs() 81 mf->mf_refc = 1; in init_mntfs() 268 if (mf2->mf_refc == 0 && mf2->mf_cid) in flush_mntfs() 280 mf->mf_mount, mf->mf_ops->fs_type, mf->mf_refc, mf->mf_flags); in free_mntfs() 287 if (mf->mf_refc <= 0) { in free_mntfs() 289 mf->mf_mount, mf->mf_refc, mf->mf_flags); in free_mntfs() 294 if (mf->mf_refc == 1 && mf->mf_flags & MFF_RSTKEEP) { in free_mntfs() 296 mf->mf_mount, mf->mf_refc, mf->mf_flags); in free_mntfs() 300 if (--mf->mf_refc == 0) { in free_mntfs() [all …]
|
| HD | map.c | 803 if (mf->mf_refc == 1) in unmount_node() 908 if (mf->mf_refc == 1 && !FSRV_ISUP(mf->mf_server)) { in unmount_mp() 985 if ((mf->mf_flags & MFF_RSTKEEP) && mf->mf_refc == 1) in timeout_mp()
|
| HD | restart.c | 87 if (mf->mf_refc == 1) { in restart_fake_mntfs()
|
| HD | amq_subr.c | 455 if (!xdr_int(xdrs, &mf->mf_refc)) { in xdr_amq_mount_info_qelem()
|
| HD | ops_nfs.c | 978 new_mf->mf_refc > 1 || in nfs_umount() 1007 if (mf->mf_error || mf->mf_refc > 1) in nfs_umounted()
|
| HD | autil.c | 693 mf->mf_refc == 1 && in am_unmounted()
|
| HD | amfs_host.c | 641 if (mf->mf_error || mf->mf_refc > 1 || !mf->mf_server) in amfs_host_umounted()
|
| HD | amd.h | 431 int mf_refc; /* Number of references to this node */ member
|
| /NextBSD/contrib/amd/ |
| HD | ChangeLog | 1788 only if it's NULL, not based on mf_refc. 1796 mf_private only if it's NULL, not based on mf_refc. 4618 * remove the mountpoint only if mf_refc == 1 4795 * amd/mntfs.c (free_mntfs): sanity check for mf_refc; assorted
|