Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/fstat/
H A Dntfs.c60 if (!KVM_READ(VTOF(vp), &fn, sizeof (fn))) { in ntfs_filestat()
61 dprintf("can't read fnode at %p for pid %d", VTOF(vp), Pid); in ntfs_filestat()
/netbsd-src/sys/fs/ntfs/
H A Dntfs_vnops.c116 struct fnode *fp = VTOF(vp); in ntfs_read()
172 struct fnode *fp = VTOF(vp); in ntfs_getattr()
234 struct fnode *fp = VTOF(vp); in ntfs_reclaim()
296 struct fnode *fp = VTOF(vp); in ntfs_strategy()
369 struct fnode *fp = VTOF(vp); in ntfs_write()
523 struct fnode *fp = VTOF(vp); in ntfs_readdir()
H A Dntfs.h281 #define VTONT(v) FTONT(VTOF(v))
282 #define VTOF(v) ((struct fnode *)((v)->v_data)) macro
H A Dntfs_vfsops.c601 bmsize = VTOF(vp)->f_size; in ntfs_calccfree()
628 mftallocated = VTOF(ntmp->ntm_sysvn[NTFS_MFTINO])->f_allocated; in ntfs_statvfs()
692 fn = VTOF(vp); in ntfs_vptofh()
H A Dntfs_subr.c769 struct fnode *fp = VTOF(vp); in ntfs_ntlookupfile()