Searched refs:fs_dev_desc (Results 1 – 6 of 6) sorted by relevance
| /fs/ |
| A D | fs.c | 39 static struct blk_desc *fs_dev_desc; variable 49 static inline int fs_probe_unsupported(struct blk_desc *fs_dev_desc, in fs_probe_unsupported() argument 165 int (*probe)(struct blk_desc *fs_dev_desc, 472 part = part_get_info_by_dev_and_name_or_num(ifname, dev_part_str, &fs_dev_desc, in fs_set_blk_dev() 482 if (!fs_dev_desc && !info->null_dev_desc_ok) in fs_set_blk_dev() 485 if (!info->probe(fs_dev_desc, &fs_partition)) { in fs_set_blk_dev() 507 fs_dev_desc = desc; in fs_set_blk_dev_with_part() 510 if (!info->probe(fs_dev_desc, &fs_partition)) { in fs_set_blk_dev_with_part() 681 dirs->desc = fs_dev_desc; in fs_opendir()
|
| /fs/btrfs/ |
| A D | btrfs.c | 119 int btrfs_probe(struct blk_desc *fs_dev_desc, in btrfs_probe() argument 126 fs_info = open_ctree_fs_info(fs_dev_desc, fs_partition); in btrfs_probe()
|
| /fs/erofs/ |
| A D | fs.c | 35 int erofs_probe(struct blk_desc *fs_dev_desc, in erofs_probe() argument 40 ctxt.cur_dev = fs_dev_desc; in erofs_probe()
|
| /fs/ext4/ |
| A D | ext4fs.c | 379 int ext4fs_probe(struct blk_desc *fs_dev_desc, in ext4fs_probe() argument 382 ext4fs_set_blk_dev(fs_dev_desc, fs_partition); in ext4fs_probe()
|
| /fs/exfat/ |
| A D | io.c | 609 int exfat_fs_probe(struct blk_desc *fs_dev_desc, in exfat_fs_probe() argument 614 ctxt.cur_dev = fs_dev_desc; in exfat_fs_probe()
|
| /fs/squashfs/ |
| A D | sqfs.c | 1134 int sqfs_probe(struct blk_desc *fs_dev_desc, struct disk_partition *fs_partition) in sqfs_probe() argument 1139 ctxt.cur_dev = fs_dev_desc; in sqfs_probe()
|
Completed in 12 milliseconds