s_encrypt_pw_salt 1331 fs/ext4/ext4.h 	__u8	s_encrypt_pw_salt[16];	/* Salt used for string2key algorithm */
s_encrypt_pw_salt 1151 fs/ext4/ioctl.c 		if (uuid_is_zero(sbi->s_es->s_encrypt_pw_salt)) {
s_encrypt_pw_salt 1163 fs/ext4/ioctl.c 			generate_random_uuid(sbi->s_es->s_encrypt_pw_salt);
s_encrypt_pw_salt 1176 fs/ext4/ioctl.c 				 sbi->s_es->s_encrypt_pw_salt, 16))