Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jffs2/
H A Ddir.c79 struct jffs2_full_dirent *fd = NULL, *fd_list; in jffs2_lookup() local
97 for (fd_list = dir_f->dents; fd_list && fd_list->nhash <= nhash; fd_list = fd_list->next) { in jffs2_lookup()
98 if (fd_list->nhash == nhash && in jffs2_lookup()
99 (!fd || fd_list->version > fd->version) && in jffs2_lookup()
100 strlen(fd_list->name) == target->d_name.len && in jffs2_lookup()
101 !strncmp(fd_list->name, target->d_name.name, target->d_name.len)) { in jffs2_lookup()
102 fd = fd_list; in jffs2_lookup()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gpgme/gpgme/
H A D0001-use-closefrom-on-linux-and-glibc-2.34.patch20 if (fd_list[i].fd > fd)
21 fd = fd_list[i].fd;
/OK3568_Linux_fs/buildroot/package/libgpgme/
H A D0001-core-Support-closefrom-also-for-glibc.patch26 if (fd_list[i].fd > fd)
27 fd = fd_list[i].fd;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A Dpass-ptest-env.patch55 struct fd_list all_extensions = FD_LIST_INITIALIZER(all_extensions);
56 struct fd_list ext_with_depends = FD_LIST_INITIALIZER(ext_with_depends);
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Ddevx.c24 static void dispatch_event_fd(struct list_head *fd_list, const void *data);
2306 static void dispatch_event_fd(struct list_head *fd_list, in dispatch_event_fd() argument
2311 list_for_each_entry_rcu(item, fd_list, xa_list) { in dispatch_event_fd()