HomeSort by: relevance | last modified time | path
    Searched refs:objsize (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/udf/
udf_allocation.c 2602 uint64_t size_diff, old_size, inflen, objsize, chunk, append_len; local in function:udf_grow_node
2632 objsize = inflen;
2639 objsize = udf_rw64(efe->obj_size);
2659 objsize += size_diff;
2668 efe->obj_size = udf_rw64(objsize);
2828 objsize += size_diff;
2833 efe->obj_size = udf_rw64(objsize);
2875 uint64_t size_diff, old_size, inflen, objsize; local in function:udf_shrink_node
2908 objsize = inflen;
2916 objsize = udf_rw64(efe->obj_size)
    [all...]

Completed in 13 milliseconds