Home
last modified time | relevance | path

Searched refs:dir_children_index (Results 1 – 5 of 5) sorted by relevance

/reactos/drivers/filesystems/btrfs/
H A Dfileinfo.c707 le = me->fileref->fcb->dir_children_index.Flink; in add_children_to_move_list()
709 while (le != &me->fileref->fcb->dir_children_index) { in add_children_to_move_list()
1641 while (!IsListEmpty(&ofr->fcb->dir_children_index)) { in rename_stream_to_file()
1642 … InsertTailList(&fileref->fcb->dir_children_index, RemoveHeadList(&ofr->fcb->dir_children_index)); in rename_stream_to_file()
2429 while (!IsListEmpty(&fileref->fcb->dir_children_index)) { in rename_file_to_stream()
2430 … InsertTailList(&dummyfcb->dir_children_index, RemoveHeadList(&fileref->fcb->dir_children_index)); in rename_file_to_stream()
3018 if (IsListEmpty(&related->fcb->dir_children_index)) in set_rename_information()
4434 le = fileref->fcb->dir_children_index.Flink;
4435 while (le != &fileref->fcb->dir_children_index) {
4474 le = fileref->fcb->dir_children_index.Flink;
[all …]
H A Ddirctrl.c658 if (dc2->list_entry_index.Flink != &fileref->fcb->dir_children_index) in next_dir_entry()
700 le = fileref->fcb->dir_children_index.Flink; in next_dir_entry()
703 while (le != &fileref->fcb->dir_children_index) { in next_dir_entry()
719 if (dc->list_entry_index.Flink == &fileref->fcb->dir_children_index) in next_dir_entry()
H A Dcreate.c153 InitializeListHead(&fcb->dir_children_index); in create_fcb()
628 InsertTailList(&fcb->dir_children_index, &dc->list_entry_index);
697 InsertTailList(&fcb->dir_children_index, &dc->list_entry_index);
1490 le = sf->fcb->dir_children_index.Flink;
1491 while (le != &sf->fcb->dir_children_index) {
1928 if (IsListEmpty(&fcb->dir_children_index)) in add_dir_child()
1936 InsertTailList(&fcb->dir_children_index, &dc->list_entry_index); in add_dir_child()
2925 LIST_ENTRY* le = parfileref->fcb->dir_children_index.Flink;
2926 while (le != &parfileref->fcb->dir_children_index) {
3689 le = fileref->fcb->dir_children_index.Flink; in open_file3()
[all …]
H A Dbtrfs_drv.h314 LIST_ENTRY dir_children_index; member
H A Dbtrfs.c1816 while (!IsListEmpty(&fcb->dir_children_index)) {
1817 LIST_ENTRY* le = RemoveHeadList(&fcb->dir_children_index);