Home
last modified time | relevance | path

Searched refs:ext4_encrypted_symlink_data (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/ext4/
Dsymlink.c33 struct ext4_encrypted_symlink_data *sd; in ext4_follow_link()
59 sd = (struct ext4_encrypted_symlink_data *)caddr; in ext4_follow_link()
63 sizeof(struct ext4_encrypted_symlink_data) - 1) > in ext4_follow_link()
Dext4_crypto.h140 struct ext4_encrypted_symlink_data { struct
153 return (l + sizeof(struct ext4_encrypted_symlink_data) - 1); in encrypted_symlink_data_len() argument
Dnamei.c3136 struct ext4_encrypted_symlink_data *sd = NULL; in ext4_symlink()