Home
last modified time | relevance | path

Searched refs:fs_partition (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/fs/
H A Dfs.c25 static disk_partition_t fs_partition; variable
29 disk_partition_t *fs_partition) in fs_probe_unsupported() argument
131 disk_partition_t *fs_partition);
330 &fs_partition, 1); in fs_set_blk_dev()
342 if (!info->probe(fs_dev_desc, &fs_partition)) { in fs_set_blk_dev()
359 ret = part_get_info(desc, part, &fs_partition); in fs_set_blk_dev_with_part()
361 ret = part_get_info_whole_disk(desc, &fs_partition); in fs_set_blk_dev_with_part()
367 if (!info->probe(fs_dev_desc, &fs_partition)) { in fs_set_blk_dev_with_part()
/openbmc/u-boot/fs/ext4/
H A Dext4fs.c211 disk_partition_t *fs_partition) in ext4fs_probe() argument
213 ext4fs_set_blk_dev(fs_dev_desc, fs_partition); in ext4fs_probe()
215 if (!ext4fs_mount(fs_partition->size)) { in ext4fs_probe()
/openbmc/u-boot/fs/btrfs/
H A Dbtrfs.c77 int btrfs_probe(struct blk_desc *fs_dev_desc, disk_partition_t *fs_partition) in btrfs_probe() argument
80 btrfs_part_info = fs_partition; in btrfs_probe()
/openbmc/linux/Documentation/filesystems/
H A Dcramfs.rst76 "fs_partition" on the /mnt directory::
78 $ mount -t cramfs mtd:fs_partition /mnt
81 something like "root=mtd:fs_partition" on the kernel command line.
/openbmc/u-boot/include/
H A Dext4fs.h151 disk_partition_t *fs_partition);
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c961 disk_partition_t fs_partition; in efi_dp_from_name() local
971 part = blk_get_device_part_str(dev, devnr, &desc, &fs_partition, in efi_dp_from_name()