Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_dir.c889 xfs_dahash_t cookhash; in xfs_dir_node_getdents() local
901 cookhash = XFS_DA_COOKIE_HASH(mp, uio->uio_offset); in xfs_dir_node_getdents()
925 if (bp && INT_GET(leaf->entries[0].hashval, ARCH_CONVERT) > cookhash) { in xfs_dir_node_getdents()
932cookhash > INT_GET(leaf->entries[INT_GET(leaf->hdr.count, ARCH_CONVERT) - 1].hashval, ARCH_CONVERT… in xfs_dir_node_getdents()
961 if (INT_GET(btree->hashval, ARCH_CONVERT) >= cookhash) { in xfs_dir_node_getdents()
980 ASSERT(cookhash != XFS_DA_MAXHASH); in xfs_dir_node_getdents()
Dxfs_dir_leaf.c441 xfs_dahash_t cookhash, hash; in xfs_dir_shortform_getdents() local
447 cookhash = XFS_DA_COOKIE_HASH(mp, uio->uio_offset); in xfs_dir_shortform_getdents()
536 if (sbp->hash > cookhash || in xfs_dir_shortform_getdents()
537 (sbp->hash == cookhash && sbp->seqno >= want_entno)) in xfs_dir_shortform_getdents()
1952 xfs_dahash_t cookhash; in xfs_dir_leaf_getdents_int() local
1968 cookhash = XFS_DA_COOKIE_HASH(mp, uio->uio_offset); in xfs_dir_leaf_getdents_int()
1990 if (INT_GET(entry->hashval, ARCH_CONVERT) >= cookhash) { in xfs_dir_leaf_getdents_int()
1993 == cookhash) { in xfs_dir_leaf_getdents_int()
2002 == cookhash) { in xfs_dir_leaf_getdents_int()