Searched refs:key_offset (Results 1 – 5 of 5) sorted by relevance
/third_party/e2fsprogs/misc/ |
D | e2undo.c | 58 __le64 key_offset; /* where do the key/data block chunks start? */ member 132 printf("key block:\t%llu\n", ext2fs_le64_to_cpu(hdr->key_offset)); in dump_header() 497 lblk = ext2fs_le64_to_cpu(undo_ctx.hdr.key_offset); in main()
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | mac_tool.py | 753 key_offset = next_offset 754 prefix_offset = key_offset + len(file) + 1 757 out.write(struct.pack("<LLL", key_offset, prefix_offset, suffix_offset))
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | undo_io.c | 92 __le64 key_offset; /* where do the key/data block chunks start? */ member 234 data->hdr.key_offset = ext2fs_cpu_to_le64(data->first_key_blk); in write_undo_indexes() 609 data->first_key_blk = ext2fs_le64_to_cpu(hdr.key_offset); in try_reopen_undo_file()
|
/third_party/iowow/src/fs/ |
D | iwfsmfile.c | 842 uint64_t key_offset = offset_blk, key_length = length_blk; in _fsm_blk_deallocate_lw() local 874 key_offset = rm_offset; in _fsm_blk_deallocate_lw() 881 key_offset = rm_offset; in _fsm_blk_deallocate_lw() 890 IWRC(_fsm_put_fbk(impl, key_offset, key_length), rc); in _fsm_blk_deallocate_lw()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 1325 gboolean use_sparse, gboolean next, gint64 * key_time, gint64 * key_offset) in gst_qtdemux_adjust_seek() argument 1431 if (key_offset) in gst_qtdemux_adjust_seek() 1432 *key_offset = min_byte_offset; in gst_qtdemux_adjust_seek()
|