Searched refs:lastblock (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/udf/ |
D | super.c | 223 unsigned int lastblock; member 478 uopt->lastblock = 0; in udf_parse_options() 557 uopt->lastblock = option; in udf_parse_options() 1583 sector_t block, sector_t lastblock, in udf_process_sequence() argument 1611 for (; (!done && block <= lastblock); block++) { in udf_process_sequence() 1631 lastblock = le32_to_cpu( in udf_process_sequence() 1634 lastblock += block - 1; in udf_process_sequence() 1771 static int udf_scan_anchors(struct super_block *sb, sector_t *lastblock, in udf_scan_anchors() argument 1800 last[last_count++] = *lastblock; in udf_scan_anchors() 1801 if (*lastblock >= 1) in udf_scan_anchors() [all …]
|
D | inode.c | 671 int lastblock = 0; in inode_getblk() local 786 lastblock = 1; in inode_getblk() 810 lastblock = 1; in inode_getblk() 849 udf_prealloc_extents(inode, c, lastblock, laarr, &endnum); in inode_getblk() 945 static void udf_prealloc_extents(struct inode *inode, int c, int lastblock, in udf_prealloc_extents() argument 952 if (!lastblock) in udf_prealloc_extents() 971 if (lastblock) in udf_prealloc_extents()
|
/Linux-v4.19/fs/efs/ |
D | inode.c | 205 efs_block_t iblock, result = 0, lastblock = 0; in efs_map_block() local 275 if (first || lastblock != iblock) { in efs_map_block() 287 lastblock = iblock; in efs_map_block()
|
/Linux-v4.19/Documentation/filesystems/ |
D | udf.txt | 56 lastblock= Set the last block of the filesystem/
|
/Linux-v4.19/fs/affs/ |
D | Changes | 171 - getblock() didn't update the lastblock field in the
|