Searched refs:fscrypt_prepare_symlink (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/crypto/ |
H A 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);
|
/openbmc/linux/include/linux/ |
H A 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
|
/openbmc/linux/fs/f2fs/ |
H A D | namei.c | 621 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in f2fs_symlink()
|
/openbmc/linux/fs/ubifs/ |
H A D | dir.c | 1154 err = fscrypt_prepare_symlink(dir, symname, len, UBIFS_MAX_INO_DATA, in ubifs_symlink()
|
/openbmc/linux/fs/ceph/ |
H A D | dir.c | 963 err = fscrypt_prepare_symlink(req->r_parent, dest, len, PATH_MAX, in prep_encrypted_symlink_target()
|
/openbmc/linux/fs/ext4/ |
H A D | namei.c | 3427 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in ext4_symlink()
|