Searched refs:AT_REPARSE_POINT (Results 1 – 7 of 7) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | reparse.c | 807 AT_REPARSE_POINT,(ntfschar*)NULL, 0, &attr_size); in ntfs_make_symlink() 918 AT_REPARSE_POINT,(ntfschar*)NULL, 0, &attr_size); in ntfs_possible_symlink() 1070 na = ntfs_attr_open(ni, AT_REPARSE_POINT, AT_UNNAMED, 0); in update_reparse_data() 1128 na = ntfs_attr_open(ni, AT_REPARSE_POINT, AT_UNNAMED, 0); in ntfs_delete_reparse_index() 1166 AT_REPARSE_POINT,(ntfschar*)NULL, 0, &attr_size); in ntfs_get_ntfs_reparse_data() 1208 if (!ntfs_attr_exist(ni,AT_REPARSE_POINT, in ntfs_set_ntfs_reparse_data() 1218 AT_REPARSE_POINT, in ntfs_set_ntfs_reparse_data() 1280 na = ntfs_attr_open(ni, AT_REPARSE_POINT, in ntfs_remove_ntfs_reparse_data() 1437 AT_REPARSE_POINT,(ntfschar*)NULL, 0, &attr_size); in ntfs_get_reparse_point()
|
D | inode.c | 815 if (!ntfs_attr_lookup(AT_REPARSE_POINT, NULL, in ntfs_inode_sync_file_name()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsinfo.c | 1307 case AT_REPARSE_POINT: return "$REPARSE_POINT"; in get_attribute_type_name() 2024 reparse = ntfs_attr_readall(inode, AT_REPARSE_POINT, in ntfs_dump_attr_reparse_point() 2405 case AT_REPARSE_POINT: in ntfs_dump_file_attributes()
|
D | ntfstruncate.c | 430 case AT_REPARSE_POINT: in dump_resident_attr_val()
|
D | ntfsrecover.c | 732 case AT_REPARSE_POINT : in mftattrname()
|
D | playlog.c | 203 case AT_REPARSE_POINT : in valid_type()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | layout.h | 511 AT_REPARSE_POINT = const_cpu_to_le32( 0xc0), enumerator
|