Home
last modified time | relevance | path

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

/freebsd/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()
4040 * depends on this entry we move the inode into the inodedephd of the
14126 struct inodedep_hashhead *inodedephd; in clear_inodedeps() local
14143 inodedephd in clear_inodedeps()
14898 struct inodedep_hashhead *inodedephd; DB_SHOW_COMMAND() local
[all...]