Searched refs:current_minor (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Dosf.h8 unsigned long first_sector, int current_minor);
H A Dmsdos.c112 int minor, unsigned long first_size, int *current_minor)
130 if ((*current_minor & mask) == 0)
172 add_gd_partition(hd, *current_minor, next, size);
175 md_autodetect_dev(MKDEV(hd->major,*current_minor));
179 (*current_minor)++;
181 if ((*current_minor & mask) == 0)
203 minor = *current_minor;
215 int minor, int *current_minor)
242 if ((*current_minor & mask) == 0)
253 add_gd_partition(hd, *current_minor,
111 extended_partition(struct gendisk *hd, struct block_device *bdev, int minor, unsigned long first_size, int *current_minor) argument
214 solaris_x86_partition(struct gendisk *hd, struct block_device *bdev, int minor, int *current_minor) argument
265 check_and_add_bsd_partition(struct gendisk *hd, struct bsd_partition *bsd_p, int baseminor, int *current_minor) argument
310 do_bsd_partition(struct gendisk *hd, struct block_device *bdev, int minor, int *current_minor, char *name, int max_partitions) argument
344 bsd_partition(struct gendisk *hd, struct block_device *bdev, int minor, int *current_minor) argument
353 netbsd_partition(struct gendisk *hd, struct block_device *bdev, int minor, int *current_minor) argument
362 openbsd_partition(struct gendisk *hd, struct block_device *bdev, int minor, int *current_minor) argument
375 unixware_partition(struct gendisk *hd, struct block_device *bdev, int minor, int *current_minor) argument
418 minix_partition(struct gendisk *hd, struct block_device *bdev, int minor, int *current_minor) argument
562 int current_minor = first_part_minor; local
[all...]
H A Dosf.c21 unsigned long first_sector, int current_minor)
75 if ((current_minor & mask) == 0)
78 add_gd_partition(hd, current_minor,
81 current_minor++;
20 osf_partition(struct gendisk *hd, struct block_device *bdev, unsigned long first_sector, int current_minor) argument
H A Dsgi.c20 int sgi_partition(struct gendisk *hd, struct block_device *bdev, unsigned long first_sector, int current_minor) argument
72 * current_minor.
79 add_gd_partition(hd, current_minor, start, blocks);
80 current_minor++;

Completed in 101 milliseconds