Searched refs:lastblock (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/fs/udf/ |
D | super.c | 215 unsigned int lastblock; member 466 uopt->lastblock = 0; in udf_parse_options() 545 uopt->lastblock = option; in udf_parse_options() 1678 sector_t block, sector_t lastblock, in udf_process_sequence() argument 1706 for (; (!done && block <= lastblock); block++) { in udf_process_sequence() 1727 lastblock = le32_to_cpu( in udf_process_sequence() 1730 lastblock += block - 1; in udf_process_sequence() 1866 static int udf_scan_anchors(struct super_block *sb, udf_pblk_t *lastblock, in udf_scan_anchors() argument 1895 last[last_count++] = *lastblock; in udf_scan_anchors() 1896 if (*lastblock >= 1) in udf_scan_anchors() [all …]
|
D | inode.c | 719 int lastblock = 0; in inode_getblk() local 834 lastblock = 1; in inode_getblk() 858 lastblock = 1; in inode_getblk() 890 udf_prealloc_extents(inode, c, lastblock, laarr, &endnum); in inode_getblk() 989 static void udf_prealloc_extents(struct inode *inode, int c, int lastblock, in udf_prealloc_extents() argument 996 if (!lastblock) in udf_prealloc_extents() 1015 if (lastblock) in udf_prealloc_extents()
|
/Linux-v6.6/fs/efs/ |
D | inode.c | 208 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()
|
/Linux-v6.6/Documentation/filesystems/ |
D | udf.rst | 64 lastblock= Set the last block of the filesystem/
|
/Linux-v6.6/fs/affs/ |
D | Changes | 171 - getblock() didn't update the lastblock field in the
|