Home
last modified time | relevance | path

Searched refs:ie_flag (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/ntfs/
Dntfs_vnops.c475 for(; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (uio->uio_resid >= sizeof(struct dirent)); in ntfs_readdir()
492 num, cde.d_name, iep->ie_fnametype, iep->ie_flag); in ntfs_readdir()
Dntfs.h177 u_int32_t ie_flag;/* 1 - has subnodes, 2 - last */ member
Dntfs_subr.c892 for (; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (rdsize > aoff); in ntfs_ntlookupfile()
920 if (iep->ie_flag & NTFS_IEFLAG_SUBNODE) { in ntfs_ntlookupfile()
1010 if (iep->ie_flag & NTFS_IEFLAG_SUBNODE) { in ntfs_ntlookupfile()
1228 for (; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (rdsize > aoff); in ntfs_ntreaddir()