Home
last modified time | relevance | path

Searched refs:filesize (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/powerpc/mm/
A Dsubpage_prot.c192 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 Dhv_fcopy_daemon.c26 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 Dsaa7164-fw.c192 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 Dmptcp_connect.sh27 filesize=0
106 filesize="$OPTARG"
583 local SIZE=$filesize
/linux-6.3-rc2/Documentation/filesystems/
A Dqnx6.rst100 The filesize is stored 64bit. Inode counting starts with 1. (while long

Completed in 9 milliseconds