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

  /src/usr.bin/fstat/
ntfs.c 60 if (!KVM_READ(VTOF(vp), &fn, sizeof (fn))) {
61 dprintf("can't read fnode at %p for pid %d", VTOF(vp), Pid);
  /src/sys/fs/ntfs/
ntfs.h 281 #define VTONT(v) FTONT(VTOF(v))
282 #define VTOF(v) ((struct fnode *)((v)->v_data))
ntfs_vnops.c 116 struct fnode *fp = VTOF(vp);
172 struct fnode *fp = VTOF(vp);
234 struct fnode *fp = VTOF(vp);
296 struct fnode *fp = VTOF(vp);
369 struct fnode *fp = VTOF(vp);
523 struct fnode *fp = VTOF(vp);
ntfs_vfsops.c 601 bmsize = VTOF(vp)->f_size;
628 mftallocated = VTOF(ntmp->ntm_sysvn[NTFS_MFTINO])->f_allocated;
692 fn = VTOF(vp);
ntfs_subr.c 769 struct fnode *fp = VTOF(vp);

Completed in 14 milliseconds