Home
last modified time | relevance | path

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

/openbmc/linux/fs/crypto/
H A Dhooks.c223 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 Dfscrypt.h377 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 Dnamei.c621 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in f2fs_symlink()
/openbmc/linux/fs/ubifs/
H A Ddir.c1154 err = fscrypt_prepare_symlink(dir, symname, len, UBIFS_MAX_INO_DATA, in ubifs_symlink()
/openbmc/linux/fs/ceph/
H A Ddir.c963 err = fscrypt_prepare_symlink(req->r_parent, dest, len, PATH_MAX, in prep_encrypted_symlink_target()
/openbmc/linux/fs/ext4/
H A Dnamei.c3427 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in ext4_symlink()