Searched refs:VTOF (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/lib/libprocstat/
H A Dntfs.c57 error = kvm_read_all(kd, (unsigned long)VTOF(vp), &fnod, sizeof(fnod));
59 warnx("can't read ntfs fnode at %p", (void *)VTOF(vp));
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_vnops.c123 register struct fnode *fp = VTOF(vp);
180 register struct fnode *fp = VTOF(vp);
238 register struct fnode *fp = VTOF(vp);
272 register struct fnode *fp = VTOF(vp);
347 register struct fnode *fp = VTOF(vp);
434 vnode_create_vobject(ap->a_vp, VTOF(ap->a_vp)->f_size, ap->a_td);
479 register struct fnode *fp = VTOF(vp);
H A Dntfs.h276 #define VTONT(v) FTONT(VTOF(v))
277 #define VTOF(v) ((struct fnode *)((v)->v_data)) macro
H A Dntfs_vfsops.c586 bmsize = VTOF(vp)->f_size;
615 mftsize = VTOF(ntmp->ntm_sysvn[NTFS_MFTINO])->f_size;
616 mftallocated = VTOF(ntmp->ntm_sysvn[NTFS_MFTINO])->f_allocated;
652 vnode_create_vobject(nvp, VTOF(nvp)->f_size, curthread);
H A Dntfs_subr.c877 struct fnode *fp = VTOF(vp);
995 nfp = VTOF(nvp);

Completed in 103 milliseconds