Searched refs:LBLK2PBLK (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/fs/jfs/ |
D | jfs_filsys.h | 147 #define LBLK2PBLK(sb,b) ((b) << (sb->s_blocksize_bits - L2PBSIZE)) macro
|
D | jfs_extent.c | 169 ip->i_blocks += LBLK2PBLK(ip->i_sb, nxlen); in extAlloc() 325 ip->i_blocks += LBLK2PBLK(sb, delta); in extRealloc()
|
D | resize.c | 394 ipbmap->i_blocks += LBLK2PBLK(sb, xlen); in jfs_extendfs()
|
D | jfs_dtree.c | 408 ip->i_blocks += LBLK2PBLK(sb, sbi->nbperpage); in add_index() 450 ip->i_blocks += LBLK2PBLK(sb, sbi->nbperpage); in add_index() 1596 ip->i_blocks += LBLK2PBLK(sb, lengthPXD(pxd)); in dtSplitPage() 1830 ip->i_blocks = LBLK2PBLK(ip->i_sb, xlen + in dtExtendPage() 2045 ip->i_blocks += LBLK2PBLK(ip->i_sb, lengthPXD(pxd)); in dtSplitRoot() 2268 ip->i_blocks -= LBLK2PBLK(ip->i_sb, xlen); in dtDeleteUp() 2342 ip->i_blocks -= LBLK2PBLK(ip->i_sb, xlen); in dtDeleteUp() 2881 ip->i_blocks = LBLK2PBLK(ip->i_sb, in dtInitRoot()
|
D | jfs_imap.c | 2653 ipimap->i_blocks += LBLK2PBLK(sb, xlen); in diNewIAG() 3095 ip->i_blocks += LBLK2PBLK(sb, xlen); in duplicateIXtree() 3127 ip->i_blocks = LBLK2PBLK(ip->i_sb, le64_to_cpu(dip->di_nblocks)); in copy_from_dinode()
|
D | jfs_xtree.c | 1307 ip->i_blocks += LBLK2PBLK(ip->i_sb, lengthPXD(pxd)); in xtSplitPage() 1423 ip->i_blocks += LBLK2PBLK(ip->i_sb, lengthPXD(pxd)); in xtSplitPage() 1564 ip->i_blocks += LBLK2PBLK(ip->i_sb, lengthPXD(pxd)); in xtSplitRoot() 3905 ip->i_blocks -= LBLK2PBLK(ip->i_sb, nfreed); in xtTruncate()
|
D | xattr.c | 643 inode->i_blocks += LBLK2PBLK(inode->i_sb, new_blocks - old_blocks); in ea_put()
|
D | namei.c | 963 ip->i_blocks = LBLK2PBLK(sb, xlen); in jfs_symlink()
|