Searched refs:lastblock (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/fs/udf/ |
| D | super.c | 209 unsigned int lastblock; member 460 uopt->lastblock = 0; in udf_parse_options() 539 uopt->lastblock = option; in udf_parse_options() 1670 sector_t block, sector_t lastblock, in udf_process_sequence() argument 1698 for (; (!done && block <= lastblock); block++) { in udf_process_sequence() 1719 lastblock = le32_to_cpu( in udf_process_sequence() 1722 lastblock += block - 1; in udf_process_sequence() 1863 static int udf_scan_anchors(struct super_block *sb, sector_t *lastblock, in udf_scan_anchors() argument 1892 last[last_count++] = *lastblock; in udf_scan_anchors() 1893 if (*lastblock >= 1) in udf_scan_anchors() [all …]
|
| D | inode.c | 706 int lastblock = 0; in inode_getblk() local 823 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() argument 989 if (!lastblock) in udf_prealloc_extents() 1008 if (lastblock) in udf_prealloc_extents()
|
| /Linux-v5.15/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.15/Documentation/filesystems/ |
| D | udf.rst | 64 lastblock= Set the last block of the filesystem/
|
| /Linux-v5.15/fs/affs/ |
| D | Changes | 171 - getblock() didn't update the lastblock field in the
|