Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_mountroot.c110 static TAILQ_HEAD(, root_hold_token) root_holds =
149 struct root_hold_token *h; in sysctl_vfs_root_mount_hold()
169 struct root_hold_token *
172 struct root_hold_token *h; in root_mount_hold()
185 root_mount_hold_token(const char *identifier, struct root_hold_token *h) in root_mount_hold_token()
188 struct root_hold_token *t; in root_mount_hold_token()
208 root_mount_rel(struct root_hold_token *h) in root_mount_rel()
977 struct root_hold_token *h; in vfs_mountroot_wait()
/freebsd/sys/sys/
H A Dsystm.h514 struct root_hold_token { struct
517 TAILQ_ENTRY(root_hold_token) list; argument
520 struct root_hold_token *root_mount_hold(const char *identifier);
521 void root_mount_hold_token(const char *identifier, struct root_hold_token *h);
522 void root_mount_rel(struct root_hold_token *h);
/freebsd/sys/dev/usb/
H A Dusb_bus.h49 struct root_hold_token *bus_roothold;
/freebsd/sys/dev/pccbb/
H A Dpccbbvar.h88 struct root_hold_token *sc_root_token;
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dkmod_core.c104 static struct root_hold_token *zfs_root_token;
/freebsd/sys/cam/
H A Dcam_periph.h151 struct root_hold_token periph_rootmount;
H A Dcam_xpt.c121 struct root_hold_token xpt_rootmount;
/freebsd/sys/geom/journal/
H A Dg_journal.h149 struct root_hold_token *sc_rootmount;
/freebsd/sys/geom/raid/
H A Dg_raid.h278 struct root_hold_token *v_rootmount; /* Root mount delay token. */
H A Dmd_jmicron.c107 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */
H A Dmd_nvidia.c118 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */
H A Dmd_sii.c115 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */
H A Dmd_intel.c227 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */
H A Dmd_ddf.c98 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */
/freebsd/sys/geom/raid3/
H A Dg_raid3.h230 struct root_hold_token *sc_rootmount;
/freebsd/sys/geom/mirror/
H A Dg_mirror.h213 struct root_hold_token *sc_rootmount;
/freebsd/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1066 struct root_hold_token *root_mount_token = NULL; in storvsc_attach()
/freebsd/sys/geom/part/
H A Dg_part.c1966 struct root_hold_token *rht; in g_part_taste()