Searched refs:zfs_root_token (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dkmod_core.c105 static struct root_hold_token *zfs_root_token; variable in typeref:struct:root_hold_token
287 zfs_root_token = root_mount_hold("ZFS");
291 root_mount_rel(zfs_root_token);
300 root_mount_rel(zfs_root_token);

Completed in 99 milliseconds