HomeSort by: relevance | last modified time | path
    Searched defs:ntfs_readattr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/ntfs/
ntfs_subr.c 311 error = ntfs_readattr(ntmp, VTONT(vp), NTFS_A_DATA, NULL,
315 printf("%s: ntfs_readattr failed\n", __func__);
820 error = ntfs_readattr(ntmp, ip, NTFS_A_INDXROOT, "$I30",
918 error = ntfs_readattr(ntmp, ip, NTFS_A_INDX, "$I30",
935 error = ntfs_readattr(ntmp, ip,
1069 error = ntfs_readattr(ntmp, ip, NTFS_A_INDXBITMAP, "$I30", 0,
1106 error = ntfs_readattr(ntmp, ip, attrnum, "$I30",
1526 ntfs_readattr(struct ntfsmount *ntmp, struct ntnode *ip, u_int32_t attrnum, function in typeref:typename:int
1778 error = ntfs_readattr(ntmp, VTONT(vp), NTFS_A_DATA, NULL,
ntfs_subr.c 311 error = ntfs_readattr(ntmp, VTONT(vp), NTFS_A_DATA, NULL,
315 printf("%s: ntfs_readattr failed\n", __func__);
820 error = ntfs_readattr(ntmp, ip, NTFS_A_INDXROOT, "$I30",
918 error = ntfs_readattr(ntmp, ip, NTFS_A_INDX, "$I30",
935 error = ntfs_readattr(ntmp, ip,
1069 error = ntfs_readattr(ntmp, ip, NTFS_A_INDXBITMAP, "$I30", 0,
1106 error = ntfs_readattr(ntmp, ip, attrnum, "$I30",
1526 ntfs_readattr(struct ntfsmount *ntmp, struct ntnode *ip, u_int32_t attrnum, function in typeref:typename:int
1778 error = ntfs_readattr(ntmp, VTONT(vp), NTFS_A_DATA, NULL,

Completed in 22 milliseconds