Searched refs:inodedephd (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/ufs/ffs/ |
| H A D | softdep.h | 252 LIST_HEAD(inodedephd, inodedep); 401 struct inodedephd sm_inodedephd; /* inodedep deps */ 402 struct inodedephd sm_inodedepwr; /* writing inodedep deps */
|
| H A D | ffs_softdep.c | 2168 inodedep_find(inodedephd, inum, inodedeppp) in inodedep_find() argument 2169 struct inodedep_hashhead *inodedephd; in inodedep_find() 2175 LIST_FOREACH(inodedep, inodedephd, id_hash) 2199 struct inodedep_hashhead *inodedephd; local 2206 inodedephd = INODEDEP_HASH(ump, inum); 2208 if (inodedep_find(inodedephd, inum, inodedeppp)) 2249 LIST_INSERT_HEAD(inodedephd, inodedep, id_hash); 13791 struct inodedep_hashhead *inodedephd; local 14439 struct inodedep_hashhead *inodedephd; in DB_SHOW_COMMAND() local 14450 inodedephd = &ump->inodedep_hashtbl[cnt]; in DB_SHOW_COMMAND() [all …]
|