Home
last modified time | relevance | path

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

/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);
/linux/include/linux/
H A Dfscrypt.h413 bool fscrypt_match_name(const struct fscrypt_name *fname,
698 static inline bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name() function
/linux/fs/f2fs/
H A Ddir.c207 return fscrypt_match_name(&f, de_name, de_name_len); in f2fs_match_name()
/linux/fs/ext4/
H A Dnamei.c1481 return fscrypt_match_name(&f, de->name, de->name_len); in ext4_match()