Home
last modified time | relevance | path

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

/openbmc/linux/fs/crypto/
H A Dfname.c530 bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name() function
550 EXPORT_SYMBOL_GPL(fscrypt_match_name);
/openbmc/linux/include/linux/
H A Dfscrypt.h353 bool fscrypt_match_name(const struct fscrypt_name *fname,
633 static inline bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name() function
/openbmc/linux/fs/f2fs/
H A Ddir.c251 return fscrypt_match_name(&f, de_name, de_name_len); in f2fs_match_name()
/openbmc/linux/fs/ext4/
H A Dnamei.c1525 return fscrypt_match_name(&f, de->name, de->name_len); in ext4_match()