Searched refs:inodedephd (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/ufs/ffs/ |
| H A D | softdep.h | 256 LIST_HEAD(inodedephd, inodedep); 406 struct inodedephd sm_inodedephd; /* inodedep deps */ 407 struct inodedephd sm_inodedepwr; /* writing inodedep deps */
|
| H A D | ffs_softdep.c | 2297 inodedep_find(struct inodedep_hashhead *inodedephd, in inodedep_find() argument 2303 LIST_FOREACH(inodedep, inodedephd, id_hash) in inodedep_find() 2326 struct inodedep_hashhead *inodedephd; in inodedep_lookup() local 2333 inodedephd = INODEDEP_HASH(ump, inum); in inodedep_lookup() 2335 if (inodedep_find(inodedephd, inum, inodedeppp)) in inodedep_lookup() 2352 if (inodedep_find(inodedephd, inum, inodedeppp)) { in inodedep_lookup() 2377 LIST_INSERT_HEAD(inodedephd, inodedep, id_hash); in inodedep_lookup() 14126 struct inodedep_hashhead *inodedephd; in clear_inodedeps() local 14898 struct inodedep_hashhead *inodedephd; in DB_SHOW_COMMAND() local 14909 inodedephd = &ump->inodedep_hashtbl[cnt]; in DB_SHOW_COMMAND() [all …]
|