Home
last modified time | relevance | path

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

/src/sys/ufs/ffs/
H A Dsoftdep.h254 LIST_HEAD(inodedephd, inodedep);
404 struct inodedephd sm_inodedephd; /* inodedep deps */
405 struct inodedephd sm_inodedepwr; /* writing inodedep deps */
H A Dffs_softdep.c2293 inodedep_find(struct inodedep_hashhead *inodedephd, in inodedep_find() argument
2299 LIST_FOREACH(inodedep, inodedephd, id_hash) in inodedep_find()
2322 struct inodedep_hashhead *inodedephd; in inodedep_lookup() local
2329 inodedephd = INODEDEP_HASH(ump, inum); in inodedep_lookup()
2331 if (inodedep_find(inodedephd, inum, inodedeppp)) in inodedep_lookup()
2348 if (inodedep_find(inodedephd, inum, inodedeppp)) { in inodedep_lookup()
2373 LIST_INSERT_HEAD(inodedephd, inodedep, id_hash); in inodedep_lookup()
14126 struct inodedep_hashhead *inodedephd; in clear_inodedeps() local
14143 inodedephd = &ump->inodedep_hashtbl[ump->inodedep_nextclean++]; in clear_inodedeps()
14146 if ((inodedep = LIST_FIRST(inodedephd)) != NULL) in clear_inodedeps()
[all …]