Home
last modified time | relevance | path

Searched refs:fs_uuid (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/
H A Dfs.su
H A Dfs.c348 int fs_uuid(char *uuid_str) in fs_uuid() function
661 ret = fs_uuid(uuid); in do_fs_uuid()
/OK3568_Linux_fs/u-boot/cmd/
H A DMakefile154 obj-$(CONFIG_CMD_FS_UUID) += fs_uuid.o
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dvolumes.c2480 u8 fs_uuid[BTRFS_FSID_SIZE]; in btrfs_finish_sprout() local
2522 read_extent_buffer(leaf, fs_uuid, btrfs_device_fsid(dev_item), in btrfs_finish_sprout()
2525 fs_uuid, true); in btrfs_finish_sprout()
6842 u8 fs_uuid[BTRFS_FSID_SIZE]; in read_one_dev() local
6848 read_extent_buffer(leaf, fs_uuid, btrfs_device_fsid(dev_item), in read_one_dev()
6851 if (memcmp(fs_uuid, fs_devices->metadata_uuid, BTRFS_FSID_SIZE)) { in read_one_dev()
6852 fs_devices = open_seed_devices(fs_info, fs_uuid); in read_one_dev()
6858 fs_uuid, true); in read_one_dev()
/OK3568_Linux_fs/u-boot/
H A Du-boot.map