Searched refs:MFT_RECORD_IS_DIRECTORY (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Ddir.c711 if (!(dir_ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)) {
1251 ni->mrec->flags |= MFT_RECORD_IS_DIRECTORY;
1328 if (!(ni->mrec->flags & MFT_RECORD_IS_DIRECTORY))
1617 if (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h259 MFT_RECORD_IS_DIRECTORY = const_cpu_to_le16(0x0002), enumerator in enum:__anon4178
868 * This is a copy of the MFT_RECORD_IS_DIRECTORY bit from the mft
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlayout.h251 MFT_RECORD_IS_DIRECTORY = cpu_to_le16(0x0002), enumerator in enum:__anon16818
H A Dinode.c605 if (m->flags & MFT_RECORD_IS_DIRECTORY) {
H A Dmft.c2569 m->flags |= MFT_RECORD_IS_DIRECTORY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c445 if (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY && !stream_name_len) {

Completed in 174 milliseconds