Searched refs:fscrypt_prepare_symlink (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/fs/crypto/ |
| D | hooks.c | 191 int fscrypt_prepare_symlink(struct inode *dir, const char *target, in fscrypt_prepare_symlink() function 234 EXPORT_SYMBOL_GPL(fscrypt_prepare_symlink);
|
| /Linux-v5.10/include/linux/ |
| D | fscrypt.h | 218 int fscrypt_prepare_symlink(struct inode *dir, const char *target, 513 static inline int fscrypt_prepare_symlink(struct inode *dir, in fscrypt_prepare_symlink() function
|
| /Linux-v5.10/fs/f2fs/ |
| D | namei.c | 653 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in f2fs_symlink()
|
| /Linux-v5.10/fs/ubifs/ |
| D | dir.c | 1112 err = fscrypt_prepare_symlink(dir, symname, len, UBIFS_MAX_INO_DATA, in ubifs_symlink()
|
| /Linux-v5.10/fs/ext4/ |
| D | namei.c | 3307 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in ext4_symlink()
|