/src/usr.bin/rump_allserver/ |
rump_allserver.c | 123 off_t foffset; member in struct:etfsreg 164 long long flen, foffset; local in function:main 168 flen = foffset = 0; 201 if (foffset != 0) { 221 if (foffset != 0) { 234 foffset = strsuftoll("-d offset", value, 237 foffset = strtoull(value, NULL, 10); 242 if (foffset != 0 || flen != 0) { 306 etfs[curetfs].foffset = foffset; 430 off_t foffset, flen, fendoff; local in function:main 769 uint32_t foffset, flen; local in function:processlabel [all...] |
/src/sys/fs/udf/ |
udf_allocation.c | 461 uint64_t foffset, end_foffset; local in function:udf_translate_vtop 551 foffset = 0; 579 end_foffset = foffset + len; 583 foffset = end_foffset; 587 ext_offset = lb_num * lb_size - foffset; 653 uint64_t foffset, end_foffset; local in function:udf_translate_file_extent 690 foffset = 0; 717 end_foffset = foffset + len; 721 foffset = end_foffset; 725 ext_offset = (uint64_t) from * lb_size - foffset; 2239 uint64_t foffset, end_foffset, restart_foffset; local in function:udf_record_allocation_in_node 2603 uint64_t foffset, end_foffset; local in function:udf_grow_node 2876 uint64_t foffset, end_foffset; local in function:udf_shrink_node [all...] |