Lines Matching refs:partition

23 	float (*identify_partition)(int fd, partition_data* partition,
25 status_t (*scan_partition)(int fd, partition_data* partition,
27 void (*free_identify_partition_cookie)(partition_data* partition,
29 void (*free_partition_cookie)(partition_data* partition);
30 void (*free_partition_content_cookie)(partition_data* partition);
35 uint32 (*get_supported_operations)(partition_data* partition, uint32 mask);
36 uint32 (*get_supported_child_operations)(partition_data* partition,
39 bool (*supports_initializing_child)(partition_data* partition,
41 bool (*is_sub_system_for)(partition_data* partition);
43 bool (*validate_resize)(partition_data* partition, off_t* size);
44 bool (*validate_resize_child)(partition_data* partition,
46 bool (*validate_move)(partition_data* partition, off_t* start);
47 bool (*validate_move_child)(partition_data* partition,
49 bool (*validate_set_name)(partition_data* partition, char* name);
50 bool (*validate_set_content_name)(partition_data* partition, char* name);
51 bool (*validate_set_type)(partition_data* partition, const char* type);
52 bool (*validate_set_parameters)(partition_data* partition,
55 bool (*validate_set_content_parameters)(partition_data* partition,
57 bool (*validate_initialize)(partition_data* partition, char* name,
59 bool (*validate_create_child)(partition_data* partition, off_t* start,
62 status_t (*get_partitionable_spaces)(partition_data* partition,
67 status_t (*get_next_supported_type)(partition_data* partition,
72 // shadow partition modification
74 status_t (*shadow_changed)(partition_data* partition,
80 status_t (*repair)(int fd, partition_id partition, bool checkOnly,
82 status_t (*resize)(int fd, partition_id partition, off_t size,
84 status_t (*resize_child)(int fd, partition_id partition, off_t size,
86 status_t (*move)(int fd, partition_id partition, off_t offset,
88 status_t (*move_child)(int fd, partition_id partition, partition_id child,
90 status_t (*set_name)(int fd, partition_id partition, const char* name,
92 status_t (*set_content_name)(int fd, partition_id partition,
94 status_t (*set_type)(int fd, partition_id partition, const char* type,
96 status_t (*set_parameters)(int fd, partition_id partition,
98 status_t (*set_content_parameters)(int fd, partition_id partition,
100 status_t (*initialize)(int fd, partition_id partition, const char* name,
102 status_t (*uninitialize)(int fd, partition_id partition,
104 status_t (*create_child)(int fd, partition_id partition, off_t offset,
110 status_t (*delete_child)(int fd, partition_id partition, partition_id child,