Home
last modified time | relevance | path

Searched refs:lasthash (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_da_btree.c967 xfs_dahash_t lasthash=0; in xfs_da_fixhashpath() local
975 lasthash = xfs_attr_leaf_lasthash(blk->bp, &count); in xfs_da_fixhashpath()
982 lasthash = xfs_dir_leaf_lasthash(blk->bp, &count); in xfs_da_fixhashpath()
988 lasthash = xfs_dir2_leafn_lasthash(blk->bp, &count); in xfs_da_fixhashpath()
993 lasthash = xfs_da_node_lasthash(blk->bp, &count); in xfs_da_fixhashpath()
1002 if (INT_GET(btree->hashval, ARCH_CONVERT) == lasthash) in xfs_da_fixhashpath()
1004 blk->hashval = lasthash; in xfs_da_fixhashpath()
1005 INT_SET(btree->hashval, ARCH_CONVERT, lasthash); in xfs_da_fixhashpath()
1009 lasthash = INT_GET(node->btree[ INT_GET(node->hdr.count, ARCH_CONVERT)-1 ].hashval, ARCH_CONVERT); in xfs_da_fixhashpath()
Dxfs_dir_leaf.c1955 xfs_dahash_t lasthash = XFS_DA_MAXHASH; in xfs_dir_leaf_getdents_int() local
2124 != lasthash) { in xfs_dir_leaf_getdents_int()
2127 lasthash = thishash; in xfs_dir_leaf_getdents_int()