Home
last modified time | relevance | path

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

/freebsd-14.2/sys/ufs/ffs/
H A Dsoftdep.h370 struct workhead id_bufwait; /* operations after inode written */ member
H A Dffs_softdep.c2370 LIST_INIT(&inodedep->id_bufwait); in inodedep_lookup()
4063 WORKLIST_INSERT(&inodedep->id_bufwait, &mkdir->md_list); in handle_written_jaddref()
7882 !LIST_EMPTY(&inodedep->id_bufwait) || in check_inode_unwritten()
7925 !LIST_EMPTY(&inodedep->id_bufwait) || in check_inodedep_free()
8798 WORKLIST_INSERT(&inodedep->id_bufwait, &dap->da_list); in softdep_setup_directory_add()
9654 WORKLIST_INSERT(&inodedep->id_bufwait, &dap->da_list); in softdep_setup_directory_change()
11486 wkhd = &inodedep->id_bufwait; in handle_allocdirect_partdone()
11901 jwork_move(&inodedep->id_bufwait, &wkhd); in handle_written_inodeblock()
11924 LIST_FIRST(&inodedep->id_bufwait) == 0)) in handle_written_inodeblock()
12579 WORKLIST_INSERT(&inodedep->id_bufwait, wk); in softdep_update_inodeblock()
[all …]