Home
last modified time | relevance | path

Searched refs:__fscrypt_prepare_readdir (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/crypto/
Dhooks.c144 int __fscrypt_prepare_readdir(struct inode *dir) in __fscrypt_prepare_readdir() function
148 EXPORT_SYMBOL_GPL(__fscrypt_prepare_readdir);
/Linux-v6.6/include/linux/
Dfscrypt.h373 int __fscrypt_prepare_readdir(struct inode *dir);
704 static inline int __fscrypt_prepare_readdir(struct inode *dir) in __fscrypt_prepare_readdir() function
988 return __fscrypt_prepare_readdir(dir); in fscrypt_prepare_readdir()
/Linux-v6.6/fs/ceph/
Dcrypto.c492 err = __fscrypt_prepare_readdir(dir); in ceph_fscrypt_prepare_readdir()