Searched refs:lastblock (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_spl_loaders.c | 3 unsigned int block, lastblock; in nand_spl_load_image() local 8 lastblock = (offs + size - 1) / CONFIG_SYS_NAND_BLOCK_SIZE; in nand_spl_load_image() 12 while (block <= lastblock) { in nand_spl_load_image() 35 lastblock++; in nand_spl_load_image()
|
/openbmc/linux/fs/udf/ |
H A D | super.c | 215 unsigned int lastblock; member 467 uopt->lastblock = 0; in udf_parse_options() 546 uopt->lastblock = option; in udf_parse_options() 1743 lastblock = le32_to_cpu( in udf_process_sequence() 1746 lastblock += block - 1; in udf_process_sequence() 1912 if (*lastblock >= 1) in udf_scan_anchors() 1915 if (*lastblock >= 2) in udf_scan_anchors() 1917 if (*lastblock >= 150) in udf_scan_anchors() 1919 if (*lastblock >= 152) in udf_scan_anchors() 1928 *lastblock = last[i]; in udf_scan_anchors() [all …]
|
H A D | inode.c | 735 int lastblock = 0; in inode_getblk() local 857 lastblock = 1; in inode_getblk() 880 lastblock = 1; in inode_getblk() 914 udf_prealloc_extents(inode, c, lastblock, laarr, &endnum); in inode_getblk() 1013 static void udf_prealloc_extents(struct inode *inode, int c, int lastblock, in udf_prealloc_extents() argument 1020 if (!lastblock) in udf_prealloc_extents() 1039 if (lastblock) in udf_prealloc_extents()
|
/openbmc/linux/fs/efs/ |
H A D | inode.c | 208 efs_block_t iblock, result = 0, lastblock = 0; in efs_map_block() local 278 if (first || lastblock != iblock) { in efs_map_block() 290 lastblock = iblock; in efs_map_block()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | udf.rst | 64 lastblock= Set the last block of the filesystem/
|
/openbmc/linux/fs/affs/ |
H A D | Changes | 171 - getblock() didn't update the lastblock field in the
|