Searched refs:erofs_namei (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/erofs/ |
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()
|
D | internal.h | 423 int erofs_namei(struct inode *dir, const struct qstr *name,
|
D | super.c | 561 err = erofs_namei(d_inode(child), &dotdot_name, &nid, &d_type); in erofs_get_parent()
|