Searched refs:lastblock (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/udf/ |
| D | super.c | 215 unsigned int lastblock; member 465 uopt->lastblock = 0; in udf_parse_options() 544 uopt->lastblock = option; in udf_parse_options() 1658 sector_t block, sector_t lastblock, in udf_process_sequence() argument 1686 for (; (!done && block <= lastblock); block++) { in udf_process_sequence() 1706 lastblock = le32_to_cpu( in udf_process_sequence() 1709 lastblock += block - 1; in udf_process_sequence() 1846 static int udf_scan_anchors(struct super_block *sb, sector_t *lastblock, in udf_scan_anchors() argument 1875 last[last_count++] = *lastblock; in udf_scan_anchors() 1876 if (*lastblock >= 1) in udf_scan_anchors() [all …]
|
| D | inode.c | 703 int lastblock = 0; in inode_getblk() local 820 lastblock = 1; in inode_getblk() 844 lastblock = 1; in inode_getblk() 883 udf_prealloc_extents(inode, c, lastblock, laarr, &endnum); in inode_getblk() 979 static void udf_prealloc_extents(struct inode *inode, int c, int lastblock, in udf_prealloc_extents() argument 986 if (!lastblock) in udf_prealloc_extents() 1005 if (lastblock) in udf_prealloc_extents()
|
| /Linux-v5.4/fs/efs/ |
| D | inode.c | 206 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()
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | udf.txt | 56 lastblock= Set the last block of the filesystem/
|
| /Linux-v5.4/fs/affs/ |
| D | Changes | 171 - getblock() didn't update the lastblock field in the
|