Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c6177 struct indirdep *indirdep, *newindirdep; in indirdep_lookup() local
6187 newindirdep = NULL; in indirdep_lookup()
6197 if (indirdep != NULL && newindirdep == NULL) in indirdep_lookup()
6199 if (indirdep != NULL && newindirdep != NULL) in indirdep_lookup()
6202 if (indirdep == NULL && newindirdep != NULL) in indirdep_lookup()
6206 newindirdep = malloc(sizeof(struct indirdep), in indirdep_lookup()
6208 workitem_alloc(&newindirdep->ir_list, D_INDIRDEP, mp); in indirdep_lookup()
6209 newindirdep->ir_state = ATTACHED; in indirdep_lookup()
6211 newindirdep->ir_state |= UFS1FMT; in indirdep_lookup()
6212 TAILQ_INIT(&newindirdep in indirdep_lookup()
[all...]