Searched refs:bmsafemap (Results 1 – 3 of 3) sorted by relevance
| /src/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 610 SOFTDEP_TYPE(BMSAFEMAP, bmsafemap, 728 static int handle_written_bmsafemap(struct bmsafemap *, struct buf *, int); 762 static void initiate_write_bmsafemap(struct bmsafemap *, struct buf *); 853 struct bmsafemap **); 854 static struct bmsafemap *bmsafemap_lookup(struct mount *, struct buf *, 855 int cg, struct bmsafemap *); 914 static int bmsafemap_backgroundwrite(struct bmsafemap *, struct buf *); 4107 struct bmsafemap *bmsafemap; in handle_written_jnewblk() local 4129 bmsafemap = newblk->nb_bmsafemap; in handle_written_jnewblk() 4131 LIST_INSERT_HEAD(&bmsafemap->sm_newblkhd, newblk, in handle_written_jnewblk() [all …]
|
| H A D | softdep.h | 222 #define WK_BMSAFEMAP(wk) ((struct bmsafemap *)(wk)) 361 struct bmsafemap *id_bmsafemap; /* related bmsafemap (if pending) */ 393 struct bmsafemap { struct 396 LIST_ENTRY(bmsafemap) sm_hash; /* Hash links. */ argument 397 LIST_ENTRY(bmsafemap) sm_next; /* Mount list. */ 429 struct bmsafemap *nb_bmsafemap;/* Cylgrp dep (if pending). */ 1035 LIST_HEAD(bmsafemap_hashhead, bmsafemap);
|
| /src/sys/ufs/ufs/ |
| H A D | ufsmount.h | 65 LIST_HEAD(bmsafemaphd, bmsafemap);
|