Home
last modified time | relevance | path

Searched refs:fscrypt_prepare_lookup (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ext4/
H A Dcrypto.c47 err = fscrypt_prepare_lookup(dir, dentry, &name); in ext4_fname_prepare_lookup()
/linux/include/linux/
H A Dfscrypt.h1023 static inline int fscrypt_prepare_lookup(struct inode *dir, in fscrypt_prepare_lookup() function
/linux/fs/f2fs/
H A Ddir.c146 err = fscrypt_prepare_lookup(dir, dentry, &crypt_name); in f2fs_prepare_lookup()
/linux/fs/ubifs/
H A Ddir.c228 err = fscrypt_prepare_lookup(dir, dentry, &nm); in ubifs_lookup()