HomeSort by: relevance | last modified time | path
    Searched refs:next_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_htree.c 669 uint32_t next_hash; local in function:ext2fs_htree_check_next
685 next_hash = ext2fs_htree_get_hash(level->h_entry);
687 if (hash != (next_hash & ~1))
  /src/sbin/fsck_udf/
main.c 153 LIST_ENTRY(udf_fsck_node) next_hash;
310 pos = LIST_NEXT(pos, next_hash);
3392 LIST_INSERT_HEAD(&fs_nodes_hash[entry], leaf_node, next_hash);
3433 LIST_INSERT_HEAD(&fs_nodes_hash[entry], leaf_node, next_hash);
3879 LIST_INSERT_HEAD(&fs_nodes_hash[entry], root_node, next_hash);
3889 LIST_INSERT_HEAD(&fs_nodes_hash[entry], sys_stream_node, next_hash);
4098 LIST_REMOVE(cur_node, next_hash);
4164 LIST_REMOVE(cur_node, next_hash);

Completed in 48 milliseconds