Home
last modified time | relevance | path

Searched defs:dirrem (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/vfs/ufs/
H A Dsoftdep.h520 struct dirrem { struct
523 LIST_ENTRY(dirrem) dm_next; /* pagedep's list of dirrem's */ argument
524 struct mount *dm_mnt; /* associated mount point */
525 ino_t dm_oldinum; /* inum of the removed dir entry */
526 union {
529 } dm_un;
H A Dffs_softdep.c600 struct dirrem *dirrem; in process_worklist_item() local
1896 struct dirrem *dirrem; in deallocate_dependencies() local
2481 struct dirrem *dirrem; in free_diradd() local
2545 struct dirrem *dirrem, *prevdirrem; in softdep_setup_remove() local
2598 struct dirrem *dirrem; in newdirrem() local
2712 struct dirrem *dirrem, *prevdirrem; in softdep_setup_directory_change() local
2837 handle_workitem_remove(struct dirrem *dirrem) in handle_workitem_remove()
3745 struct dirrem *dirrem; in handle_written_filepage() local