Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDvfs_mountroot.c111 struct root_hold_token { struct
113 LIST_ENTRY(root_hold_token) list; argument
116 static LIST_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()
183 root_mount_rel(struct root_hold_token *h) in root_mount_rel()
956 struct root_hold_token *h; in vfs_mountroot_wait()
/freebsd-11-stable/sys/sys/
HDsystm.h446 struct root_hold_token;
448 struct root_hold_token *root_mount_hold(const char *identifier);
449 void root_mount_rel(struct root_hold_token *h);
/freebsd-11-stable/sys/dev/usb/
HDusb_bus.h48 struct root_hold_token *bus_roothold;
/freebsd-11-stable/sys/dev/pccbb/
HDpccbbvar.h90 struct root_hold_token *sc_root_token;
/freebsd-11-stable/sys/geom/journal/
HDg_journal.h167 struct root_hold_token *sc_rootmount;
/freebsd-11-stable/sys/geom/raid/
HDg_raid.h304 struct root_hold_token *v_rootmount; /* Root mount delay token. */
HDmd_jmicron.c107 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */
HDmd_sii.c115 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */
HDmd_nvidia.c118 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */
HDmd_intel.c226 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */
HDmd_ddf.c96 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */
/freebsd-11-stable/sys/geom/raid3/
HDg_raid3.h246 struct root_hold_token *sc_rootmount;
/freebsd-11-stable/sys/geom/mirror/
HDg_mirror.h225 struct root_hold_token *sc_rootmount;
/freebsd-11-stable/sys/dev/hyperv/storvsc/
HDhv_storvsc_drv_freebsd.c1041 struct root_hold_token *root_mount_token = NULL; in storvsc_attach()
/freebsd-11-stable/sys/geom/part/
HDg_part.c1930 struct root_hold_token *rht; in g_part_taste()
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_ioctl.c7034 static struct root_hold_token *zfs_root_token;