Searched refs:erofs_namei (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/erofs/ |
H A D | namei.c | 168 int erofs_namei(struct inode *dir, in erofs_namei() function 229 err = erofs_namei(dir, &dentry->d_name, &nid, &d_type); in erofs_lookup()
|
H A D | internal.h | 382 int erofs_namei(struct inode *dir, struct qstr *name,
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | namei.c | 161 int erofs_namei(struct inode *dir, const struct qstr *name, erofs_nid_t *nid, in erofs_namei() function 206 err = erofs_namei(dir, &dentry->d_name, &nid, &d_type); in erofs_lookup()
|
H A D | internal.h | 425 int erofs_namei(struct inode *dir, const struct qstr *name,
|
H A D | super.c | 566 err = erofs_namei(d_inode(child), &dotdot_name, &nid, &d_type); in erofs_get_parent()
|
Completed in 4 milliseconds