Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/ufs/ffs/
Dffs_softdep.c691 SOFTDEP_TYPE(BMSAFEMAP, bmsafemap,
837 static int handle_written_bmsafemap(struct bmsafemap *, struct buf *);
871 static void initiate_write_bmsafemap(struct bmsafemap *, struct buf *);
962 struct bmsafemap **);
963 static struct bmsafemap *bmsafemap_lookup(struct mount *, struct buf *,
964 int cg, struct bmsafemap *);
1018 static int bmsafemap_backgroundwrite(struct bmsafemap *, struct buf *);
1389 LIST_HEAD(bmsafemap_hashhead, bmsafemap) *bmsafemap_hashtbl;
3691 struct bmsafemap *bmsafemap; local
3713 bmsafemap = newblk->nb_bmsafemap;
[all …]
Dsoftdep.h176 #define WK_BMSAFEMAP(wk) ((struct bmsafemap *)(wk))
314 struct bmsafemap *id_bmsafemap; /* related bmsafemap (if pending) */
346 struct bmsafemap { struct
349 LIST_ENTRY(bmsafemap) sm_hash; /* Hash links. */ argument
350 LIST_ENTRY(bmsafemap) sm_next; /* Mount list. */
382 struct bmsafemap *nb_bmsafemap;/* Cylgrp dep (if pending). */
/freebsd-9-stable/sys/ufs/ufs/
Dufsmount.h64 LIST_HEAD(bmsafemaphd, bmsafemap);