OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ie_flag
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/ntfs/
ntfs.h
177
u_int32_t
ie_flag
;/* 1 - has subnodes, 2 - last */
member in struct:attr_indexentry
ntfs_subr.c
830
for (; !(iep->
ie_flag
& NTFS_IEFLAG_LAST) && (rdsize > aoff);
862
if (iep->
ie_flag
& NTFS_IEFLAG_SUBNODE) {
911
if (iep->
ie_flag
& NTFS_IEFLAG_SUBNODE) {
1123
for (; !(iep->
ie_flag
& NTFS_IEFLAG_LAST) && (rdsize > aoff);
ntfs_vnops.c
587
for(; !(iep->
ie_flag
& NTFS_IEFLAG_LAST) && (uio->uio_resid >= sizeof(struct dirent));
604
iep->
ie_flag
));
Completed in 13 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025