Home
last modified time | relevance | path

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

/openbsd/src/sys/ntfs/
Dntfs_subr.c851 error = ntfs_ntvattrget(ntmp, ip, NTFS_A_INDXROOT, "$I30", 0, &vap); in ntfs_ntlookupfile()
882 error = ntfs_readattr(ntmp, ip, NTFS_A_INDXROOT, "$I30", in ntfs_ntlookupfile()
1035 (cn == 0) ? NTFS_A_INDXROOT : NTFS_A_INDX, in ntfs_ntlookupfile()
1149 error = ntfs_ntvattrget(ntmp, ip, NTFS_A_INDXROOT, "$I30", 0, &vap); in ntfs_ntreaddir()
1201 attrnum = NTFS_A_INDXROOT; in ntfs_ntreaddir()
1210 rdsize = (attrnum == NTFS_A_INDXROOT) ? vap->va_datalen : blsize; in ntfs_ntreaddir()
1249 if (attrnum == NTFS_A_INDXROOT) in ntfs_ntreaddir()
Dntfs.h78 #define NTFS_A_INDXROOT 0x90 macro