Home
last modified time | relevance | path

Searched refs:erofs_namei (Results 1 – 3 of 3) sorted by relevance

/linux/fs/erofs/
H A Dnamei.c161 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 Dinternal.h436 int erofs_namei(struct inode *dir, const struct qstr *name,
H A Dsuper.c600 err = erofs_namei(d_inode(child), &dotdot_name, &nid, &d_type); in erofs_get_parent()