Searched refs:inodedephd (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/sys/ufs/ffs/ |
| HD | softdep.h | 242 LIST_HEAD(inodedephd, inodedep); 391 struct inodedephd sm_inodedephd; /* inodedep deps */ 392 struct inodedephd sm_inodedepwr; /* writing inodedep deps */
|
| HD | ffs_softdep.c | 2167 inodedep_find(inodedephd, inum, inodedeppp) in inodedep_find() argument 2168 struct inodedep_hashhead *inodedephd; in inodedep_find() 2174 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)) 2225 if (inodedep_find(inodedephd, inum, inodedeppp)) { 2249 LIST_INSERT_HEAD(inodedephd, inodedep, id_hash); 13755 struct inodedep_hashhead *inodedephd; local 13772 inodedephd = &ump->inodedep_hashtbl[ump->inodedep_nextclean++]; [all …]
|