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

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

Completed in 109 milliseconds