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

  /src/common/lib/libc/gen/
ptree.c 215 uintptr_t *nodep = local in function:ptree_find_branch
217 if (*nodep == branch_node)
218 return nodep;
219 if (PT_LEAF_P(*nodep))
221 parent = PT_NODE(*nodep);
822 uintptr_t *nodep; local in function:ptree_remove_node
836 nodep = NULL;
855 KASSERT(nodep == NULL);
868 nodep = &PTN_BRANCH_SLOT(parent, parent_slot);
869 KASSERT(*nodep == PTN_BRANCH(target))
    [all...]
  /src/sys/fs/nilfs/
nilfs_subr.h 60 int nilfs_get_node_raw(struct nilfs_device *nilfsdev, struct nilfs_mount *ump, uint64_t ino, struct nilfs_inode *inode, struct nilfs_node **nodep);
nilfs_subr.c 666 uint64_t ino, struct nilfs_inode *inode, struct nilfs_node **nodep)
670 *nodep = NULL;
698 *nodep = node;
703 nilfs_dispose_node(struct nilfs_node **nodep)
708 if (!*nodep)
711 node = *nodep;
723 *nodep = NULL;

Completed in 14 milliseconds