Lines Matching refs:raw_super
2360 if (uuid_is_nonzero(sbi->raw_super->encrypt_pw_salt))
2364 generate_random_uuid(sbi->raw_super->encrypt_pw_salt);
2369 memset(sbi->raw_super->encrypt_pw_salt, 0, 16);
2373 memcpy(encrypt_pw_salt, sbi->raw_super->encrypt_pw_salt, 16);
3018 u32 sb_feature = le32_to_cpu(F2FS_I_SB(inode)->raw_super->feature);
3365 count = utf16s_to_utf8s(sbi->raw_super->volume_name,
3366 ARRAY_SIZE(sbi->raw_super->volume_name),
3398 memset(sbi->raw_super->volume_name, 0,
3399 sizeof(sbi->raw_super->volume_name));
3401 sbi->raw_super->volume_name,
3402 ARRAY_SIZE(sbi->raw_super->volume_name));