Home
last modified time | relevance | path

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

/linux/fs/jffs2/
H A Ddir.c82 struct jffs2_full_dirent *fd = NULL, *fd_list; in jffs2_lookup() local
94 /* The 'nhash' on the fd_list is not the same as the dentry hash */ in jffs2_lookup()
100 for (fd_list = dir_f->dents; fd_list && fd_list->nhash <= nhash; fd_list = fd_list->next) { in jffs2_lookup()
101 if (fd_list->nhash == nhash && in jffs2_lookup()
102 (!fd || fd_list->version > fd->version) && in jffs2_lookup()
103 strlen(fd_list in jffs2_lookup()
[all...]