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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dreparse.c260 && (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)
264 && ((ni->mrec->flags & MFT_RECORD_IS_DIRECTORY ? isdir : !isdir)
367 & MFT_RECORD_IS_DIRECTORY)
498 if (!(ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)
803 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)
H A Dsecurity.c1699 if (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) {
1782 if (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) {
2107 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)
2207 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)
2262 & MFT_RECORD_IS_DIRECTORY)
2339 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)
2484 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)
2757 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) != const_cpu_to_le16(0);
2906 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) != const_cpu_to_le16(0);
3115 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) !
[all...]
H A Defs.c288 if (!(ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)) {
H A Ddir.c879 if (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)
1126 if (!(dir_ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)) {
1715 if (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)
1739 ni->mrec->flags |= MFT_RECORD_IS_DIRECTORY;
1849 if (!(ni->mrec->flags & MFT_RECORD_IS_DIRECTORY))
2240 if (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) {
2884 if (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) {
H A Dattrib.c2082 if (na->ni->mrec->flags & MFT_RECORD_IS_DIRECTORY
2571 if (na->ni->mrec->flags & MFT_RECORD_IS_DIRECTORY
4195 if (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY
5349 if (na->ni->mrec->flags & MFT_RECORD_IS_DIRECTORY
6450 if (na->ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) {
6682 if (na->ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) {
H A Dlayout.h265 MFT_RECORD_IS_DIRECTORY = const_cpu_to_le16(0x0002), enumerator in enum:__anon20
870 * This is a copy of the MFT_RECORD_IS_DIRECTORY bit from the mft
H A Dinode.c885 if (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c132 if ((ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)
836 if (e && (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)) {
973 isdir = ni->mrec->flags & MFT_RECORD_IS_DIRECTORY;
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c4168 m->flags |= MFT_RECORD_IS_DIRECTORY;
4532 m->flags |= MFT_RECORD_IS_DIRECTORY;

Completed in 293 milliseconds