Searched refs:inodedephd (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/ufs/ffs/ |
| H A D | softdep.h | 257 LIST_HEAD(inodedephd, inodedep); 407 struct inodedephd sm_inodedephd; /* inodedep deps */ 408 struct inodedephd sm_inodedepwr; /* writing inodedep deps */
|
| H A D | ffs_softdep.c | 2378 inodedep_find(inodedephd, inum, inodedeppp) in inodedep_find() argument 2379 struct inodedep_hashhead *inodedephd; in inodedep_find() 2385 LIST_FOREACH(inodedep, inodedephd, id_hash) 2409 struct inodedep_hashhead *inodedephd; local 2416 inodedephd = INODEDEP_HASH(ump, inum); 2418 if (inodedep_find(inodedephd, inum, inodedeppp)) 2460 LIST_INSERT_HEAD(inodedephd, inodedep, id_hash); 14349 struct inodedep_hashhead *inodedephd; local 15132 struct inodedep_hashhead *inodedephd; in DB_SHOW_COMMAND() local 15143 inodedephd = &ump->inodedep_hashtbl[cnt]; in DB_SHOW_COMMAND() [all …]
|