Searched defs:dnode_id (Results 1 - 2 of 2) sorted by relevance
| /vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/ |
| H A D | fsw_core.c | 325 fsw_status_t fsw_dnode_create_root(struct fsw_volume *vol, fsw_u32 dnode_id, struct fsw_dnode **dno_out) argument 338 dno->dnode_id = dnode_id; 353 * if there already is a dnode with the given dnode_id on record, then no new object 368 fsw_status_t fsw_dnode_create(struct fsw_dnode *parent_dno, fsw_u32 dnode_id, int type, argument 377 if (dno->dnode_id == dnode_id) { 393 dno->dnode_id = dnode_id; 625 FSW_MSG_DEBUG((FSW_MSGSTR("fsw_dnode_lookup_path: now at inode %d\n"), dno->dnode_id)); [all...] |
| H A D | fsw_core.h | 277 fsw_u32 dnode_id; //!< Unique id number (usually the inode number) member in struct:fsw_dnode 429 fsw_status_t fsw_dnode_create_root(struct VOLSTRUCTNAME *vol, fsw_u32 dnode_id, struct DNODESTRUCTNAME **dno_out); 430 fsw_status_t fsw_dnode_create(struct DNODESTRUCTNAME *parent_dno, fsw_u32 dnode_id, int type,
|
Completed in 45 milliseconds