Searched refs:ntfs_readattr (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/sys/ntfs/ |
| D | ntfs_subr.c | 304 error = ntfs_readattr(ntmp, VTONT(vp), NTFS_A_DATA, NULL, in ntfs_loadntnode() 882 error = ntfs_readattr(ntmp, ip, NTFS_A_INDXROOT, "$I30", in ntfs_ntlookupfile() 1017 error = ntfs_readattr(ntmp, ip, NTFS_A_INDX, "$I30", in ntfs_ntlookupfile() 1034 error = ntfs_readattr(ntmp, ip, in ntfs_ntlookupfile() 1174 error = ntfs_readattr(ntmp, ip, NTFS_A_INDXBITMAP, "$I30", 0, in ntfs_ntreaddir() 1211 error = ntfs_readattr(ntmp, ip, attrnum, "$I30", in ntfs_ntreaddir() 1518 ntfs_readattr(struct ntfsmount *ntmp, struct ntnode *ip, u_int32_t attrnum, in ntfs_readattr() function 1762 error = ntfs_readattr(ntmp, VTONT(vp), NTFS_A_DATA, NULL, in ntfs_toupper_use()
|
| D | ntfs_subr.h | 79 int ntfs_readattr( struct ntfsmount *, struct ntnode *, u_int32_t, char *, off_t, size_t, void *, s…
|
| D | ntfs_vfsops.c | 384 error = ntfs_readattr(ntmp, VTONT(vp), in ntfs_mountfs() 401 error = ntfs_readattr(ntmp, VTONT(vp), in ntfs_mountfs() 574 error = ntfs_readattr(ntmp, VTONT(vp), NTFS_A_DATA, NULL, in ntfs_calccfree()
|
| D | ntfs_vnops.c | 122 error = ntfs_readattr(ntmp, ip, fp->f_attrtype, in ntfs_read() 281 error = ntfs_readattr(ntmp, ip, fp->f_attrtype, in ntfs_strategy()
|