Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c1771 struct inodedep *inodedep; in process_removes() local
1820 struct inodedep *inodedep; in process_truncates() local
2297 struct inodedep *inodedep; in inodedep_find() local
2321 struct inodedep *inodedep; in inodedep_lookup() local
4009 struct inodedep *inodedep; in handle_written_jremref() local
4047 struct inodedep *inodedep; in handle_written_jaddref() local
4536 move_newblock_dep(struct jaddref *jaddref, struct inodedep *inodedep) in move_newblock_dep()
4575 struct inodedep *inodedep, in cancel_jaddref()
4905 struct inodedep *inodedep; in inodedep_lookup_ip() local
4926 struct inodedep *inodedep; in softdep_setup_create() 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