Searched refs:entp (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/bin/cp/ |
| HD | utils.c | 53 copy_file(const FTSENT *entp, int dne) in copy_file() argument 66 if ((from_fd = open(entp->fts_path, O_RDONLY, 0)) == -1) { in copy_file() 67 warn("%s", entp->fts_path); in copy_file() 71 fs = entp->fts_statp; in copy_file() 151 entp->fts_path, to.p_path, in copy_file() 163 warn("%s", entp->fts_path); in copy_file() 181 entp->fts_path, to.p_path, in copy_file() 194 warn("%s", entp->fts_path); in copy_file() 199 if (link(entp->fts_path, to.p_path)) { in copy_file()
|
| /dragonfly/sys/vfs/ext2fs/ |
| HD | ext2_htree.c | 267 struct ext2fs_htree_entry *entp, *start, *end, *middle, *found; in ext2_htree_find_leaf() local 305 entp = (struct ext2fs_htree_entry *)(((char *)&rootp->h_info) + in ext2_htree_find_leaf() 308 if (ext2_htree_get_limit(entp) != in ext2_htree_find_leaf() 313 cnt = ext2_htree_get_count(entp); in ext2_htree_find_leaf() 314 if (cnt == 0 || cnt > ext2_htree_get_limit(entp)) in ext2_htree_find_leaf() 317 start = entp + 1; in ext2_htree_find_leaf() 318 end = entp + cnt - 1; in ext2_htree_find_leaf() 330 level_info->h_entries = entp; in ext2_htree_find_leaf() 339 entp = ((struct ext2fs_htree_node *)bp->b_data)->h_entries; in ext2_htree_find_leaf()
|