Searched refs:lastblock (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/udf/ |
| H A D | super.c | 225 unsigned int lastblock; member 606 uopt->lastblock = result.uint_32; in udf_parse_param() 1759 sector_t block, sector_t lastblock, in udf_process_sequence() argument 1786 for (; (!done && block <= lastblock); block++) { in udf_process_sequence() 1807 lastblock = le32_to_cpu( in udf_process_sequence() 1810 lastblock += block - 1; in udf_process_sequence() 1946 static int udf_scan_anchors(struct super_block *sb, udf_pblk_t *lastblock, in udf_scan_anchors() argument 1975 last[last_count++] = *lastblock; in udf_scan_anchors() 1976 if (*lastblock >= 1) in udf_scan_anchors() 1977 last[last_count++] = *lastblock - 1; in udf_scan_anchors() [all …]
|
| H A D | inode.c | 746 int lastblock = 0; in inode_getblk() local 869 lastblock = 1; in inode_getblk() 892 lastblock = 1; in inode_getblk() 925 udf_prealloc_extents(inode, c, lastblock, laarr, &endnum); in inode_getblk() 1021 static void udf_prealloc_extents(struct inode *inode, int c, int lastblock, in udf_prealloc_extents() argument 1028 if (!lastblock) in udf_prealloc_extents() 1047 if (lastblock) in udf_prealloc_extents()
|
| /linux/Documentation/filesystems/ |
| H A D | udf.rst | 64 lastblock= Set the last block of the filesystem/
|
| /linux/fs/affs/ |
| H A D | Changes | 171 - getblock() didn't update the lastblock field in the
|