Home
last modified time | relevance | path

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

/fs/erofs/
A Dnamei.c181 int erofs_namei(struct nameidata *nd, const char *name, unsigned int len) in erofs_namei() argument
183 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() argument
228 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() local
260 ret = link_path_walk(path, &nd); in erofs_ilookup()
264 vi->nid = nd.nid; in erofs_ilookup()

Completed in 2 milliseconds