HomeSort by: relevance | last modified time | path
    Searched refs:vfs_refcount (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/kern/
vfs_init.c 465 vfs->vfs_refcount--;
508 vfs->vfs_refcount = 0;
528 if (vfs->vfs_refcount != 0) {
570 vfs->vfs_refcount++;
574 vfs->vfs_refcount--;
vfs_mount.c 201 vfsp->vfs_refcount++;
1289 v->vfs_refcount--;
1304 v->vfs_refcount++;
1308 v->vfs_refcount--;
1343 mp->mnt_op->vfs_refcount++;
vfs_subr.c 1031 v->vfs_refcount++;
1036 v->vfs_refcount--;
1263 v->vfs_refcount++;
  /src/sys/compat/common/
compat_sysctl_09_43.c 90 vfc.vfc_refcount = vfsp->vfs_refcount;
  /src/sys/sys/
mount.h 219 int vfs_refcount; member in struct:vfsops
  /src/sys/ufs/lfs/
lfs_vfsops.c 539 vfs->vfs_refcount--;

Completed in 122 milliseconds