Home
last modified time | relevance | path

Searched refs:s_uuid_len (Results 1 – 4 of 4) sorted by relevance

/linux/fs/
H A Dioctl.c458 struct fsuuid2 u = { .len = sb->s_uuid_len, }; in ioctl_getfsuuid()
460 if (!sb->s_uuid_len) in ioctl_getfsuuid()
463 memcpy(&u.uuid[0], &sb->s_uuid, sb->s_uuid_len); in ioctl_getfsuuid()
/linux/include/linux/fs/
H A Dsuper_types.h206 u8 s_uuid_len; /* Default 16, possibly smaller for weird filesystems */ member
/linux/include/linux/
H A Dfs.h2372 sb->s_uuid_len = len; in super_set_uuid()
2385 WARN_ON(sb->s_uuid_len != sizeof(sb->s_uuid)); in super_set_sysfs_name_uuid()
/linux/fs/smb/server/
H A Dsmb2pdu.c5630 if (path.mnt->mnt_sb->s_uuid_len == 16) in smb2_get_info_filesystem()
5632 path.mnt->mnt_sb->s_uuid_len); in smb2_get_info_filesystem()