Home
last modified time | relevance | path

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) in search_absolute()
264 && ((ni->mrec->flags & MFT_RECORD_IS_DIRECTORY ? isdir : !isdir) in search_absolute()
367 & MFT_RECORD_IS_DIRECTORY) in search_relative()
498 if (!(ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) in valid_reparse_data()
803 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) in ntfs_make_symlink()
H A Dsecurity.c1699 if (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) { in enter_cache()
1782 if (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) { in fetch_cache()
2107 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) in ntfs_get_perm()
2207 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) in ntfs_get_posix_acl()
2262 & MFT_RECORD_IS_DIRECTORY) in ntfs_get_posix_acl()
2339 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) in ntfs_get_perm()
2484 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) in ntfs_get_owner_mode()
2757 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) != const_cpu_to_le16(0); in ntfs_set_inherited_posix()
2906 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) != const_cpu_to_le16(0); in ntfs_set_owner_mode()
3115 isdir = (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) != const_cpu_to_le16(0); in ntfs_set_posix_acl()
[all …]
H A Defs.c288 if (!(ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)) { in ntfs_set_efs_info()
H A Ddir.c879 if (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) in ntfs_interix_types()
1126 if (!(dir_ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)) { in ntfs_readdir()
1715 if (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) in __ntfs_create()
1739 ni->mrec->flags |= MFT_RECORD_IS_DIRECTORY; in __ntfs_create()
1849 if (!(ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)) in ntfs_check_empty_dir()
2240 if (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) { in ntfs_link_i()
2884 if (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) { in ntfs_dir_link_cnt()
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
H A Dinode.c889 if (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) in ntfs_inode_sync_file_name()
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c135 if ((ni->mrec->flags & MFT_RECORD_IS_DIRECTORY) in ntfs_fuse_getstat()
839 if (e && (ni->mrec->flags & MFT_RECORD_IS_DIRECTORY)) { in ntfs_fuse_newlink()
976 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; in mkntfs_create_root_structures()
4532 m->flags |= MFT_RECORD_IS_DIRECTORY; in mkntfs_create_root_structures()