Searched refs:bmsafemap (Results 1 – 3 of 3) sorted by relevance
/freebsd/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 *); 2180 * 4) bmsafemap structures identified by mount point and 2193 * an existing entry is not found. The bmsafemap lookup routine always 4041 * bmsafemap dependenc 4107 struct bmsafemap *bmsafemap; handle_written_jnewblk() local 5236 struct bmsafemap *bmsafemap; softdep_setup_inomapdep() local 5307 struct bmsafemap *bmsafemap; softdep_setup_blkmapdep() local 5384 struct bmsafemap *bmsafemap; bmsafemap_find() local 5413 struct bmsafemap *bmsafemap, *collision; bmsafemap_lookup() local 10991 struct bmsafemap *bmsafemap; softdep_setup_blkfree() local 11162 initiate_write_bmsafemap(struct bmsafemap * bmsafemap,struct buf * bp) initiate_write_bmsafemap() argument 12054 bmsafemap_backgroundwrite(struct bmsafemap * bmsafemap,struct buf * bp) bmsafemap_backgroundwrite() argument 12137 handle_written_bmsafemap(struct bmsafemap * bmsafemap,struct buf * bp,int flags) handle_written_bmsafemap() argument 12869 struct bmsafemap *bmsafemap; sync_cgs() local 14328 struct bmsafemap *bmsafemap; softdep_count_dependencies() local [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);
|
/freebsd/sys/ufs/ufs/ |
H A D | ufsmount.h | 65 LIST_HEAD(bmsafemaphd, bmsafemap);
|