Home
last modified time | relevance | path

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

/Linux-v5.10/fs/crypto/
Dhooks.c191 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/
Dfscrypt.h218 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/
Dnamei.c653 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in f2fs_symlink()
/Linux-v5.10/fs/ubifs/
Ddir.c1112 err = fscrypt_prepare_symlink(dir, symname, len, UBIFS_MAX_INO_DATA, in ubifs_symlink()
/Linux-v5.10/fs/ext4/
Dnamei.c3307 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in ext4_symlink()