Searched refs:filesize (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/powerpc/mm/ |
A D | subpage_prot.c | 192 off_t filesize; in test_file() local 204 filesize = lseek(fd, 0, SEEK_END); in test_file() 205 if (filesize & 0xffff) in test_file() 206 filesize &= ~0xfffful; in test_file() 208 fileblock = mmap(NULL, filesize, PROT_READ | PROT_WRITE, in test_file() 215 file_name, filesize, fileblock); in test_file() 219 return run_test(fileblock, filesize); in test_file()
|
/linux-6.3-rc2/tools/hv/ |
A D | hv_fcopy_daemon.c | 26 static unsigned long long filesize; variable 33 filesize = 0; in hv_start_fcopy() 96 filesize += cpmsg->size; in hv_copy_data() 107 filesize, (long)bytes_written, strerror(errno)); in hv_copy_data()
|
/linux-6.3-rc2/drivers/media/pci/saa7164/ |
A D | saa7164-fw.c | 192 u32 tmp, filesize, version, err_flags, first_timeout, fwlength; in saa7164_downloadfirmware() local 437 filesize = hdr->reserved * 16; in saa7164_downloadfirmware() 439 filesize = (hdr->firmwaresize + hdr->bslsize) * in saa7164_downloadfirmware() 443 __func__, filesize); in saa7164_downloadfirmware()
|
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/ |
A D | mptcp_connect.sh | 27 filesize=0 106 filesize="$OPTARG" 583 local SIZE=$filesize
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | qnx6.rst | 100 The filesize is stored 64bit. Inode counting starts with 1. (while long
|
Completed in 11 milliseconds