Searched refs:lastblock (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/fs/udf/ |
D | super.c | 196 unsigned int lastblock; member 417 uopt->lastblock = 0; in udf_parse_options() 492 uopt->lastblock = option; in udf_parse_options() 699 long lastblock; in udf_find_fileset() local 729 lastblock = sbi->s_partmaps in udf_find_fileset() 764 } while (newfileset.logicalBlockNum < lastblock && in udf_find_fileset() 1459 long lastblock, struct kernel_lb_addr *fileset) in udf_process_sequence() argument 1477 for (; (!done && block <= lastblock); block++) { in udf_process_sequence() 1543 lastblock = next_e; in udf_process_sequence() 1637 static sector_t udf_scan_anchors(struct super_block *sb, sector_t lastblock, in udf_scan_anchors() argument [all …]
|
D | inode.c | 561 int lastblock = 0; in inode_getblk() local 681 lastblock = 1; in inode_getblk() 704 lastblock = 1; in inode_getblk() 743 udf_prealloc_extents(inode, c, lastblock, laarr, &endnum); in inode_getblk() 840 static void udf_prealloc_extents(struct inode *inode, int c, int lastblock, in udf_prealloc_extents() argument 847 if (!lastblock) in udf_prealloc_extents() 866 if (lastblock) in udf_prealloc_extents()
|
/linux-2.6.39/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()
|
/linux-2.6.39/fs/ufs/ |
D | inode.c | 183 u64 tmp, goal, lastfrag, block, lastblock; in ufs_inode_getfrag() local 221 lastblock = ufs_fragstoblks (lastfrag); in ufs_inode_getfrag() 226 if (lastblock < block) { in ufs_inode_getfrag() 231 p2 = ufs_get_direct_data_ptr(uspi, ufsi, lastblock); in ufs_inode_getfrag() 247 lastblock)); in ufs_inode_getfrag() 254 } else if (lastblock == block) { in ufs_inode_getfrag()
|
/linux-2.6.39/Documentation/filesystems/ |
D | udf.txt | 64 lastblock= Set the last block of the filesystem/
|
/linux-2.6.39/fs/xfs/linux-2.6/ |
D | xfs_aops.c | 494 sector_t lastblock = 0; in xfs_submit_ioend() local 514 } else if (bh->b_blocknr != lastblock + 1) { in xfs_submit_ioend() 524 lastblock = bh->b_blocknr; in xfs_submit_ioend()
|
/linux-2.6.39/fs/affs/ |
D | Changes | 171 - getblock() didn't update the lastblock field in the
|