/reactos/base/services/nfsd/ |
H A D | list.h | 27 struct list_entry { struct 28 struct list_entry *prev; argument 29 struct list_entry *next; argument 52 struct list_entry *head) in list_init() 59 struct list_entry *head) in list_empty() 65 struct list_entry *entry, in list_add() 66 struct list_entry *prev, in list_add() 67 struct list_entry *next) in list_add() 77 struct list_entry *head, in list_add_head() 78 struct list_entry *entry) in list_add_head() [all …]
|
H A D | idmap.c | 412 typedef void (*entry_copy_fn)(struct list_entry*, const struct list_entry*); 421 struct list_entry head; 448 const struct list_entry *src) in cache_insert() 450 struct list_entry *entry; in cache_insert() 479 struct list_entry *entry_out) in cache_lookup() 481 struct list_entry *entry; in cache_lookup() 500 struct list_entry entry; 518 struct list_entry *lhs, in user_cache_copy() 519 const struct list_entry *rhs) in user_cache_copy() 538 struct list_entry entry; [all …]
|
H A D | nfs41.h | 39 struct list_entry entry; /* position in nfs41_server.superblocks */ 69 struct list_entry head; 85 struct list_entry entry; /* position in global server list */ 100 struct list_entry client_entry; /* entry in nfs41_client.delegations */ 113 struct list_entry open_entry; /* entry in nfs41_open_state.locks */ 138 struct list_entry client_entry; /* entry in nfs41_client.opens */ 153 struct list_entry list; 187 struct list_entry opens; /* list of associated nfs41_open_state */ 188 struct list_entry delegations; /* list of associated delegations */ 205 struct list_entry root_entry; /* position in nfs41_root.clients */ [all …]
|
H A D | pnfs_layout.c | 35 struct list_entry head; 159 struct list_entry *entry; in layout_state_find_or_create() 198 struct list_entry *entry; in layout_state_find_and_delete() 321 struct list_entry *entry; in layout_ordered_insert() 485 struct list_entry *entry; in layout_coverage_status() 559 struct list_entry *entry; in device_status() 580 struct list_entry *entry; in device_assign() 716 struct list_entry *entry; in pnfs_layout_state_prepare() 1089 struct list_entry *entry; in file_layout_recall_file() 1118 struct list_entry *entry; in file_layout_recall_fsid() [all …]
|
H A D | pnfs_device.c | 36 struct list_entry head; 75 const struct list_entry *entry, in deviceid_compare() 87 struct list_entry *entry; in file_device_find_or_create() 147 struct list_entry *entry, *tmp; in pnfs_file_device_list_free() 162 struct list_entry *entry, *tmp; in pnfs_file_device_list_invalidate() 332 struct list_entry *entry; in pnfs_file_device_notify()
|
H A D | delegation.c | 95 struct list_entry *entry; in delegation_remove() 131 struct list_entry *entry; in has_delegated_locks() 139 static int open_deleg_cmp(const struct list_entry *entry, const void *value) in open_deleg_cmp() 159 struct list_entry *entry; in deleg_open_find() 177 struct list_entry *entry; in deleg_lock_find() 202 struct list_entry *entry; in deleg_lock_update() 421 struct list_entry *entry; in delegation_find() 775 static int deleg_fh_cmp(const struct list_entry *entry, const void *value) in deleg_fh_cmp() 831 struct list_entry *entry, *tmp; in nfs41_client_delegation_free() 864 struct list_entry *entry, *tmp; in nfs41_client_delegation_recovery() [all …]
|
H A D | pnfs.h | 144 struct list_entry entry; /* position in devices */ 152 struct list_entry entry; /* position in nfs41_client.layouts */ 153 struct list_entry layouts; /* list of pnfs_file_layouts */ 154 struct list_entry recalls; /* list of pnfs_layouts */ 165 struct list_entry entry;
|
H A D | nfs41_server.c | 40 struct list_entry head; 76 const struct list_entry *entry, in server_compare() 88 OUT struct list_entry **entry_out) in server_entry_find() 228 struct list_entry *entry; in nfs41_server_find_or_create()
|
H A D | namespace.c | 79 struct list_entry *entry, *tmp; in root_free() 118 IN const struct list_entry *entry, in cl_addr_compare() 148 struct list_entry *entry; in root_client_find_addrs() 177 IN const struct list_entry *entry, in cl_exid_compare() 214 struct list_entry *entry; in root_client_find()
|
/reactos/drivers/filesystems/btrfs/ |
H A D | treefuncs.c | 290 RemoveEntryList(&t->list_entry); in free_tree() 979 InsertHeadList(&tp.item->list_entry, &td->list_entry); 1238 tree_data* td = CONTAINING_RECORD(pi->list_entry.Flink, tree_data, list_entry); in find_tree_end() 1307 le = bi->list_entry.Flink; in add_delete_inode_extref() 1601 InsertHeadList(td->list_entry.Blink, &td2->list_entry); in handle_batch_collision() 1688 InsertHeadList(td->list_entry.Blink, &td2->list_entry); in handle_batch_collision() 1782 InsertHeadList(td->list_entry.Blink, &td2->list_entry); in handle_batch_collision() 1853 InsertHeadList(td->list_entry.Blink, &td2->list_entry); in handle_batch_collision() 1896 InsertHeadList(td->list_entry.Blink, &newtd->list_entry); in handle_batch_collision() 2196 InsertHeadList(tp.item->list_entry.Blink, &td->list_entry); [all …]
|
H A D | free-space.c | 204 InsertTailList(list, &s->list_entry); in add_space_entry() 325 LIST_ENTRY list_entry; member 719 RemoveEntryList(&s->list_entry); in load_stored_free_space_cache() 1460 InsertTailList(list, &s->list_entry); in space_list_add2() 1489 space* s3 = CONTAINING_RECORD(s2->list_entry.Blink, space, list_entry); in space_list_add2() 1513 space* s3 = CONTAINING_RECORD(s2->list_entry.Flink, space, list_entry); in space_list_add2() 1546 space* s3 = CONTAINING_RECORD(s2->list_entry.Blink, space, list_entry); in space_list_add2() 1578 space* s3 = CONTAINING_RECORD(s2->list_entry.Flink, space, list_entry); in space_list_add2() 1615 InsertHeadList(s2->list_entry.Blink, &s->list_entry); in space_list_add2() 1648 InsertTailList(list, &s->list_entry); in space_list_add2() [all …]
|
H A D | balance.c | 31 LIST_ENTRY list_entry; member 45 LIST_ENTRY list_entry; member 55 LIST_ENTRY list_entry; member 68 LIST_ENTRY list_entry; member 163 InsertTailList(&mr->refs, &ref->list_entry); 218 InsertTailList(items, &mr->list_entry); 420 le = &first_noninline->list_entry; 1475 InsertTailList(items, &dr->list_entry); 1625 le = &first_noninline->list_entry; 2055 RemoveEntryList(&ce->list_entry); in balance_data_chunk() [all …]
|
H A D | flushthread.c | 2187 LIST_ENTRY list_entry; member 2596 RemoveEntryList(&ce->list_entry); in flush_changed_extent() 3033 oldlastitem = CONTAINING_RECORD(newfirstitem->list_entry.Blink, tree_data, list_entry); in split_tree_at() 3097 InsertHeadList(&t->paritem->list_entry, &td->list_entry); in split_tree_at() 3317 le = t->paritem->list_entry.Flink; in try_tree_amalgamate() 4197 InsertTailList(le, &sc->list_entry); in add_to_bootstrap() 4508 InsertHeadList(&bii->list_entry, &bii2->list_entry); in split_batch_item_list() 4594 InsertHeadList(&bi2->list_entry, &bi->list_entry); 4626 LIST_ENTRY list_entry; member 5756 RemoveEntryList(&c->list_entry); in drop_chunk() [all …]
|
H A D | volume.c | 163 vc = CONTAINING_RECORD(pdode->children.Flink, volume_child, list_entry); in vol_read() 244 vc = CONTAINING_RECORD(pdode->children.Flink, volume_child, list_entry); in vol_write() 246 if (vc->list_entry.Flink != &pdode->children) { // more than once device in vol_write() 388 volume_child* vc = CONTAINING_RECORD(le, volume_child, list_entry); in vol_check_verify() 420 volume_child* vc = CONTAINING_RECORD(le, volume_child, list_entry); in vol_get_disk_extents() 952 LIST_ENTRY list_entry; member 1012 InsertTailList(&dlrlist, &dlr->list_entry); in drive_letter_callback2() 1239 InsertHeadList(vc2->list_entry.Blink, &vc->list_entry); in add_volume_device() 1248 InsertTailList(&pdode->children, &vc->list_entry); in add_volume_device() 1259 device* dev = CONTAINING_RECORD(le, device, list_entry); in add_volume_device() [all …]
|
H A D | send.c | 22 LIST_ENTRY list_entry; member 35 LIST_ENTRY list_entry; member 43 LIST_ENTRY list_entry; member 49 LIST_ENTRY list_entry; member 58 LIST_ENTRY list_entry; member 63 LIST_ENTRY list_entry; member 225 InsertHeadList(o2->list_entry.Blink, &o->list_entry); in add_orphan() 540 InsertHeadList(sd2->list_entry.Blink, &sd->list_entry); in send_add_dir() 1121 InsertHeadList(pr2->list_entry.Blink, &pr->list_entry); in add_pending_rmdir() 1735 InsertHeadList(&ext->list_entry, &ext2->list_entry); in divide_ext() [all …]
|
H A D | search.c | 55 LIST_ENTRY list_entry; member 163 fve_data* d2 = CONTAINING_RECORD(le, fve_data, list_entry); in _Function_class_() 166 RemoveEntryList(&d2->list_entry); in _Function_class_() 210 fve_data* d = CONTAINING_RECORD(le, fve_data, list_entry); in event_notification() 269 fve_data* d2 = CONTAINING_RECORD(le, fve_data, list_entry); in register_fve_callback() 293 fve_data* d2 = CONTAINING_RECORD(le, fve_data, list_entry); in register_fve_callback() 306 InsertTailList(&fve_data_list, &d->list_entry); in register_fve_callback() 616 device* dev = CONTAINING_RECORD(le, device, list_entry); 648 RemoveEntryList(&vc->list_entry); 656 RemoveEntryList(&pdode->list_entry); [all …]
|
H A D | btrfs_drv.h | 235 LIST_ENTRY list_entry; member 245 LIST_ENTRY list_entry; member 275 LIST_ENTRY list_entry; member 336 LIST_ENTRY list_entry; member 357 LIST_ENTRY list_entry; member 367 LIST_ENTRY list_entry; member 406 LIST_ENTRY list_entry; member 435 LIST_ENTRY list_entry; member 466 LIST_ENTRY list_entry; member 491 LIST_ENTRY list_entry; member [all …]
|
H A D | fileinfo.c | 698 LIST_ENTRY list_entry; member 734 InsertHeadList(&me->list_entry, &me2->list_entry); in add_children_to_move_list() 941 …if (fcb->list_entry.Flink != &fcb->subvol->fcbs && (CONTAINING_RECORD(fcb->list_entry.Flink, struc… 1685 InsertHeadList(ofr->fcb->list_entry.Blink, &fileref->fcb->list_entry); in rename_stream_to_file() 1694 ofr->fcb->list_entry.Flink = ofr->fcb->list_entry.Blink = NULL; in rename_stream_to_file() 1719 InsertHeadList(ofr->list_entry.Blink, &fileref->list_entry); in rename_stream_to_file() 1721 ofr->list_entry.Flink = ofr->list_entry.Blink = NULL; in rename_stream_to_file() 2443 InsertHeadList(fileref->fcb->list_entry.Blink, &dummyfcb->list_entry); in rename_file_to_stream() 2449 fileref->fcb->list_entry.Flink = fileref->fcb->list_entry.Blink = NULL; in rename_file_to_stream() 2474 InsertTailList(fileref->list_entry.Blink, &dummyfileref->list_entry); in rename_file_to_stream() [all …]
|
H A D | calcthread.c | 45 cj2 = CONTAINING_RECORD(Vcb->calcthreads.job_list.Flink, calc_job, list_entry); in calc_thread_main() 67 RemoveEntryList(&cj2->list_entry); in calc_thread_main() 171 InsertTailList(&Vcb->calcthreads.job_list, &cj.list_entry); in do_calc_job() 225 InsertTailList(&Vcb->calcthreads.job_list, &cj->list_entry); in add_calc_job_decomp() 278 InsertTailList(&Vcb->calcthreads.job_list, &cj->list_entry); in add_calc_job_comp()
|
H A D | btrfs.c | 1334 InsertTailList(&Vcb->roots, &r->list_entry); 1747 …if (fcb->list_entry.Flink != &fcb->subvol->fcbs && (CONTAINING_RECORD(fcb->list_entry.Flink, struc… 1753 if (fcb->list_entry.Flink) { 1754 RemoveEntryList(&fcb->list_entry); 1892 if (fr->list_entry.Flink) 1893 RemoveEntryList(&fr->list_entry); 2024 if (Vcb->list_entry.Flink) 2025 RemoveEntryList(&Vcb->list_entry); 3044 InsertTailList(&Vcb->roots, &r->list_entry); 5640 Vcb->list_entry.Flink = NULL; [all …]
|
H A D | create.c | 365 InsertTailList(parts, &nb->list_entry); in split_path() 380 InsertTailList(parts, &nb->list_entry); in split_path() 1262 InsertHeadList(lastle, &fcb->list_entry); 1345 …if (fcb->list_entry.Blink == &subvol->fcbs || (CONTAINING_RECORD(fcb->list_entry.Blink, struct _fc… 1565 InsertHeadList(&sf->fcb->list_entry, &fcb->list_entry); 2038 RemoveEntryList(&item->list_entry); in file_create_parse_ea() 2049 RemoveEntryList(&item->list_entry); in file_create_parse_ea() 2086 RemoveEntryList(&item->list_entry); in file_create_parse_ea() 2102 RemoveEntryList(&item->list_entry); in file_create_parse_ea() 2407 …if (fcb->list_entry.Blink == &fcb->subvol->fcbs || (CONTAINING_RECORD(fcb->list_entry.Blink, struc… [all …]
|
/reactos/drivers/bus/acpi/include/ |
H A D | list.h | 185 #define list_entry(ptr, type, member) \ macro 222 for (pos = list_entry((head)->next, typeof(*pos), member); \ 224 pos = list_entry(pos->member.next, typeof(*pos), member)) 234 for (pos = list_entry((head)->next, typeof(*pos), member), \ 235 n = list_entry(pos->member.next, typeof(*pos), member); \ 237 pos = n, n = list_entry(n->member.next, typeof(*n), member)) 247 for (pos = list_entry(pos->member.next, typeof(*pos), member); \ 249 pos = list_entry(pos->member.next, typeof(*pos), member))
|
/reactos/sdk/tools/hhpcomp/chmc/ |
H A D | list.h | 190 #define list_entry(ptr, type, member) \ macro 193 #define list_entry(ptr, type, member) \ macro 231 for (pos = list_entry((head)->next, typeof(*pos), member); \ 233 pos = list_entry(pos->member.next, typeof(*pos), member)) 243 for (pos = list_entry((head)->next, typeof(*pos), member), \ 244 n = list_entry(pos->member.next, typeof(*pos), member); \ 246 pos = n, n = list_entry(n->member.next, typeof(*n), member))
|
/reactos/drivers/filesystems/ext2/inc/linux/ |
H A D | list.h | 191 #define list_entry(ptr, type, member) \ macro 233 for (pos = list_entry((head)->next, type, member), \ 236 pos = list_entry(pos->member.next, type, member), \ 249 for (pos = list_entry((head)->next, type, member), \ 250 n = list_entry(pos->member.next, type, member); \ 252 pos = n, n = list_entry(n->member.next, type, member))
|
/reactos/base/shell/cmd/ |
H A D | cmddbg.c | 12 LIST_ENTRY list_entry; member 103 InsertTailList(&alloc_list_head, &info->list_entry); in add_mem_to_list() 110 RemoveEntryList(&info->list_entry); in del_mem_from_list() 123 info = CONTAINING_RECORD(entry, alloc_info, list_entry); in dump_mem_list()
|