Searched defs:v7fs_self (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/fs/v7fs/ |
H A D | v7fs_impl.h | 102 struct v7fs_self { struct 104 uint8_t scratch[V7FS_SELF_NSCRATCH][V7FS_BSIZE]; 105 int scratch_free; /* free block bitmap. */ 106 int scratch_remain; /* for statistic */ 107 struct block_io_ops io; 109 struct endian_conversion_ops val; 136 int v7fs_io_init(struct v7fs_self **, const struct v7fs_mount_device *, size_t); argument
|
H A D | v7fs_datablock.c | 254 int (*func)(struct v7fs_self *, void *, v7fs_daddr_t, size_t), void *ctx) in v7fs_datablock_foreach() 319 int (*func)(struct v7fs_self *, void *, v7fs_daddr_t, size_t), void *ctx) in v7fs_loop2() 338 int (*func)(struct v7fs_self *, void *, v7fs_daddr_t, size_t), void *ctx) in v7fs_loop1()
|
H A D | v7fs_inode_util.c | 97 int (*func)(struct v7fs_self *, void *, struct v7fs_inode *, v7fs_ino_t), in v7fs_ilist_foreach()
|
/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()
|