Searched refs:fs_nspace (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.h45 struct fs_nspace { struct
68 void fs_nspaceInit (struct fs_nspace *nspace);
69 void fs_nspaceDestroy (struct fs_nspace *nspace);
78 typedef struct fs_nspace fs_nspace; typedef in typeref:struct:fs_nspace
84 status_t create_socket(fs_nspace *ns);
85 status_t init_postoffice(fs_nspace *ns);
86 void shutdown_postoffice(fs_nspace *ns);
87 status_t postoffice_func(fs_nspace *ns);
89 extern uint8 *send_rpc_call(fs_nspace *n
[all...]
H A Dnfs_add_on.c100 create_socket(fs_nspace *ns)
150 connect_socket(fs_nspace *ns)
171 init_postoffice(fs_nspace *ns)
196 shutdown_postoffice(fs_nspace *ns)
208 postoffice_func(fs_nspace *ns)
245 send_rpc_call(fs_nspace *ns, const struct sockaddr_in *addr, int32 prog,
416 get_remote_address(fs_nspace *ns, int32 prog, int32 vers, int32 prot,
457 nfs_mount(fs_nspace *ns, const char *path, nfs_fhandle *fhandle)
504 nfs_lookup (fs_nspace *ns, const nfs_fhandle *dir, const char *filename,
561 nfs_getattr(fs_nspace *n
[all...]
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.h88 struct fs_nspace struct
114 typedef struct fs_nspace fs_nspace; typedef in typeref:struct:fs_nspace
122 ino_t new_vnid(fs_nspace *ns);
124 int websearchfs_event(fs_nspace *ns, fs_node *node, int flags);
H A Dwebsearchfs.c85 fs_nspace *ns = (fs_nspace *)_volume->private_volume;
125 fs_nspace *ns;
136 ns = malloc(sizeof(fs_nspace));
139 memset(ns, 0, sizeof(fs_nspace));
189 fs_nspace *ns = (fs_nspace *)_volume->private_volume;
221 fs_nspace *ns = (fs_nspace *)_volume->private_volume;
235 fs_nspace *n
[all...]

Completed in 84 milliseconds