Symbol: volume_info_t
sbin/hammer/blockmap.c
117
volume_info_t volume;
sbin/hammer/blockmap.c
221
volume_info_t root_volume = NULL;
sbin/hammer/blockmap.c
44
bootstrap_bigblock(volume_info_t volume)
sbin/hammer/blockmap.c
60
alloc_undo_bigblock(volume_info_t volume)
sbin/hammer/cmd_blockmap.c
101
volume_info_t root_volume;
sbin/hammer/cmd_blockmap.c
224
volume_info_t volume;
sbin/hammer/cmd_recover.c
126
volume_info_t volume;
sbin/hammer/cmd_recover.c
758
volume_info_t volume;
sbin/hammer/cmd_recover.c
824
volume_info_t volume;
sbin/hammer/cmd_show.c
101
volume_info_t volume;
sbin/hammer/cmd_show.c
1038
volume_info_t volume;
sbin/hammer/cmd_strip.c
181
volume_info_t volume;
sbin/hammer/cmd_strip.c
44
volume_info_t volume;
sbin/hammer/cmd_volume.c
55
volume_info_t volume;
sbin/hammer/hammer.c
595
volume_info_t volume = NULL;
sbin/hammer/hammer_util.h
107
volume_info_t volume;
sbin/hammer/hammer_util.h
128
volume_info_t init_volume(const char *filename, int oflags, int32_t vol_no);
sbin/hammer/hammer_util.h
129
volume_info_t load_volume(const char *filename, int oflags, int verify_volume);
sbin/hammer/hammer_util.h
130
int is_regfile(const volume_info_t volume);
sbin/hammer/hammer_util.h
131
void assert_volume_offset(const volume_info_t volume);
sbin/hammer/hammer_util.h
132
volume_info_t get_volume(int32_t vol_no);
sbin/hammer/hammer_util.h
133
volume_info_t get_root_volume(void);
sbin/hammer/hammer_util.h
141
void format_blockmap(volume_info_t root_vol, int zone, hammer_off_t offset);
sbin/hammer/hammer_util.h
142
void format_freemap(volume_info_t root_vol);
sbin/hammer/hammer_util.h
143
int64_t initialize_freemap(volume_info_t volume);
sbin/hammer/hammer_util.h
144
int64_t count_freemap(const volume_info_t volume);
sbin/hammer/hammer_util.h
145
void format_undomap(volume_info_t root_vol, int64_t *undo_buffer_size);
sbin/hammer/hammer_util.h
146
void print_blockmap(const volume_info_t volume);
sbin/hammer/hammer_util.h
148
void flush_volume(volume_info_t volume);
sbin/hammer/hammer_util.h
153
hammer_off_t bootstrap_bigblock(volume_info_t volume);
sbin/hammer/hammer_util.h
154
hammer_off_t alloc_undo_bigblock(volume_info_t volume);
sbin/hammer/ondisk.c
115
__add_volume(const volume_info_t volume)
sbin/hammer/ondisk.c
117
volume_info_t scan;
sbin/hammer/ondisk.c
149
__verify_volume(const volume_info_t volume)
sbin/hammer/ondisk.c
187
volume_info_t
sbin/hammer/ondisk.c
190
volume_info_t volume;
sbin/hammer/ondisk.c
203
volume_info_t
sbin/hammer/ondisk.c
206
volume_info_t volume;
sbin/hammer/ondisk.c
236
check_volume(volume_info_t volume)
sbin/hammer/ondisk.c
281
is_regfile(const volume_info_t volume)
sbin/hammer/ondisk.c
287
assert_volume_offset(const volume_info_t volume)
sbin/hammer/ondisk.c
297
volume_info_t
sbin/hammer/ondisk.c
300
volume_info_t volume;
sbin/hammer/ondisk.c
310
volume_info_t
sbin/hammer/ondisk.c
339
volume_info_t volume;
sbin/hammer/ondisk.c
40
static void check_volume(volume_info_t volume);
sbin/hammer/ondisk.c
414
volume_info_t volume;
sbin/hammer/ondisk.c
42
static __inline int readhammervol(volume_info_t volume);
sbin/hammer/ondisk.c
44
static __inline int writehammervol(volume_info_t volume);
sbin/hammer/ondisk.c
447
volume_info_t volume;
sbin/hammer/ondisk.c
542
format_blockmap(volume_info_t root_vol, int zone, hammer_off_t offset)
sbin/hammer/ondisk.c
568
format_freemap(volume_info_t root_vol)
sbin/hammer/ondisk.c
606
initialize_freemap(volume_info_t volume)
sbin/hammer/ondisk.c
608
volume_info_t root_vol;
sbin/hammer/ondisk.c
708
count_freemap(const volume_info_t volume)
sbin/hammer/ondisk.c
72
volume_info_t volume;
sbin/hammer/ondisk.c
745
format_undomap(volume_info_t root_vol, int64_t *undo_buffer_size)
sbin/hammer/ondisk.c
857
print_blockmap(const volume_info_t volume)
sbin/hammer/ondisk.c
88
volume_info_t
sbin/hammer/ondisk.c
91
volume_info_t volume;
sbin/hammer/ondisk.c
916
volume_info_t volume;
sbin/hammer/ondisk.c
923
flush_volume(volume_info_t volume)
sbin/hammer/ondisk.c
941
volume_info_t volume;
sbin/hammer/ondisk.c
956
__read(volume_info_t volume, void *data, int64_t offset, int size)
sbin/hammer/ondisk.c
968
readhammervol(volume_info_t volume)
sbin/hammer/ondisk.c
983
__write(volume_info_t volume, const void *data, int64_t offset, int size)
sbin/hammer/ondisk.c
998
writehammervol(volume_info_t volume)
sbin/newfs_hammer/newfs_hammer.c
244
print_volume(const volume_info_t volume)
sbin/newfs_hammer/newfs_hammer.c
258
volume_info_t p = get_volume(i);
sbin/newfs_hammer/newfs_hammer.c
42
static int trim_volume(volume_info_t volume);
sbin/newfs_hammer/newfs_hammer.c
43
static void format_volume(volume_info_t volume, int nvols,const char *label);
sbin/newfs_hammer/newfs_hammer.c
46
static void print_volume(const volume_info_t volume);
sbin/newfs_hammer/newfs_hammer.c
490
trim_volume(volume_info_t volume)
sbin/newfs_hammer/newfs_hammer.c
548
format_volume(volume_info_t volume, int nvols, const char *label)
sbin/newfs_hammer/newfs_hammer.c
550
volume_info_t root_vol;
sbin/newfs_hammer/newfs_hammer.c
71
volume_info_t volume;