Searched defs:pagedep (Results 1 – 2 of 2) sorted by relevance
174 struct pagedep { struct177 LIST_ENTRY(pagedep) pd_hash; /* hashed lookup */ argument178 struct mount *pd_mnt; /* associated mount point */179 ino_t pd_ino; /* associated file */180 ufs_lbn_t pd_lbn; /* block within file */181 struct dirremhd pd_dirremhd; /* dirrem's waiting for page */182 struct diraddhd pd_diraddhd[DAHASHSZ]; /* diradd dir entry updates */183 struct diraddhd pd_pendinghd; /* directory entries awaiting write */
815 struct pagedep *pagedep; in pagedep_find() local837 struct pagedep *pagedep; in pagedep_lookup() local1284 struct pagedep *pagedep; in softdep_setup_allocdirect() local1541 struct pagedep *pagedep; in softdep_setup_allocindir_page() local1895 struct pagedep *pagedep; in deallocate_dependencies() local2337 struct pagedep *pagedep; in softdep_setup_directory_add() local2437 struct pagedep *pagedep; in softdep_change_directoryentry_offset() local2482 struct pagedep *pagedep; in free_diradd() local2599 struct pagedep *pagedep; in newdirrem() local2713 struct pagedep *pagedep; in softdep_setup_directory_change() local[all …]