Searched refs:filesize (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/tools/testing/selftests/powerpc/mm/ |
D | subpage_prot.c | 180 off_t filesize; in test_file() local 190 filesize = lseek(fd, 0, SEEK_END); in test_file() 191 if (filesize & 0xffff) in test_file() 192 filesize &= ~0xfffful; in test_file() 194 fileblock = mmap(NULL, filesize, PROT_READ | PROT_WRITE, in test_file() 201 file_name, filesize, fileblock); in test_file() 205 return run_test(fileblock, filesize); in test_file()
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-fw.c | 206 u32 tmp, filesize, version, err_flags, first_timeout, fwlength; in saa7164_downloadfirmware() local 450 filesize = hdr->reserved * 16; in saa7164_downloadfirmware() 452 filesize = (hdr->firmwaresize + hdr->bslsize) * in saa7164_downloadfirmware() 456 __func__, filesize); in saa7164_downloadfirmware()
|
/linux-4.4.14/Documentation/filesystems/ |
D | qnx6.txt | 90 The filesize is stored 64bit. Inode counting starts with 1. (whilst long
|