Home
last modified time | relevance | path

Searched refs:vtrans (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/usr.bin/fstat/
Dfstat.c180 static void vtrans(struct file *, struct vnode *, int, int, long);
480 vtrans(NULL, cwdi.cwdi_rdir, RDIR, FREAD, (long)cwdi.cwdi_rdir); in dofiles()
484 vtrans(NULL, cwdi.cwdi_cdir, CDIR, FREAD, (long)cwdi.cwdi_cdir); in dofiles()
537 vtrans(&file, file.f_data, i, file.f_flag, (long)fdfile.ff_file); in ftrans()
701 vtrans(struct file *fp, struct vnode *vp, int i, int flag, long addr) in vtrans() function