Home
last modified time | relevance | path

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

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