Home
last modified time | relevance | path

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

/freebsd-src/sys/ufs/ffs/
H A Dffs_softdep.c1771 struct inodedep *inodedep; process_removes() local
1820 struct inodedep *inodedep; process_truncates() local
2299 struct inodedep *inodedep; inodedep_find() local
2323 struct inodedep *inodedep; inodedep_lookup() local
3996 struct inodedep *inodedep; handle_written_jremref() local
4034 struct inodedep *inodedep; handle_written_jaddref() local
4523 move_newblock_dep(struct jaddref * jaddref,struct inodedep * inodedep) move_newblock_dep() argument
4562 cancel_jaddref(struct jaddref * jaddref,struct inodedep * inodedep,struct workhead * wkhd) cancel_jaddref() argument
4892 struct inodedep *inodedep; inodedep_lookup_ip() local
4913 struct inodedep *inodedep; softdep_setup_create() local
4942 struct inodedep *inodedep; softdep_setup_dotdot_link() local
4974 struct inodedep *inodedep; softdep_setup_link() local
5002 struct inodedep *inodedep; softdep_setup_mkdir() local
5079 struct inodedep *inodedep; softdep_revert_create() local
5105 struct inodedep *inodedep; softdep_revert_link() local
5131 struct inodedep *inodedep; softdep_revert_mkdir() local
5222 struct inodedep *inodedep; softdep_setup_inomapdep() local
5491 struct inodedep *inodedep; softdep_setup_allocdirect() local
5887 struct inodedep *inodedep; softdep_setup_allocext() local
6071 struct inodedep *inodedep; softdep_setup_allocindir_page() local
6117 struct inodedep *inodedep; softdep_setup_allocindir_meta() local
6241 setup_allocindir_phase2(struct buf * bp,struct inode * ip,struct inodedep * inodedep,struct allocindir * aip,ufs_lbn_t lbn) setup_allocindir_phase2() argument
6740 struct inodedep *inodedep; softdep_journal_freeblocks() local
7085 struct inodedep *inodedep; softdep_setup_freeblocks() local
7771 struct inodedep *inodedep; softdep_freefile() local
7863 check_inode_unwritten(struct inodedep * inodedep) check_inode_unwritten() argument
7907 check_inodedep_free(struct inodedep * inodedep) check_inodedep_free() argument
7933 free_inodedep(struct inodedep * inodedep) free_inodedep() argument
8215 struct inodedep *inodedep; handle_complete_freeblocks() local
8575 struct inodedep *inodedep; setup_newdir() local
8702 struct inodedep *inodedep; softdep_setup_directory_add() local
8936 merge_diradd(struct inodedep * inodedep,struct diradd * newdap) merge_diradd() argument
9004 struct inodedep *inodedep; cancel_diradd() local
9085 struct inodedep *inodedep; free_diradd() local
9162 struct inodedep *inodedep; softdep_setup_remove() local
9271 struct inodedep *inodedep; cancel_mkdir_dotdot() local
9311 journal_jremref(struct dirrem * dirrem,struct jremref * jremref,struct inodedep * inodedep) journal_jremref() argument
9330 struct inodedep *inodedep; dirrem_journal() local
9521 struct inodedep *inodedep; softdep_setup_directory_change() local
9665 struct inodedep *inodedep; softdep_change_linkcnt() local
9715 struct inodedep *inodedep; first_unlinked_inodedep() local
9738 struct inodedep *inodedep; initiate_write_sbdep() local
9765 struct inodedep *inodedep; handle_written_sbdep() local
9803 unlinked_inodedep(struct mount * mp,struct inodedep * inodedep) unlinked_inodedep() argument
9823 clear_unlinked_inodedep(struct inodedep * inodedep) clear_unlinked_inodedep() argument
9988 struct inodedep *inodedep; handle_workitem_remove() local
10211 struct inodedep *inodedep; softdep_disk_io_initiation() local
10390 initiate_write_inodeblock_ufs1(struct inodedep * inodedep,struct buf * bp) initiate_write_inodeblock_ufs1() argument
10562 initiate_write_inodeblock_ufs2(struct inodedep * inodedep,struct buf * bp) initiate_write_inodeblock_ufs2() argument
10933 struct inodedep *inodedep; softdep_setup_inofree() local
11412 struct inodedep *inodedep; handle_allocdirect_partdone() local
11558 handle_bufwait(struct inodedep * inodedep,struct workhead * refhd) handle_bufwait() argument
11657 handle_written_inodeblock(struct inodedep * inodedep,struct buf * bp,int flags) handle_written_inodeblock() argument
12028 diradd_inode_written(struct diradd * dap,struct inodedep * inodedep) diradd_inode_written() argument
12131 struct inodedep *inodedep; handle_written_bmsafemap() local
12431 struct inodedep *inodedep; softdep_load_inodeblock() local
12475 struct inodedep *inodedep; softdep_update_inodeblock() local
12646 struct inodedep *inodedep; softdep_fsync() local
13102 struct inodedep *inodedep; flush_inodedep_deps() local
13308 struct inodedep *inodedep; flush_pagedep_deps() local
14116 struct inodedep *inodedep; clear_inodedeps() local
14319 struct inodedep *inodedep; softdep_count_dependencies() local
14547 struct inodedep *inodedep; softdep_check_suspend() local
14791 inodedep_print(struct inodedep * inodedep,int verbose) inodedep_print() argument
14888 struct inodedep *inodedep; DB_SHOW_COMMAND() local
[all...]
H A Dsoftdep.h350 struct inodedep { struct
353 LIST_ENTRY(inodedep) id_hash; /* hashed lookup */ argument
360 LIST_ENTRY(inodedep) id_deps; /* bmsafemap's list of inodedep's */ argument
361 struct bmsafemap *id_bmsafemap; /* related bmsafemap (if pending) */
362 struct diradd *id_mkdiradd; /* diradd for a mkdir. */
386 * It has lists for newblks, allocdirects, allocindirs, and inodedeps. argument