Searched refs:inodedep (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/ufs/ffs/
H A Dffs_softdep.c609 SOFTDEP_TYPE(INODEDEP, inodedep, "Inode dependencies");
706 static int check_inodedep_free(struct inodedep *);
709 static void unlinked_inodedep(struct mount *, struct inodedep *);
710 static void clear_unlinked_inodedep(struct inodedep *);
711 static struct inodedep *first_unlinked_inodedep(struct ufsmount *);
722 static void diradd_inode_written(struct diradd *, struct inodedep *);
725 static int handle_written_inodeblock(struct inodedep *, struct buf *, int);
763 static void initiate_write_inodeblock_ufs1(struct inodedep *, struct buf *);
764 static void initiate_write_inodeblock_ufs2(struct inodedep *, struct buf *);
775 static void merge_diradd(struct inodedep *, struc
1771 struct inodedep *inodedep; local
1820 struct inodedep *inodedep; local
2299 struct inodedep *inodedep; local
2323 struct inodedep *inodedep; local
3996 struct inodedep *inodedep; local
4034 struct inodedep *inodedep; local
4523 move_newblock_dep(struct jaddref *jaddref, struct inodedep *inodedep) argument
4561 cancel_jaddref(struct jaddref *jaddref, struct inodedep *inodedep, struct workhead *wkhd) argument
4892 struct inodedep *inodedep; local
4897 &inodedep); local
4913 struct inodedep *inodedep; local
4942 struct inodedep *inodedep; local
4974 struct inodedep *inodedep; local
5002 struct inodedep *inodedep; local
5079 struct inodedep *inodedep; local
5105 struct inodedep *inodedep; local
5131 struct inodedep *inodedep; local
5222 struct inodedep *inodedep; local
5491 struct inodedep *inodedep; local
5887 struct inodedep *inodedep; local
6071 struct inodedep *inodedep; local
6117 struct inodedep *inodedep; local
6131 inodedep_lookup(UFSTOVFS(ump), ip->i_number, DEPALLOC, &inodedep); local
6238 setup_allocindir_phase2( struct buf *bp, struct inode *ip, struct inodedep *inodedep, struct allocindir *aip, ufs_lbn_t lbn) argument
6740 struct inodedep *inodedep; local
7085 struct inodedep *inodedep; local
7771 struct inodedep *inodedep; local
7863 check_inode_unwritten(struct inodedep *inodedep) argument
7907 check_inodedep_free(struct inodedep *inodedep) argument
7933 free_inodedep(struct inodedep *inodedep) argument
8215 struct inodedep *inodedep; local
8575 struct inodedep *inodedep; local
8702 struct inodedep *inodedep; local
8936 merge_diradd(struct inodedep *inodedep, struct diradd *newdap) argument
9004 struct inodedep *inodedep; local
9085 struct inodedep *inodedep; local
9162 struct inodedep *inodedep; local
9271 struct inodedep *inodedep; local
9309 journal_jremref(struct dirrem *dirrem, struct jremref *jremref, struct inodedep *inodedep) argument
9330 struct inodedep *inodedep; local
9521 struct inodedep *inodedep; local
9665 struct inodedep *inodedep; local
9672 inodedep_lookup(UFSTOVFS(ump), ip->i_number, DEPALLOC, &inodedep); local
9715 struct inodedep *inodedep; local
9738 struct inodedep *inodedep; local
9765 struct inodedep *inodedep; local
9803 unlinked_inodedep( struct mount *mp, struct inodedep *inodedep) argument
9823 clear_unlinked_inodedep( struct inodedep *inodedep) argument
9988 struct inodedep *inodedep; local
10211 struct inodedep *inodedep; local
10389 initiate_write_inodeblock_ufs1( struct inodedep *inodedep, struct buf *bp) argument
10561 initiate_write_inodeblock_ufs2( struct inodedep *inodedep, struct buf *bp) argument
10933 struct inodedep *inodedep; local
10946 (uintmax_t)ino, inodedep)); local
11412 struct inodedep *inodedep; local
11557 handle_bufwait( struct inodedep *inodedep, struct workhead *refhd) argument
11586 diradd_inode_written(WK_DIRADD(wk), inodedep); local
11656 handle_written_inodeblock( struct inodedep *inodedep, struct buf *bp, int flags) argument
12026 diradd_inode_written( struct diradd *dap, struct inodedep *inodedep) argument
12131 struct inodedep *inodedep; local
12431 struct inodedep *inodedep; local
12475 struct inodedep *inodedep; local
12646 struct inodedep *inodedep; local
13102 struct inodedep *inodedep; local
13308 struct inodedep *inodedep; local
13396 &inodedep); local
13453 inodedep_lookup(UFSTOVFS(ump), inum, 0, &inodedep); local
14116 struct inodedep *inodedep; local
14319 struct inodedep *inodedep; local
14547 struct inodedep *inodedep; local
14791 inodedep_print(struct inodedep *inodedep, int verbose) argument
14888 struct inodedep *inodedep; local
[all...]
H A Dsoftdep.h128 #define IOSTARTED 0x000200 /* inodedep, pagedep, bmsafemap only */
137 #define UNLINKED 0x040000 /* inodedep has been unlinked. */
138 #define UNLINKNEXT 0x080000 /* inodedep has valid di_freelink */
139 #define UNLINKPREV 0x100000 /* inodedep is pointed at in the unlink list */
140 #define UNLINKONLIST 0x200000 /* inodedep is in the unlinked list on disk */
221 #define WK_INODEDEP(wk) ((struct inodedep *)(wk))
254 LIST_HEAD(inodedephd, inodedep);
304 * The "inodedep" structure tracks the set of dependencies associated
306 * (i.e., work requests that must be held until the inodedep's associated
312 * order, the inodedep maintain
350 struct inodedep { struct
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dmemguard.sh54 sysctl vm.memguard.desc=inodedep
H A Dmemguard4.sh50 sysctl vm.memguard.desc=inodedep
/freebsd-current/sys/ufs/ufs/
H A Dufsmount.h62 struct inodedep;
64 TAILQ_HEAD(inodedeplst, inodedep);

Completed in 203 milliseconds