Searched defs:file_end (Results 1 – 9 of 9) sorted by relevance
116 let file_end: u64 = self.file.seek(SeekFrom::End(0))?; in add_cluster_end() localVariable
219 int file_end, query_end; in ParsePath() local614 int file_end = path.end(); in DoExtractFileName() local
387 int file_end = i_size_read(inode) >> msblk->block_log; in squashfs_readpage() local
246 int file_end, query_end; in ParsePath() local649 int file_end = path.end(); in DoExtractFileName() local
483 GElf_Off file_end = 0; /* Rounded up to effective page size. */ in dwfl_segment_report_module() local
455 const size_t file_end = phdr[i].p_vaddr + phdr[i].p_filesz; in load_interp() local
408 let file_end = writer.stream_position()?; in finish_file() localVariable
1004 int file_end = inode->data / block_size; in write_file() local
988 file_end(struct file *file) in file_end() function