Searched refs:nd (Results 1 – 1 of 1) sorted by relevance
181 int erofs_namei(struct nameidata *nd, const char *name, unsigned int len) in erofs_namei() argument183 erofs_nid_t nid = nd->nid; in erofs_namei()218 nd->nid = le64_to_cpu(de->nid); in erofs_namei()226 static int link_path_walk(const char *name, struct nameidata *nd) in link_path_walk() argument228 nd->nid = sbi.root_nid; in link_path_walk()243 ret = erofs_namei(nd, name, p - name); in link_path_walk()258 struct nameidata nd; in erofs_ilookup() local260 ret = link_path_walk(path, &nd); in erofs_ilookup()264 vi->nid = nd.nid; in erofs_ilookup()
Completed in 2 milliseconds