Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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()
/OK3568_Linux_fs/kernel/fs/udf/
H A Dsuper.c211 unsigned int lastblock; member
461 uopt->lastblock = 0; in udf_parse_options()
540 uopt->lastblock = option; in udf_parse_options()
1671 sector_t block, sector_t lastblock, in udf_process_sequence() argument
1699 for (; (!done && block <= lastblock); block++) { in udf_process_sequence()
1720 lastblock = le32_to_cpu( in udf_process_sequence()
1723 lastblock += block - 1; in udf_process_sequence()
1864 static int udf_scan_anchors(struct super_block *sb, sector_t *lastblock, in udf_scan_anchors() argument
1893 last[last_count++] = *lastblock; in udf_scan_anchors()
1894 if (*lastblock >= 1) in udf_scan_anchors()
[all …]
H A Dinode.c705 int lastblock = 0; in inode_getblk() local
822 lastblock = 1; in inode_getblk()
846 lastblock = 1; in inode_getblk()
885 udf_prealloc_extents(inode, c, lastblock, laarr, &endnum); in inode_getblk()
981 static void udf_prealloc_extents(struct inode *inode, int c, int lastblock, in udf_prealloc_extents() argument
988 if (!lastblock) in udf_prealloc_extents()
1007 if (lastblock) in udf_prealloc_extents()
/OK3568_Linux_fs/kernel/fs/efs/
H A Dinode.c206 efs_block_t iblock, result = 0, lastblock = 0; in efs_map_block() local
276 if (first || lastblock != iblock) { in efs_map_block()
288 lastblock = iblock; in efs_map_block()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dudf.rst64 lastblock= Set the last block of the filesystem/
/OK3568_Linux_fs/kernel/fs/affs/
H A DChanges171 - getblock() didn't update the lastblock field in the