Searched refs:lastblock (Results 1 – 5 of 5) sorted by relevance
211 unsigned int lastblock; member462 uopt->lastblock = 0; in udf_parse_options()541 uopt->lastblock = option; in udf_parse_options()1720 lastblock = le32_to_cpu( in udf_process_sequence()1723 lastblock += block - 1; in udf_process_sequence()1893 if (*lastblock >= 1) in udf_scan_anchors()1896 if (*lastblock >= 2) in udf_scan_anchors()1898 if (*lastblock >= 150) in udf_scan_anchors()1900 if (*lastblock >= 152) in udf_scan_anchors()1909 *lastblock = last[i]; in udf_scan_anchors()[all …]
706 int lastblock = 0; in inode_getblk() local823 lastblock = 1; in inode_getblk()847 lastblock = 1; in inode_getblk()886 udf_prealloc_extents(inode, c, lastblock, laarr, &endnum); in inode_getblk()982 static void udf_prealloc_extents(struct inode *inode, int c, int lastblock, in udf_prealloc_extents() argument989 if (!lastblock) in udf_prealloc_extents()1008 if (lastblock) in udf_prealloc_extents()
206 efs_block_t iblock, result = 0, lastblock = 0; in efs_map_block() local276 if (first || lastblock != iblock) { in efs_map_block()288 lastblock = iblock; in efs_map_block()
64 lastblock= Set the last block of the filesystem/
171 - getblock() didn't update the lastblock field in the
Completed in 80 milliseconds