Home
last modified time | relevance | path

Searched refs:nd_refcnt (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/fs/nandfs/
Dnandfs_vfsops.c184 if (nandfsdev->nd_refcnt > 0) in nandfs_release_system_nodes()
764 nandfsdev->nd_refcnt--; in nandfs_unmount_device()
765 if (nandfsdev->nd_refcnt >= 1) in nandfs_unmount_device()
860 nandfsdev->nd_refcnt++; in nandfs_mount_device()
891 nandfsdev->nd_refcnt = 1; in nandfs_mount_device()
Dnandfs.h221 int nd_refcnt; member