Searched refs:bmsafemap (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/ufs/ffs/
H A Dsoftdep.h131 #define IOSTARTED 0x000200 /* inodedep, pagedep, bmsafemap only */
220 #define WK_BMSAFEMAP(wk) ((struct bmsafemap *)(wk))
357 LIST_ENTRY(inodedep) id_deps; /* bmsafemap's list of inodedep's */
358 struct bmsafemap *id_bmsafemap; /* related bmsafemap (if pending) */
381 * A "bmsafemap" structure maintains a list of dependency structures
390 struct bmsafemap { struct
393 LIST_ENTRY(bmsafemap) sm_hash; /* Hash links. */
394 LIST_ENTRY(bmsafemap) sm_next; /* Mount list. */
412 * A "newblk" structure is attached to a bmsafemap structur
[all...]
H A Dffs_softdep.c651 SOFTDEP_TYPE(BMSAFEMAP, bmsafemap,
768 static int handle_written_bmsafemap(struct bmsafemap *, struct buf *, int);
802 static void initiate_write_bmsafemap(struct bmsafemap *, struct buf *);
893 struct bmsafemap **);
894 static struct bmsafemap *bmsafemap_lookup(struct mount *, struct buf *,
895 int cg, struct bmsafemap *);
955 static int bmsafemap_backgroundwrite(struct bmsafemap *, struct buf *);
2053 * 4) bmsafemap structures identified by mount point and
2066 * an existing entry is not found. The bmsafemap lookup routine always
3760 * bmsafemap dependenc
3828 struct bmsafemap *bmsafemap; local
5007 struct bmsafemap *bmsafemap; local
5078 struct bmsafemap *bmsafemap; local
5155 struct bmsafemap *bmsafemap; local
5185 struct bmsafemap *bmsafemap, *collision; local
10787 struct bmsafemap *bmsafemap; local
12632 struct bmsafemap *bmsafemap; local
14015 struct bmsafemap *bmsafemap; local
[all...]
/freebsd-12-stable/sys/ufs/ufs/
H A Dufsmount.h66 LIST_HEAD(bmsafemaphd, bmsafemap);

Completed in 178 milliseconds