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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dvolumes.h89 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
H A Ddisk-io.c389 BTRFS_FSID_SIZE);
391 if (!memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE)) {
1030 BTRFS_FSID_SIZE);
1670 memcpy(fs_info->fsid, fs_info->super_copy.fsid, BTRFS_FSID_SIZE);
H A Dctree.h275 #define BTRFS_FSID_SIZE 16 macro
295 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
334 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
810 u8 fsid[BTRFS_FSID_SIZE];
H A Dctree.c238 BTRFS_FSID_SIZE);
446 BTRFS_FSID_SIZE);
2104 BTRFS_FSID_SIZE);
2231 BTRFS_FSID_SIZE);
3053 BTRFS_FSID_SIZE);
H A Dvolumes.c123 if (memcmp(fsid, fs_devices->fsid, BTRFS_FSID_SIZE) == 0)
379 memcpy(fs_devices->fsid, disk_super->fsid, BTRFS_FSID_SIZE);
1343 memcpy(root->fs_info->fsid, fs_devices->fsid, BTRFS_FSID_SIZE);
1344 memcpy(disk_super->fsid, fs_devices->fsid, BTRFS_FSID_SIZE);
H A Dioctl.c271 BTRFS_FSID_SIZE);

Completed in 144 milliseconds