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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Defi.c48 * - Changed gpt structure names and members to be simpler and more Linux-like.
70 * - Added kernel command line option 'gpt' to override valid PMBR test.
128 /* This allows a kernel command line option 'gpt' to override
139 __setup("gpt", force_gpt_fn);
324 * @gpt - GPT header
327 * Allocates space for PTEs based on information found in @gpt.
332 struct block_device *bdev, gpt_header *gpt)
336 if (!hd || !bdev || !gpt)
339 count = le32_to_cpu(gpt->num_partition_entries) *
340 le32_to_cpu(gpt
331 alloc_read_gpt_entries(struct gendisk *hd, struct block_device *bdev, gpt_header *gpt) argument
371 gpt_header *gpt; local
402 is_gpt_valid(struct gendisk *hd, struct block_device *bdev, u64 lba, gpt_header **gpt, gpt_entry **ptes) argument
582 find_valid_gpt(struct gendisk *hd, struct block_device *bdev, gpt_header **gpt, gpt_entry **ptes) argument
704 gpt_header *gpt = NULL; local
[all...]

Completed in 37 milliseconds