Home
last modified time | relevance | path

Searched refs:first_block_offset (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_voc.c73 static int probe_voc_file(input_plugin_t *input, int *first_block_offset) { in probe_voc_file() argument
83 *first_block_offset = _X_LE_16(&header[0x14]); in probe_voc_file()
89 static int open_voc_file(demux_voc_t *this, int first_block_offset) { in open_voc_file() argument
93 if (this->input->seek(this->input, first_block_offset, SEEK_SET) != first_block_offset) in open_voc_file()
299 int first_block_offset; in open_plugin() local
305 if (!probe_voc_file(input, &first_block_offset)) in open_plugin()
331 if (!open_voc_file(this, first_block_offset)) { in open_plugin()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ext4/
H A Dinode.c3999 loff_t first_block_offset, last_block_offset; in ext4_punch_hole() local
4067 first_block_offset = round_up(offset, sb->s_blocksize); in ext4_punch_hole()
4071 if (last_block_offset > first_block_offset) { in ext4_punch_hole()
4075 truncate_pagecache_range(inode, first_block_offset, in ext4_punch_hole()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ext4/
H A Dinode.c3999 loff_t first_block_offset, last_block_offset; in ext4_punch_hole() local
4067 first_block_offset = round_up(offset, sb->s_blocksize); in ext4_punch_hole()
4071 if (last_block_offset > first_block_offset) { in ext4_punch_hole()
4075 truncate_pagecache_range(inode, first_block_offset, in ext4_punch_hole()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ext4/
H A Dinode.c3999 loff_t first_block_offset, last_block_offset; in ext4_punch_hole() local
4067 first_block_offset = round_up(offset, sb->s_blocksize); in ext4_punch_hole()
4071 if (last_block_offset > first_block_offset) { in ext4_punch_hole()
4075 truncate_pagecache_range(inode, first_block_offset, in ext4_punch_hole()