Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfscrypt.h465 int fscrypt_prepare_symlink(struct inode *dir, const char *target,
793 static inline int fscrypt_prepare_symlink(struct inode *dir, in fscrypt_prepare_symlink() function
/linux/fs/ext4/
H A Dnamei.c3377 err = fscrypt_prepare_symlink(dir, symname, len, dir->i_sb->s_blocksize, in ext4_symlink()