Searched refs:root_hold_token (Results 1 – 3 of 3) sorted by relevance
114 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()
563 struct root_hold_token { struct566 TAILQ_ENTRY(root_hold_token) list; argument569 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);
105 static struct root_hold_token *zfs_root_token;