3 struct ntvfs_module_context
*ntvfs
;
5 /* the base directory */
8 /* a linked list of open searches */
9 struct search_state
*search
;
11 /* next available search handle */
12 uint16_t next_search_handle
;
14 struct svfs_file
*open_files
;
27 struct svfs_file
*next
, *prev
;
29 struct ntvfs_handle
*handle
;
34 struct search_state
*next
, *prev
;
36 unsigned int current_index
;