Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfscrypt.h891 static inline int fscrypt_encrypt_symlink(struct inode *inode, in fscrypt_encrypt_symlink() function
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dnamei.c696 err = fscrypt_encrypt_symlink(inode, symname, len, &disk_link); in f2fs_symlink()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Ddir.c1162 err = fscrypt_encrypt_symlink(inode, symname, len, &disk_link); in ubifs_symlink()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dnamei.c3504 err = fscrypt_encrypt_symlink(inode, symname, len, &disk_link); in ext4_symlink()