Home
last modified time | relevance | path

Searched refs:fscrypt_encrypt_symlink (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dfscrypt.h1085 * 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 Dnamei.c665 err = fscrypt_encrypt_symlink(inode, symname, len, &disk_link); in f2fs_symlink()
/linux/fs/ubifs/
H A Ddir.c1228 err = fscrypt_encrypt_symlink(inode, symname, len, &disk_link); in ubifs_symlink()
/linux/fs/ceph/
H A Ddir.c997 err = fscrypt_encrypt_symlink(req->r_new_inode, dest, len, &osd_link); in prep_encrypted_symlink_target()
/linux/fs/ext4/
H A Dnamei.c3404 err = fscrypt_encrypt_symlink(inode, symname, len, &disk_link); in ext4_symlink()