Searched refs:fscrypt_encrypt_symlink (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A D | fscrypt.h | 1085 * fscrypt_encrypt_symlink() - encrypt the symlink target if needed 1099 static inline int fscrypt_encrypt_symlink(struct inode *inode, in fscrypt_encrypt_symlink() function
|
/linux/fs/f2fs/ |
H A D | namei.c | 665 err = fscrypt_encrypt_symlink(inode, symname, len, &disk_link); in f2fs_symlink()
|
/linux/fs/ubifs/ |
H A D | dir.c | 1228 err = fscrypt_encrypt_symlink(inode, symname, len, &disk_link); in ubifs_symlink()
|
/linux/fs/ceph/ |
H A D | dir.c | 997 err = fscrypt_encrypt_symlink(req->r_new_inode, dest, len, &osd_link); in prep_encrypted_symlink_target()
|
/linux/fs/ext4/ |
H A D | namei.c | 3404 err = fscrypt_encrypt_symlink(inode, symname, len, &disk_link); in ext4_symlink()
|