Searched refs:btQueryCookie (Results 1 - 3 of 3) sorted by last modified time

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/bt_fs/
H A DbtClient.c62 int btReadQuery(fs_nspace *ns, char **fileName, vnode_id *vnid, vnode_id *parent, btQueryCookie *cookie);
1639 int btReadQuery(fs_nspace *ns, char **fileName, vnode_id *vnid, vnode_id *parent, btQueryCookie *cookie)
H A Dnfs_add_on.c1413 extern int fsOpenQuery(fs_nspace *ns, const char *query, ulong flags, port_id port, long token, btQueryCookie **cookie)
1417 *cookie = (btQueryCookie *) malloc(sizeof(btQueryCookie));
1424 extern int fsCloseQuery(fs_nspace *ns, btQueryCookie *cookie)
1430 extern int fsReadQuery(fs_nspace *ns, btQueryCookie *cookie, long *num, struct dirent *buf, size_t bufsize)
1466 extern int fsFreeQueryCookie(fs_nspace *ns, btQueryCookie *cookie)
H A Dnfs_add_on.h161 extern int fsOpenQuery(fs_nspace *ns, const char *query, ulong flags, port_id port, long token, btQueryCookie **cookie);
162 extern int fsCloseQuery(fs_nspace *ns, btQueryCookie *cookie);
163 extern int fsReadQuery(fs_nspace *ns, btQueryCookie *cookie, long *num, struct dirent *buf, size_t bufsize);
164 extern int fsFreeQueryCookie(fs_nspace *ns, btQueryCookie *cookie);

Completed in 59 milliseconds