Home
last modified time | relevance | path

Searched refs:fscrypt_prepare_symlink (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dhooks.c193 int fscrypt_prepare_symlink(struct inode *dir, const char *target, in fscrypt_prepare_symlink() function
236 EXPORT_SYMBOL_GPL(fscrypt_prepare_symlink);
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscrypt.h255 int fscrypt_prepare_symlink(struct inode *dir, const char *target,
563 static inline int fscrypt_prepare_symlink(struct inode *dir, in fscrypt_prepare_symlink() function
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dnamei.c669 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in f2fs_symlink()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Ddir.c1128 err = fscrypt_prepare_symlink(dir, symname, len, UBIFS_MAX_INO_DATA, in ubifs_symlink()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_oplus991 fscrypt_prepare_symlink
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dnamei.c3464 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in ext4_symlink()