Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dzfs_ctldir.c1284 lwp_t *sn_mounting; member
1396 if (node->sn_mounting) { in sfs_lookup_snapshot()
1397 if (node->sn_mounting == curlwp) in sfs_lookup_snapshot()
1409 ASSERT(node->sn_mounting == NULL); in sfs_lookup_snapshot()
1410 node->sn_mounting = curlwp; in sfs_lookup_snapshot()
1422 node->sn_mounting = NULL; in sfs_lookup_snapshot()
1878 node->sn_mounting = NULL; in zfsctl_loadvnode()