Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_mountroot.c114 static TAILQ_HEAD(, root_hold_token) root_holds =
153 struct root_hold_token *h; in sysctl_vfs_root_mount_hold()
173 struct root_hold_token *
176 struct root_hold_token *h; in root_mount_hold()
189 root_mount_hold_token(const char *identifier, struct root_hold_token *h) in root_mount_hold_token()
192 struct root_hold_token *t; in root_mount_hold_token()
212 root_mount_rel(struct root_hold_token *h) in root_mount_rel()
978 struct root_hold_token *h; in vfs_mountroot_wait()
/f-stack/freebsd/sys/
H A Dsystm.h563 struct root_hold_token { struct
566 TAILQ_ENTRY(root_hold_token) list; argument
569 struct root_hold_token *root_mount_hold(const char *identifier);
570 void root_mount_hold_token(const char *identifier, struct root_hold_token *h);
571 void root_mount_rel(struct root_hold_token *h);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dkmod_core.c105 static struct root_hold_token *zfs_root_token;