Searched refs:fscrypt_prepare_symlink (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/fs/crypto/ |
| D | hooks.c | 223 int fscrypt_prepare_symlink(struct inode *dir, const char *target, in fscrypt_prepare_symlink() function 266 EXPORT_SYMBOL_GPL(fscrypt_prepare_symlink);
|
| /Linux-v6.6/include/linux/ |
| D | fscrypt.h | 377 int fscrypt_prepare_symlink(struct inode *dir, const char *target, 722 static inline int fscrypt_prepare_symlink(struct inode *dir, in fscrypt_prepare_symlink() function
|
| /Linux-v6.6/fs/f2fs/ |
| D | namei.c | 690 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in f2fs_symlink()
|
| /Linux-v6.6/fs/ubifs/ |
| D | dir.c | 1154 err = fscrypt_prepare_symlink(dir, symname, len, UBIFS_MAX_INO_DATA, in ubifs_symlink()
|
| /Linux-v6.6/fs/ceph/ |
| D | dir.c | 963 err = fscrypt_prepare_symlink(req->r_parent, dest, len, PATH_MAX, in prep_encrypted_symlink_target()
|
| /Linux-v6.6/fs/ext4/ |
| D | namei.c | 3381 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in ext4_symlink()
|