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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/partitions/
H A Defi.c28 * AGPT, allow override with 'gpt' kernel command line option.
51 * - Changed gpt structure names and members to be simpler and more Linux-like.
73 * - Added kernel command line option 'gpt' to override valid PMBR test.
105 /* This allows a kernel command line option 'gpt' to override
116 __setup("gpt", force_gpt_fn);
222 * @gpt - GPT header
225 * Allocates space for PTEs based on information found in @gpt.
229 alloc_read_gpt_entries(struct block_device *bdev, gpt_header *gpt) argument
233 if (!bdev || !gpt)
236 count = le32_to_cpu(gpt
266 gpt_header *gpt; local
295 is_gpt_valid(struct block_device *bdev, u64 lba, gpt_header **gpt, gpt_entry **ptes) argument
513 find_valid_gpt(struct block_device *bdev, gpt_header **gpt, gpt_entry **ptes) argument
609 gpt_header *gpt = NULL; local
[all...]

Completed in 14 milliseconds