Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Ddm-bufio.c454 unsigned int no_previous; member
461 lh->no_previous = cache->num_locks; in lh_init()
462 lh->previous = lh->no_previous; in lh_init()
500 if (lh->previous != lh->no_previous) { in lh_exit()
502 lh->previous = lh->no_previous; in lh_exit()
512 unsigned int index = cache_index(b, lh->no_previous); /* no_previous is num_locks */ in lh_next()
514 if (lh->previous != lh->no_previous) { in lh_next()