HomeSort by: relevance | last modified time | path
    Searched defs:node_ad_cpy (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/udf/
udf_strat_direct.c 241 struct long_ad *node_ad_cpy; local in function:udf_queue_buf_direct
316 node_ad_cpy = ump->la_node_ad_cpy;
319 udf_late_allocate_buf(ump, buf, lmapping, node_ad_cpy, &vpart_num);
udf_strat_sequential.c 378 struct long_ad *node_ad_cpy; local in function:udf_issue_buf
424 node_ad_cpy = ump->la_node_ad_cpy;
427 udf_late_allocate_buf(ump, buf, lmapping, node_ad_cpy, &vpart_num);
udf_strat_rmw.c 776 struct long_ad *node_ad_cpy; local in function:udf_queuebuf_rmw
927 node_ad_cpy = ump->la_node_ad_cpy;
930 udf_late_allocate_buf(ump, buf, lmapping, node_ad_cpy, &vpart_num);
udf_allocation.c 74 struct long_ad *node_ad_cpy);
1636 uint64_t *lmapping, struct long_ad *node_ad_cpy, uint16_t *vpart_nump)
1686 node_ad_cpy);
2230 uint16_t vpart_num, uint64_t *mapping, struct long_ad *node_ad_cpy)
2323 node_ad_cpy[cpy_slot++] = s_ad;
2345 node_ad_cpy[cpy_slot++] = s_ad;
2392 node_ad_cpy[cpy_slot++] = s_ad;
2473 node_ad_cpy[cpy_slot++] = s_ad;
2504 node_ad_cpy[cpy_slot++] = s_ad;
2523 c_ad = node_ad_cpy[0]
2874 struct long_ad c_ad, s_ad, *node_ad_cpy; local in function:udf_shrink_node
    [all...]

Completed in 14 milliseconds