Searched refs:node_ad_cpy (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/fs/udf/ |
H A D | udf_allocation.c | 74 struct long_ad *node_ad_cpy); 1636 uint64_t *lmapping, struct long_ad *node_ad_cpy, uint16_t *vpart_nump) in udf_late_allocate_buf() argument 1686 node_ad_cpy); in udf_late_allocate_buf() 2230 uint16_t vpart_num, uint64_t *mapping, struct long_ad *node_ad_cpy) in udf_record_allocation_in_node() argument 2323 node_ad_cpy[cpy_slot++] = s_ad; in udf_record_allocation_in_node() 2345 node_ad_cpy[cpy_slot++] = s_ad; in udf_record_allocation_in_node() 2392 node_ad_cpy[cpy_slot++] = s_ad; in udf_record_allocation_in_node() 2473 node_ad_cpy[cpy_slot++] = s_ad; in udf_record_allocation_in_node() 2504 node_ad_cpy[cpy_slot++] = s_ad; in udf_record_allocation_in_node() 2523 c_ad = node_ad_cpy[ in udf_record_allocation_in_node() 2874 struct long_ad c_ad, s_ad, *node_ad_cpy; udf_shrink_node() local [all...] |
H A D | udf_strat_direct.c | 241 struct long_ad *node_ad_cpy; in udf_queue_buf_direct() local 316 node_ad_cpy = ump->la_node_ad_cpy; in udf_queue_buf_direct() 319 udf_late_allocate_buf(ump, buf, lmapping, node_ad_cpy, &vpart_num); in udf_queue_buf_direct()
|
H A D | udf_strat_sequential.c | 378 struct long_ad *node_ad_cpy; in udf_issue_buf() local 424 node_ad_cpy = ump->la_node_ad_cpy; in udf_issue_buf() 427 udf_late_allocate_buf(ump, buf, lmapping, node_ad_cpy, &vpart_num); in udf_issue_buf()
|
H A D | udf_subr.h | 122 …t udf_mount *ump, struct buf *buf, uint64_t *lmapping, struct long_ad *node_ad_cpy, uint16_t *vpar…
|
H A D | udf_strat_rmw.c | 776 struct long_ad *node_ad_cpy; in udf_queuebuf_rmw() local 927 node_ad_cpy = ump->la_node_ad_cpy; in udf_queuebuf_rmw() 930 udf_late_allocate_buf(ump, buf, lmapping, node_ad_cpy, &vpart_num); in udf_queuebuf_rmw()
|