/src/sbin/dump/ |
traverse.c | 66 static int searchdir(ino_t, daddr_t, long, off_t, u_int64_t *, int); 305 * inode buf may be changed in searchdir(). 318 ret |= searchdir(ino, blk, 380 ret |= searchdir(ino, blkno, 409 searchdir(ino_t dino, daddr_t blkno, long size, off_t filesize, function in typeref:typename:int
|
/src/sbin/restore/ |
dirs.c | 137 static struct direct *searchdir(ino_t, char *); 304 if ((dp = searchdir(ino, name)) == NULL) 316 searchdir(ino_t inum, char *name) function in typeref:struct:direct *
|
/src/sys/kern/ |
vfs_lookup.c | 727 * Updates searchdir. inhibitmagic causes magic symlinks to not be 734 struct vnode *searchdir, struct vnode *foundobj, 812 vrele(searchdir); 814 searchdir = ndp->ni_erootdir; 815 if (searchdir == NULL || 820 searchdir = ndp->ni_rootdir; 822 vref(searchdir); 829 *newsearchdir_ret = searchdir; 839 lookup_parsepath(struct namei_state *state, struct vnode *searchdir) 859 error = VOP_PARSEPATH(searchdir, cnp->cn_nameptr, &cnp->cn_namelen) 927 struct vnode *searchdir; local in function:lookup_crossmount 1274 struct vnode *foundobj, *searchdir; local in function:lookup_fastforward 1503 struct vnode *searchdir, *foundobj; local in function:namei_oneroot [all...] |