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

  /src/sys/fs/udf/
udf_allocation.c 2238 uint64_t inflen, from, till; local in function:udf_record_allocation_in_node
2277 /* do check if `till' is not past file information length */
2279 till = MIN(inflen, from + buf->b_resid);
2281 num_lb = (till - from + lb_size -1) / lb_size;
2299 /* 1) copy till first overlap piece to the rewrite buffer */
2373 if (foffset + len > till)
2374 len = till - foffset;
2405 replace_len = till - foffset; /* total amount of bytes to pop */
2988 /* 1) copy till first overlap piece to the rewrite buffer */
udf_allocation.c 2238 uint64_t inflen, from, till; local in function:udf_record_allocation_in_node
2277 /* do check if `till' is not past file information length */
2279 till = MIN(inflen, from + buf->b_resid);
2281 num_lb = (till - from + lb_size -1) / lb_size;
2299 /* 1) copy till first overlap piece to the rewrite buffer */
2373 if (foffset + len > till)
2374 len = till - foffset;
2405 replace_len = till - foffset; /* total amount of bytes to pop */
2988 /* 1) copy till first overlap piece to the rewrite buffer */

Completed in 26 milliseconds