Searched defs:v7fs_daddr_t (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/fs/v7fs/ |
H A D | v7fs_datablock.c | 254 int (*func)(struct v7fs_self *, void *, v7fs_daddr_t, size_t), void *ctx) in v7fs_datablock_foreach() argument 318 v7fs_loop2(struct v7fs_self *fs, v7fs_daddr_t listblk, size_t *filesize, in v7fs_loop2() argument 337 v7fs_loop1(struct v7fs_self *fs, v7fs_daddr_t listblk, size_t *filesize, in v7fs_loop1() argument
|
H A D | v7fs.h | 72 typedef uint32_t v7fs_daddr_t; typedef
|
/netbsd-src/sbin/fsck_v7fs/ |
H A D | freeblock.c | 208 int (*func)(struct v7fs_self *, void *, v7fs_daddr_t), void *ctx) in v7fs_freeblock_foreach() argument
|