Home
last modified time | relevance | path

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

/Linux-v5.15/fs/crypto/
Dhooks.c197 int fscrypt_prepare_symlink(struct inode *dir, const char *target, in fscrypt_prepare_symlink() function
240 EXPORT_SYMBOL_GPL(fscrypt_prepare_symlink);
/Linux-v5.15/include/linux/
Dfscrypt.h349 int fscrypt_prepare_symlink(struct inode *dir, const char *target,
657 static inline int fscrypt_prepare_symlink(struct inode *dir, in fscrypt_prepare_symlink() function
/Linux-v5.15/fs/f2fs/
Dnamei.c673 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in f2fs_symlink()
/Linux-v5.15/fs/ubifs/
Ddir.c1123 err = fscrypt_prepare_symlink(dir, symname, len, UBIFS_MAX_INO_DATA, in ubifs_symlink()
/Linux-v5.15/fs/ext4/
Dnamei.c3264 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in ext4_symlink()