Lines Matching defs:s

69 	struct storage *s;  in storage_new()  local
83 storage_get_tmpfs_status(const char *mountpoint, struct storage *s) in storage_get_tmpfs_status()
101 storage_free(struct storage *s) in storage_free()
108 storage_set_memsize(struct storage *s, unsigned long memsize) in storage_set_memsize()
114 storage_get_memsize(const struct storage *s) in storage_get_memsize()
120 storage_disk_first(const struct storage *s) in storage_disk_first()
126 storage_set_selected_disk(struct storage *s, struct disk *d) in storage_set_selected_disk()
132 storage_get_selected_disk(const struct storage *s) in storage_get_selected_disk()
138 storage_set_selected_slice(struct storage *s, struct slice *sl) in storage_set_selected_slice()
144 storage_get_selected_slice(const struct storage *s) in storage_get_selected_slice()
153 disk_new(struct storage *s, const char *dev_name) in disk_new()
276 disk_find(const struct storage *s, const char *device) in disk_find()
334 disks_free(struct storage *s) in disks_free()
358 struct slice *s; in slice_new() local
415 struct slice *s = d->slice_head; in slice_find() local
427 slice_next(const struct slice *s) in slice_next()
438 slice_get_device_name(const struct slice *s) in slice_get_device_name()
447 slice_get_number(const struct slice *s) in slice_get_number()
453 slice_get_desc(const struct slice *s) in slice_get_desc()
459 slice_get_capacity(const struct slice *s) in slice_get_capacity()
465 slice_get_start(const struct slice *s) in slice_get_start()
471 slice_get_size(const struct slice *s) in slice_get_size()
477 slice_get_type(const struct slice *s) in slice_get_type()
483 slice_get_flags(const struct slice *s) in slice_get_flags()
489 slice_subpartition_first(const struct slice *s) in slice_subpartition_first()
512 subpartition_new_hammer(struct slice *s, const char *mountpoint, in subpartition_new_hammer()
575 subpartition_new_hammer2(struct slice *s, const char *mountpoint, in subpartition_new_hammer2()
644 subpartition_new_ufs(struct slice *s, const char *mountpoint, long capacity, in subpartition_new_ufs()
744 subpartition_find(const struct slice *s, const char *fmt, ...) in subpartition_find()
773 subpartition_of(const struct slice *s, const char *fmt, ...) in subpartition_of()
800 subpartition_find_capacity(const struct slice *s, long capacity) in subpartition_find_capacity()
939 subpartition_count(const struct slice *s) in subpartition_count()
953 subpartitions_free(struct slice *s) in subpartitions_free()
994 const struct disk *d, const struct slice *s) in measure_activated_swap_from_slice()
1027 struct slice *s; in measure_activated_swap_from_disk() local