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

/freebsd-12-stable/sys/geom/raid/
H A Dg_raid.h300 LIST_HEAD(, g_raid_lock) v_locks; /* List of locked regions. */ member in struct:g_raid_volume
H A Dg_raid.c1171 LIST_FOREACH(lp, &vol->v_locks, l_next) {
1230 LIST_FOREACH(lp, &vol->v_locks, l_next) {
1289 LIST_INSERT_HEAD(&vol->v_locks, lp, l_next);
1324 LIST_FOREACH(lp, &vol->v_locks, l_next) {
1928 LIST_INIT(&vol->v_locks);

Completed in 104 milliseconds