Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_spl_loaders.c3 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 Dsuper.c215 unsigned int lastblock; member
466 uopt->lastblock = 0; in udf_parse_options()
545 uopt->lastblock = option; in udf_parse_options()
1727 lastblock = le32_to_cpu( in udf_process_sequence()
1730 lastblock += block - 1; in udf_process_sequence()
1896 if (*lastblock >= 1) in udf_scan_anchors()
1899 if (*lastblock >= 2) in udf_scan_anchors()
1901 if (*lastblock >= 150) in udf_scan_anchors()
1903 if (*lastblock >= 152) in udf_scan_anchors()
1912 *lastblock = last[i]; in udf_scan_anchors()
[all …]
H A Dinode.c720 int lastblock = 0; in inode_getblk() local
835 lastblock = 1; in inode_getblk()
859 lastblock = 1; in inode_getblk()
891 udf_prealloc_extents(inode, c, lastblock, laarr, &endnum); in inode_getblk()
990 static void udf_prealloc_extents(struct inode *inode, int c, int lastblock, in udf_prealloc_extents() argument
997 if (!lastblock) in udf_prealloc_extents()
1016 if (lastblock) in udf_prealloc_extents()
/openbmc/linux/fs/efs/
H A Dinode.c208 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 Dudf.rst64 lastblock= Set the last block of the filesystem/
/openbmc/linux/fs/affs/
H A DChanges171 - getblock() didn't update the lastblock field in the