Home
last modified time | relevance | path

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

/Linux-v6.1/fs/crypto/
Dhooks.c193 int fscrypt_prepare_symlink(struct inode *dir, const char *target, in fscrypt_prepare_symlink() function
236 EXPORT_SYMBOL_GPL(fscrypt_prepare_symlink);
/Linux-v6.1/include/linux/
Dfscrypt.h368 int fscrypt_prepare_symlink(struct inode *dir, const char *target,
704 static inline int fscrypt_prepare_symlink(struct inode *dir, in fscrypt_prepare_symlink() function
/Linux-v6.1/fs/f2fs/
Dnamei.c683 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in f2fs_symlink()
/Linux-v6.1/fs/ubifs/
Ddir.c1161 err = fscrypt_prepare_symlink(dir, symname, len, UBIFS_MAX_INO_DATA, in ubifs_symlink()
/Linux-v6.1/fs/ext4/
Dnamei.c3351 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in ext4_symlink()