Searched refs:fs_node (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.h61 struct fs_node struct
63 struct fs_node *nlnext; /* node list */
64 struct fs_node *qnext; /* query list */
65 struct fs_node *next; /* next in folder */
66 struct fs_node *parent, *children;
93 struct fs_node *root; /* fast access for stat time change */
94 struct fs_node *nodes;
95 struct fs_node *queries;
104 struct fs_node *node;
115 typedef struct fs_node fs_nod typedef in typeref:struct:fs_node
[all...]
H A Dduckduckgo_request.h20 struct fs_node *query_node; /* root folder for that query */
46 extern status_t duckduckgo_request_open(const char *query_string, struct fs_volume *volume, struct fs_node *query_node, struct duckduckgo_request **req);
H A Dwebsearchfs.c61 static int websearchfs_create_gen(fs_volume *_volume, fs_node *dir, const char *name, int omode, int perms, ino_t *vnid, fs_node **node, struct attr_entry *iattrs, bool mkdir, bool uniq);
62 static int websearchfs_free_vnode(fs_volume *_volume, fs_node *node);
87 fs_node *dir = ns->root;
88 fs_node *n;// *dummy;
126 fs_node *root;
156 root = malloc(sizeof(fs_node));
159 memset(root, 0, sizeof(fs_node));
191 struct fs_node *node;
214 static int compare_fs_node_by_vnid(fs_node *nod
[all...]
H A Dduckduckgo_request.cpp147 status_t duckduckgo_request_open(const char *query_string, struct fs_volume *volume, struct fs_node *query_node, struct duckduckgo_request **req)
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.h38 struct fs_node { struct
42 struct fs_node *next;
60 struct fs_node *first;
79 typedef struct fs_node fs_node; typedef in typeref:struct:fs_node
101 extern void insert_node(fs_nspace *ns, fs_node *node);
H A Dnfs_add_on.c745 fs_node *current;
761 insert_node(fs_nspace *ns, fs_node *node)
763 fs_node *current;
788 fs_node *current;
789 fs_node *previous;
822 fs_node *current;
865 fs_node *dummy;
868 fs_node *base;
877 fs_node *newNode = (fs_node *)mallo
[all...]

Completed in 62 milliseconds