Searched refs:fscrypt_prepare_lookup (Results 1 - 4 of 4) sorted by last modified time

/linux-master/fs/ubifs/
H A Ddir.c207 err = fscrypt_prepare_lookup(dir, dentry, &nm);
/linux-master/fs/f2fs/
H A Ddir.c122 * fscrypt_prepare_lookup(), but this also handles computing the casefolded name
132 err = fscrypt_prepare_lookup(dir, dentry, &crypt_name);
/linux-master/include/linux/
H A Dfscrypt.h1001 * fscrypt_prepare_lookup() - prepare to lookup a name in a possibly-encrypted
1023 static inline int fscrypt_prepare_lookup(struct inode *dir, function
/linux-master/fs/ext4/
H A Dcrypto.c48 err = fscrypt_prepare_lookup(dir, dentry, &name);

Completed in 176 milliseconds