Home
last modified time | relevance | path

Searched refs:mf_refc (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/amd/amd/
HDmntfs.c58 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 …]
HDmap.c803 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()
HDrestart.c87 if (mf->mf_refc == 1) { in restart_fake_mntfs()
HDamq_subr.c455 if (!xdr_int(xdrs, &mf->mf_refc)) { in xdr_amq_mount_info_qelem()
HDops_nfs.c978 new_mf->mf_refc > 1 || in nfs_umount()
1007 if (mf->mf_error || mf->mf_refc > 1) in nfs_umounted()
HDautil.c693 mf->mf_refc == 1 && in am_unmounted()
HDamfs_host.c641 if (mf->mf_error || mf->mf_refc > 1 || !mf->mf_server) in amfs_host_umounted()
HDamd.h431 int mf_refc; /* Number of references to this node */ member
/NextBSD/contrib/amd/
HDChangeLog1788 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