Home
last modified time | relevance | path

Searched defs:vol (Results 1 – 25 of 56) sorted by relevance

123

/dflybsd-src/sbin/hammer2/
H A Dondisk.c58 hammer2_init_volume(hammer2_volume_t *vol) in hammer2_init_volume()
78 hammer2_install_volume(hammer2_volume_t *vol, int fd, int id, const char *path, in hammer2_install_volume()
90 hammer2_uninstall_volume(hammer2_volume_t *vol) in hammer2_uninstall_volume()
207 hammer2_volume_t *vol; in hammer2_add_volume() local
265 const hammer2_volume_t *vol; in hammer2_verify_volumes_common() local
339 const hammer2_volume_t *vol; in hammer2_verify_volumes_1() local
387 const hammer2_volume_t *vol; in hammer2_verify_volumes_2() local
481 const hammer2_volume_t *vol; in hammer2_print_volumes() local
538 hammer2_volume_t *vol; in hammer2_cleanup_volumes() local
555 hammer2_volume_t *vol; in hammer2_get_volume() local
[all …]
H A Dcmd_recover.c185 hammer2_volume_t *vol; in cmd_recover() local
539 hammer2_volume_t *vol; in check_filename() local
1232 hammer2_volume_t *vol; in dump_dir_data() local
1379 hammer2_volume_t *vol; in dump_file_data() local
1551 hammer2_volume_t *vol; member
1563 hammer2_volume_t *vol; in hammer2_cache_read() local
/dflybsd-src/sys/dev/raid/vinum/
H A Dvinumioctl.c74 struct volume *vol; in vinumioctl() local
485 struct volume *vol = &VOL[msg->index]; in resetstats() local
512 struct volume *vol; in attachobject() local
591 struct volume *vol; in detachobject() local
729 struct volume *vol; in renameobject() local
H A Dvinum.c93 struct volume *vol; in vinumattach() local
248 struct volume *vol = &vinum_conf.volume[i]; in free_vinum() local
377 struct volume *vol; in vinumopen() local
484 struct volume *vol; in vinumclose() local
562 struct volume *vol; in vinumsize() local
H A Dvinumconfig.c155 struct volume *vol; in my_plex() local
185 struct volume *vol; in give_plex_to_volume() local
760 made_vol(struct volume *vol) in made_vol()
879 struct volume *vol; in get_empty_volume() local
911 struct volume *vol; in find_volume() local
937 struct volume *vol; in free_volume() local
1332 struct volume *vol; /* for tidying up dangling references */ in config_plex() local
1488 struct volume *vol; /* collect volume info here */ in config_volume() local
1838 struct volume *vol = &VOL[plex->volno]; in remove_plex_entry() local
1868 struct volume *vol = &VOL[volno]; in remove_volume_entry() local
[all …]
H A Dvinumstate.c108 struct volume *vol; in set_sd_state() local
397 struct volume *vol = &VOL[volno]; /* point to our volume */ in set_volume_state() local
519 struct volume *vol = &VOL[plex->volno]; /* possible volume to which it points */ in update_plex_state() local
581 struct volume *vol; /* our volume */ in update_volume_state() local
777 struct volume *vol; in vpstate() local
H A Dvinumrequest.c131 struct volume *vol = NULL; in vinumstrategy() local
195 struct volume *vol; in vinumstart() local
693 struct volume *vol; /* volume in question */ in build_read_request() local
770 struct volume *vol; /* volume in question */ in build_write_request() local
1000 vinum_bounds_check(struct bio *bio, struct volume *vol) in vinum_bounds_check()
H A Dvinumrevive.c61 struct volume *vol; in revive_block() local
H A Dvinumio.c434 struct volume *vol; in format_config() local
/dflybsd-src/sbin/newfs_hammer2/
H A Dmkfs_hammer2.c262 format_hammer2_misc(hammer2_volume_t *vol, hammer2_mkfs_options_t *opt, in format_hammer2_misc()
312 format_hammer2_inode(hammer2_volume_t *vol, hammer2_mkfs_options_t *opt, in format_hammer2_inode()
516 hammer2_volume_t *vol = &fso->volumes[index]; in format_hammer2() local
712 hammer2_volume_t *vol = &fso.volumes[i]; in hammer2_mkfs() local
750 hammer2_volume_t *vol = &fso.volumes[i]; in hammer2_mkfs() local
/dflybsd-src/usr.sbin/makefs/hammer2/
H A Dhammer2_ondisk.c210 const hammer2_vfsvolume_t *vol; in hammer2_verify_volumes_common() local
293 const hammer2_vfsvolume_t *vol; in hammer2_verify_volumes_1() local
353 const hammer2_vfsvolume_t *vol; in hammer2_verify_volumes_2() local
593 hammer2_vfsvolume_t *vol; in hammer2_init_vfsvolumes() local
711 hammer2_vfsvolume_t *vol, *ret = NULL; in hammer2_get_volume_from_hmp() local
/dflybsd-src/sys/vfs/hammer2/
H A Dhammer2_ondisk.c241 const hammer2_volume_t *vol; in hammer2_verify_volumes_common() local
305 const hammer2_volume_t *vol; in hammer2_verify_volumes_1() local
365 const hammer2_volume_t *vol; in hammer2_verify_volumes_2() local
595 hammer2_volume_t *vol; in hammer2_init_volumes() local
713 hammer2_volume_t *vol, *ret = NULL; in hammer2_get_volume() local
/dflybsd-src/usr.sbin/mptutil/
H A Dmpt_config.c197 CONFIG_PAGE_IOC_2_RAID_VOL *vol; in clear_config() local
440 CONFIG_PAGE_IOC_2_RAID_VOL *vol; in find_next_volume() local
470 CONFIG_PAGE_RAID_VOL_0 *vol; in build_volume() local
585 CONFIG_PAGE_RAID_VOL_0 *vol; in create_volume() local
778 CONFIG_PAGE_IOC_2_RAID_VOL *vol; in find_volume_spare_pool() local
1103 dump_config(CONFIG_PAGE_RAID_VOL_0 *vol) in dump_config()
1134 CONFIG_PAGE_RAID_VOL_0 *vol; in debug_config() local
H A Dmpt_show.c279 CONFIG_PAGE_IOC_2_RAID_VOL *vol; in show_config() local
385 CONFIG_PAGE_IOC_2_RAID_VOL *vol; in show_volumes() local
H A Dmpt_drive.c140 CONFIG_PAGE_IOC_2_RAID_VOL *vol; in mpt_pd_list() local
H A Dmpt_cam.c216 CONFIG_PAGE_IOC_2_RAID_VOL *vol; in periph_is_volume() local
H A Dmpt_cmd.c297 CONFIG_PAGE_IOC_2_RAID_VOL *vol; in mpt_lookup_volume() local
/dflybsd-src/contrib/lvm2/dist/include/
H A Dlocking.h128 #define unlock_vg(cmd, vol) lock_vol(cmd, vol, LCK_VG_UNLOCK) argument
129 #define unlock_and_release_vg(cmd, vg, vol) \ argument
/dflybsd-src/contrib/lvm2/dist/lib/locking/
H A Dlocking.h128 #define unlock_vg(cmd, vol) lock_vol(cmd, vol, LCK_VG_UNLOCK) argument
129 #define unlock_and_release_vg(cmd, vg, vol) \ argument
H A Dlocking.c386 int lock_vol(struct cmd_context *cmd, const char *vol, uint32_t flags) in lock_vol()
524 int remote_lock_held(const char *vol) in remote_lock_held()
/dflybsd-src/sbin/hammer/
H A Dmisc.c195 hammer_extend_layer1_bits(int vol, int newsiz, int oldsiz) in hammer_extend_layer1_bits()
285 int zone, vol, i, j, new_block; in hammer_add_zone_stat() local
/dflybsd-src/sys/dev/disk/mpt/
H A Dmpt_raid.c138 mpt_vol_type(struct mpt_raid_volume *vol) in mpt_vol_type()
153 mpt_vol_state(struct mpt_raid_volume *vol) in mpt_vol_state()
193 mpt_vol_prt(struct mpt_softc *mpt, struct mpt_raid_volume *vol, in mpt_vol_prt()
589 mpt_issue_raid_req(struct mpt_softc *mpt, struct mpt_raid_volume *vol, in mpt_issue_raid_req()
/dflybsd-src/sys/dev/sound/pcm/
H A Dfeeder_volume.c240 int i, *vol, *matrix; in feed_volume_feed() local
/dflybsd-src/sys/vfs/hammer/
H A Dhammer.h1528 #define hammer_modify_volume_field(trans, vol, field) \ argument
1580 hammer_volume_number_add(hammer_mount_t hmp, hammer_volume_t vol) in hammer_volume_number_add()
1587 hammer_volume_number_del(hammer_mount_t hmp, hammer_volume_t vol) in hammer_volume_number_del()
1602 #define hvkprintf(vol, format, args...) \ argument
1611 #define hvkrateprintf(rate, vol, format, args...) \ argument
/dflybsd-src/sbin/vinum/
H A Dv.c92 struct volume vol; variable

123