Home
last modified time | relevance | path

Searched refs:dentry_cmp (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Ddcache.c231 static inline int dentry_cmp(const struct dentry *dentry, const unsigned char *ct, unsigned tcount) in dentry_cmp() function
2197 return dentry_cmp(dentry, name->name, name->len) == 0; in d_same_name()
2308 if (dentry_cmp(dentry, str, hashlen_len(hashlen)) != 0) in __d_lookup_rcu()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dpath-lookup.rst722 standard filename comparison is used, ``dentry_cmp()`` is called