Home
last modified time | relevance | path

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

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