/linux-4.1.27/security/integrity/evm/ |
H A D | evm_crypto.c | 116 crypto_shash_update(desc, inode->i_sb->s_uuid, hmac_add_misc() 117 sizeof(inode->i_sb->s_uuid)); hmac_add_misc()
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_superblock.h | 103 char s_uuid[16]; /* 16: 128-bit uuid for volume */ member in struct:jfs_superblock
|
H A D | jfs_mount.c | 392 memcpy(sbi->uuid, j_sb->s_uuid, sizeof(sbi->uuid)); chkSuper()
|
/linux-4.1.27/fs/gfs2/ |
H A D | sys.c | 87 const u8 *uuid = s->s_uuid; uuid_show() 684 const u8 *uuid = s->s_uuid; gfs2_uevent()
|
H A D | ops_fstype.c | 205 memcpy(s->s_uuid, str->sb_uuid, 16); gfs2_sb_in()
|
/linux-4.1.27/fs/reiserfs/ |
H A D | objectid.c | 212 generate_random_uuid(disk_sb->s_uuid); reiserfs_convert_objectid_map_v1()
|
H A D | super.c | 2209 buf->f_fsid.val[0] = (u32)crc32_le(0, rs->s_uuid, sizeof(rs->s_uuid)/2); reiserfs_statfs() 2210 buf->f_fsid.val[1] = (u32)crc32_le(0, rs->s_uuid + sizeof(rs->s_uuid)/2, reiserfs_statfs() 2211 sizeof(rs->s_uuid)/2); reiserfs_statfs()
|
H A D | reiserfs.h | 1034 unsigned char s_uuid[16]; /* filesystem unique identifier */ member in struct:reiserfs_super_block
|
/linux-4.1.27/mm/ |
H A D | cleancache.c | 133 pool_id = cleancache_ops->init_shared_fs(sb->s_uuid, PAGE_SIZE); __cleancache_init_shared_fs()
|
/linux-4.1.27/fs/ocfs2/ |
H A D | super.c | 2072 memcpy(sb->s_uuid, di->id2.i_super.s_uuid, ocfs2_initialize_super() 2073 sizeof(di->id2.i_super.s_uuid)); ocfs2_initialize_super() 2279 if (ocfs2_setup_osb_uuid(osb, di->id2.i_super.s_uuid, ocfs2_initialize_super() 2280 sizeof(di->id2.i_super.s_uuid))) { ocfs2_initialize_super()
|
H A D | ocfs2_fs.h | 650 /*90*/ __u8 s_uuid[OCFS2_VOL_UUID_LEN]; /* 128-bit uuid */ member in struct:ocfs2_super_block
|
/linux-4.1.27/fs/ext3/ |
H A D | super.c | 345 /* es->s_uuid will be set by e2fsck if empty */ ext3_update_dynamic_rev() 2017 memcpy(sb->s_uuid, es->s_uuid, sizeof(es->s_uuid)); ext3_fill_super() 2271 if (memcmp(EXT3_SB(sb)->s_es->s_journal_uuid, es->s_uuid, 16)) { ext3_get_dev_journal() 2855 fsid = le64_to_cpup((void *)es->s_uuid) ^ ext3_statfs() 2856 le64_to_cpup((void *)es->s_uuid + sizeof(u64)); ext3_statfs()
|
H A D | ext3.h | 451 /*68*/ __u8 s_uuid[16]; /* 128-bit uuid for volume */ member in struct:ext3_super_block
|
/linux-4.1.27/fs/ext2/ |
H A D | super.c | 117 /* es->s_uuid will be set by e2fsck if empty */ ext2_update_dynamic_rev() 1422 fsid = le64_to_cpup((void *)es->s_uuid) ^ ext2_statfs() 1423 le64_to_cpup((void *)es->s_uuid + sizeof(u64)); ext2_statfs()
|
H A D | ext2.h | 460 __u8 s_uuid[16]; /* 128-bit uuid for volume */ member in struct:ext2_super_block
|
/linux-4.1.27/fs/ext4/ |
H A D | super.c | 704 /* es->s_uuid will be set by e2fsck if empty */ ext4_update_dynamic_rev() 2048 crc = crc16(~0, sbi->s_es->s_uuid, sizeof(sbi->s_es->s_uuid)); ext4_group_desc_csum() 3559 sbi->s_csum_seed = ext4_chksum(sbi, ~0, es->s_uuid, ext4_fill_super() 3560 sizeof(es->s_uuid)); ext4_fill_super() 4008 memcpy(sb->s_uuid, es->s_uuid, sizeof(es->s_uuid)); ext4_fill_super() 4481 if (memcmp(EXT4_SB(sb)->s_es->s_journal_uuid, es->s_uuid, 16)) { ext4_get_dev_journal() 5156 fsid = le64_to_cpup((void *)es->s_uuid) ^ ext4_statfs() 5157 le64_to_cpup((void *)es->s_uuid + sizeof(u64)); ext4_statfs()
|
H A D | ext4.h | 286 __le16 bg_block_bitmap_csum_lo;/* crc32c(s_uuid+grp_num+bbitmap) LE */ 287 __le16 bg_inode_bitmap_csum_lo;/* crc32c(s_uuid+grp_num+ibitmap) LE */ 298 __le16 bg_block_bitmap_csum_hi;/* crc32c(s_uuid+grp_num+bbitmap) BE */ 299 __le16 bg_inode_bitmap_csum_hi;/* crc32c(s_uuid+grp_num+ibitmap) BE */ 1150 /*68*/ __u8 s_uuid[16]; /* 128-bit uuid for volume */ member in struct:ext4_super_block
|
/linux-4.1.27/fs/jbd2/ |
H A D | journal.c | 1582 journal->j_csum_seed = jbd2_chksum(journal, ~0, sb->s_uuid, journal_get_superblock() 1583 sizeof(sb->s_uuid)); journal_get_superblock() 1890 sb->s_uuid, jbd2_journal_set_features() 1891 sizeof(sb->s_uuid)); jbd2_journal_set_features()
|
/linux-4.1.27/include/linux/ |
H A D | nilfs2_fs.h | 192 /*98*/ __u8 s_uuid[16]; /* 128-bit uuid for volume */ member in struct:nilfs_super_block
|
H A D | jbd.h | 203 __u8 s_uuid[16]; /* 128-bit uuid for journal */ member in struct:journal_superblock_s
|
H A D | jbd2.h | 258 __u8 s_uuid[16]; /* 128-bit uuid for journal */ member in struct:journal_superblock_s
|
H A D | fs.h | 1312 u8 s_uuid[16]; /* UUID */ member in struct:super_block
|
/linux-4.1.27/security/integrity/ima/ |
H A D | ima_policy.c | 231 memcmp(rule->fsuuid, inode->i_sb->s_uuid, sizeof(rule->fsuuid))) ima_match_rules()
|
/linux-4.1.27/fs/nilfs2/ |
H A D | sysfs.c | 902 return snprintf(buf, PAGE_SIZE, "%pUb\n", sbp[0]->s_uuid); nilfs_dev_uuid_show()
|
/linux-4.1.27/fs/f2fs/ |
H A D | super.c | 1031 memcpy(sb->s_uuid, raw_super->uuid, sizeof(raw_super->uuid)); f2fs_fill_super()
|
/linux-4.1.27/fs/btrfs/ |
H A D | ioctl.c | 2718 char *s_uuid = NULL; btrfs_ioctl_dev_info() local 2725 s_uuid = di_args->uuid; btrfs_ioctl_dev_info() 2728 dev = btrfs_find_device(root->fs_info, di_args->devid, s_uuid, NULL); btrfs_ioctl_dev_info()
|