Home
last modified time | relevance | path

Searched refs:fileblock (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c191 void *fileblock; in test_file() local
208 fileblock = mmap(NULL, filesize, PROT_READ | PROT_WRITE, in test_file()
210 if (fileblock == MAP_FAILED) { in test_file()
215 file_name, filesize, fileblock); in test_file()
219 return run_test(fileblock, filesize); in test_file()
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.c1529 uint32_t fileblock, int log2_blksz) in ext4fs_get_extent_block() argument
1549 } while (fileblock >= le32_to_cpu(index[i].ei_block)); in ext4fs_get_extent_block()
1618 long int read_allocated_block(struct ext2_inode *inode, int fileblock) in read_allocated_block() argument
1645 fileblock, log2_blksz); in read_allocated_block()
1658 if (startblock > fileblock) { in read_allocated_block()
1663 } else if (fileblock < endblock) { in read_allocated_block()
1668 return (fileblock - startblock) + start; in read_allocated_block()
1677 if (fileblock < INDIRECT_BLOCKS) in read_allocated_block()
1678 blknr = le32_to_cpu(inode->b.blocks.dir_blocks[fileblock]); in read_allocated_block()
1681 else if (fileblock < (INDIRECT_BLOCKS + (blksz / 4))) { in read_allocated_block()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dext4fs.h150 long int read_allocated_block(struct ext2_inode *inode, int fileblock);
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0105-fs-hfsplus-Don-t-use-uninitialized-data-on-corrupt-f.patch58 @@ -177,6 +177,17 @@ grub_hfsplus_read_block (grub_fshelp_node_t node, grub_disk_addr_t fileblock)
H A D0006-malloc-Use-overflow-checking-primitives-where-we-do-.patch532 @@ -307,10 +308,15 @@ grub_sfs_read_block (grub_fshelp_node_t node, grub_disk_addr_t fileblock)
H A D0005-calloc-Use-calloc-at-most-places.patch609 @@ -266,7 +266,7 @@ grub_sfs_read_block (grub_fshelp_node_t node, grub_disk_addr_t fileblock)