Searched refs:fscrypt_encrypt_symlink (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fscrypt.h | 891 static inline int fscrypt_encrypt_symlink(struct inode *inode, in fscrypt_encrypt_symlink() function
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | namei.c | 696 err = fscrypt_encrypt_symlink(inode, symname, len, &disk_link); in f2fs_symlink()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | dir.c | 1162 err = fscrypt_encrypt_symlink(inode, symname, len, &disk_link); in ubifs_symlink()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | namei.c | 3504 err = fscrypt_encrypt_symlink(inode, symname, len, &disk_link); in ext4_symlink()
|