ReactOS 0.4.15-dev-8621-g4b051b9
|
Public Attributes | |
file_ref * | fileref |
fcb * | dummyfcb |
file_ref * | dummyfileref |
struct _move_entry * | parent |
LIST_ENTRY | list_entry |
Definition at line 693 of file fileinfo.c.
fcb* _move_entry::dummyfcb |
Definition at line 695 of file fileinfo.c.
Referenced by add_children_to_move_list(), and move_across_subvols().
file_ref* _move_entry::dummyfileref |
Definition at line 696 of file fileinfo.c.
Referenced by add_children_to_move_list(), and move_across_subvols().
file_ref* _move_entry::fileref |
Definition at line 694 of file fileinfo.c.
Referenced by add_children_to_move_list(), and move_across_subvols().
LIST_ENTRY _move_entry::list_entry |
Definition at line 698 of file fileinfo.c.
Referenced by add_children_to_move_list(), and move_across_subvols().
struct _move_entry* _move_entry::parent |
Definition at line 697 of file fileinfo.c.
Referenced by add_children_to_move_list(), and move_across_subvols().