Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c2518 struct trimlist_hashhead *tphashhead; in trim_lookup() local
2525 tphashhead = TRIMLIST_HASH(ump, key); in trim_lookup()
2526 LIST_FOREACH(tp, tphashhead, hashlist) in trim_lookup()
2560 LIST_INSERT_HEAD(tphashhead, ntp, hashlist); in trim_lookup()