Searched refs:VTONT (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/vfs/ntfs/ |
| HD | ntfs_vnops.c | 213 struct ntnode *ip = VTONT(vp); in ntfs_inactive() 395 struct ntnode *ip = VTONT(vp); in ntfs_access() 493 struct ntnode *ip = VTONT(vp); in ntfs_close() 657 struct ntnode *dip = VTONT(dvp); in ntfs_lookup() 719 (uint32_t)VTONT(*ap->a_vpp)->i_number)); in ntfs_lookup()
|
| HD | ntfs_vfsops.c | 433 error = ntfs_readattr(ntmp, VTONT(vp), in ntfs_mountfs() 451 error = ntfs_readattr(ntmp, VTONT(vp), in ntfs_mountfs() 590 error = ntfs_readattr(ntmp, VTONT(vp), NTFS_A_DATA, NULL, in ntfs_calccfree() 683 ntp = VTONT(vp); in ntfs_vptofh()
|
| HD | ntfs.h | 277 #define VTONT(v) FTONT(VTOF(v)) macro
|
| HD | ntfs_subr.c | 227 newip = VTONT(newvp); in ntfs_ntvattrget() 286 error = ntfs_readattr(ntmp, VTONT(vp), NTFS_A_DATA, NULL, in ntfs_loadntnode() 1906 error = ntfs_readattr(ntmp, VTONT(vp), NTFS_A_DATA, NULL, in ntfs_toupper_use()
|