Searched refs:cookhash (Results 1 – 2 of 2) sorted by relevance
889 xfs_dahash_t cookhash; in xfs_dir_node_getdents() local901 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()932 …cookhash > 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()
441 xfs_dahash_t cookhash, hash; in xfs_dir_shortform_getdents() local447 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() local1968 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()