Searched refs:lastblock (Results 1 – 6 of 6) sorted by relevance
/fs/udf/ |
D | super.c | 202 unsigned int lastblock; member 480 uopt->lastblock = 0; in udf_parse_options() 559 uopt->lastblock = option; in udf_parse_options() 762 long lastblock; in udf_find_fileset() local 792 lastblock = sbi->s_partmaps in udf_find_fileset() 827 } while (newfileset.logicalBlockNum < lastblock && in udf_find_fileset() 1522 long lastblock, struct kernel_lb_addr *fileset) in udf_process_sequence() argument 1540 for (; (!done && block <= lastblock); block++) { in udf_process_sequence() 1606 lastblock = next_e; in udf_process_sequence() 1704 static sector_t udf_scan_anchors(struct super_block *sb, sector_t lastblock, in udf_scan_anchors() argument [all …]
|
D | inode.c | 673 int lastblock = 0; in inode_getblk() local 793 lastblock = 1; in inode_getblk() 817 lastblock = 1; in inode_getblk() 859 udf_prealloc_extents(inode, c, lastblock, laarr, &endnum); in inode_getblk() 958 static void udf_prealloc_extents(struct inode *inode, int c, int lastblock, in udf_prealloc_extents() argument 965 if (!lastblock) in udf_prealloc_extents() 984 if (lastblock) in udf_prealloc_extents()
|
/fs/efs/ |
D | inode.c | 207 efs_block_t iblock, result = 0, lastblock = 0; in efs_map_block() local 277 if (first || lastblock != iblock) { in efs_map_block() 289 lastblock = iblock; in efs_map_block()
|
/fs/ufs/ |
D | inode.c | 182 u64 tmp, goal, lastfrag, block, lastblock; in ufs_inode_getfrag() local 220 lastblock = ufs_fragstoblks (lastfrag); in ufs_inode_getfrag() 225 if (lastblock < block) { in ufs_inode_getfrag() 230 p2 = ufs_get_direct_data_ptr(uspi, ufsi, lastblock); in ufs_inode_getfrag() 246 lastblock)); in ufs_inode_getfrag() 253 } else if (lastblock == block) { in ufs_inode_getfrag()
|
/fs/xfs/ |
D | xfs_aops.c | 480 sector_t lastblock = 0; in xfs_submit_ioend() local 512 } else if (bh->b_blocknr != lastblock + 1) { in xfs_submit_ioend() 522 lastblock = bh->b_blocknr; in xfs_submit_ioend()
|
/fs/affs/ |
D | Changes | 171 - getblock() didn't update the lastblock field in the
|