Home
last modified time | relevance | path

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

/freebsd-12.1/stand/libsa/
H A Dnandfs.c56 struct bmap_buf { struct
57 LIST_ENTRY(bmap_buf) list;
64 LIST_HEAD(, bmap_buf) bmap_bufs; argument
423 struct bmap_buf *bmap, *tmp; in nandfs_free_node()
854 struct bmap_buf *bmap; in nandfs_get_map()
868 bmap = malloc(sizeof(struct bmap_buf)); in nandfs_get_map()