Searched defs:fsw_dnode (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_core.h171 #define DNODESTRUCTNAME fsw_dnode
233 struct fsw_dnode;
255 struct fsw_dnode *dnode_head; //!< List of all dnodes allocated for this volume
270 struct fsw_dnode { struct
281 struct fsw_dnode *next; //!< Doubly-linked list of all dnodes: previous dnode
282 struct fsw_dnode *prev; //!< Doubly-linked list of all dnodes: next dnode
326 struct fsw_dnode *dnode; //!< The dnode this handle reads data from
383 fsw_u32 dnode_struct_size; //!< Size for allocating the fsw_dnode structure
432 void fsw_dnode_retain(struct fsw_dnode *dno);
433 void fsw_dnode_release(struct fsw_dnode *dn
[all...]

Completed in 1126 milliseconds