Home
last modified time | relevance | path

Searched refs:FILE_ATTR_REPARSE_POINT (Results 1 – 9 of 9) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dreparse.c261 && !(ni->flags & FILE_ATTR_REPARSE_POINT) in search_absolute()
265 || (ni->flags & FILE_ATTR_REPARSE_POINT))) in search_absolute()
355 if (curni->flags & FILE_ATTR_REPARSE_POINT) in search_relative()
1164 if (ni->flags & FILE_ATTR_REPARSE_POINT) { in ntfs_get_ntfs_reparse_data()
1223 FILE_ATTR_REPARSE_POINT; in ntfs_set_ntfs_reparse_data()
1294 ~FILE_ATTR_REPARSE_POINT; in ntfs_remove_ntfs_reparse_data()
Ddir.c922 if (attributes & FILE_ATTR_REPARSE_POINT) in ntfs_dir_entry_type()
985 & (FILE_ATTR_REPARSE_POINT | FILE_ATTR_SYSTEM)) in ntfs_filldir()
Dinode.c814 if (ni->flags & FILE_ATTR_REPARSE_POINT) { in ntfs_inode_sync_file_name()
/third_party/ntfs-3g/src/
Dlowntfs-3g.c758 && !(ni->flags & FILE_ATTR_REPARSE_POINT)) in ntfs_fuse_getstat()
761 || (ni->flags & FILE_ATTR_REPARSE_POINT)) { in ntfs_fuse_getstat()
762 if (ni->flags & FILE_ATTR_REPARSE_POINT) { in ntfs_fuse_getstat()
1134 if (ni->flags & FILE_ATTR_REPARSE_POINT) { in ntfs_fuse_readlink()
1280 if (ni && (ni->flags & FILE_ATTR_REPARSE_POINT)) { in ntfs_fuse_filler()
1398 if (ni->flags & FILE_ATTR_REPARSE_POINT) { in ntfs_fuse_opendir()
1466 if (ni->flags & FILE_ATTR_REPARSE_POINT) { in ntfs_fuse_releasedir()
1528 & FILE_ATTR_REPARSE_POINT) { in ntfs_fuse_readdir()
1616 if (!(ni->flags & FILE_ATTR_REPARSE_POINT)) { in ntfs_fuse_open()
1638 if (ni->flags & FILE_ATTR_REPARSE_POINT) { in ntfs_fuse_open()
[all …]
Dntfs-3g.c840 && !(ni->flags & FILE_ATTR_REPARSE_POINT)) in ntfs_fuse_getattr()
844 || (ni->flags & FILE_ATTR_REPARSE_POINT)) in ntfs_fuse_getattr()
846 if (ni->flags & FILE_ATTR_REPARSE_POINT) { in ntfs_fuse_getattr()
1160 if (ni->flags & FILE_ATTR_REPARSE_POINT) { in ntfs_fuse_readlink()
1311 if (ni && (ni->flags & FILE_ATTR_REPARSE_POINT)) { in ntfs_fuse_filler()
1407 if (ni->flags & FILE_ATTR_REPARSE_POINT) { in ntfs_fuse_opendir()
1442 if (ni->flags & FILE_ATTR_REPARSE_POINT) { in ntfs_fuse_readdir()
1486 if (!(ni->flags & FILE_ATTR_REPARSE_POINT)) { in ntfs_fuse_open()
1513 if (ni->flags & FILE_ATTR_REPARSE_POINT) { in ntfs_fuse_open()
1578 if (ni->flags & FILE_ATTR_REPARSE_POINT) { in ntfs_fuse_read()
[all …]
Dntfs-3g_common.c759 accepted = (ni->flags & FILE_ATTR_REPARSE_POINT)
923 if (!(ni->flags & (FILE_ATTR_SYSTEM | FILE_ATTR_REPARSE_POINT))
928 if (ni->flags & FILE_ATTR_REPARSE_POINT) {
/third_party/ntfs-3g/ntfsprogs/
Dntfsinfo.c605 if (flags & FILE_ATTR_REPARSE_POINT) { in ntfs_dump_flags()
607 flags &= ~FILE_ATTR_REPARSE_POINT; in ntfs_dump_flags()
873 if (file_name_attr->file_attributes & FILE_ATTR_REPARSE_POINT && in ntfs_dump_filename()
Dntfsundelete.c1592 if (f->flags & FILE_ATTR_REPARSE_POINT) in dump_record()
1599 FILE_ATTR_SPARSE_FILE | FILE_ATTR_REPARSE_POINT | in dump_record()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h847 FILE_ATTR_REPARSE_POINT = const_cpu_to_le32(0x00000400), enumerator