Home
last modified time | relevance | path

Searched refs:STATUS_ERROR (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dindex.c94 return STATUS_ERROR; in ntfs_ib_write()
103 return STATUS_ERROR; in ntfs_icx_ib_write()
599 return STATUS_ERROR; in ntfs_ie_lookup()
614 return STATUS_ERROR; in ntfs_ie_lookup()
620 return STATUS_ERROR; in ntfs_ie_lookup()
628 return STATUS_ERROR; in ntfs_ie_lookup()
665 return STATUS_ERROR; in ntfs_ie_lookup()
721 return STATUS_ERROR; in ntfs_icx_parent_inc()
732 return STATUS_ERROR; in ntfs_icx_parent_dec()
817 if (ret == STATUS_ERROR) { in ntfs_index_lookup()
[all …]
Dmft.c688 int ret = STATUS_ERROR; in ntfs_mft_attr_extend()
725 int ret = STATUS_ERROR; in ntfs_mft_bitmap_extend_allocation_i()
742 return STATUS_ERROR; in ntfs_mft_bitmap_extend_allocation_i()
750 return STATUS_ERROR; in ntfs_mft_bitmap_extend_allocation_i()
762 return STATUS_ERROR; in ntfs_mft_bitmap_extend_allocation_i()
809 if (ret == STATUS_ERROR) { in ntfs_mft_bitmap_extend_allocation_i()
868 return STATUS_ERROR; in ntfs_mft_bitmap_extend_allocation_i()
1047 int ret = STATUS_ERROR; in ntfs_mft_data_extend_allocation()
1157 if (ret == STATUS_ERROR) { in ntfs_mft_data_extend_allocation()
1223 ret = STATUS_ERROR; in ntfs_mft_data_extend_allocation()
[all …]
Dattrib.c5306 int err, ret = STATUS_ERROR;
5390 ret = STATUS_ERROR;
6770 int ret = STATUS_ERROR;
6778 return STATUS_ERROR;
/third_party/ntfs-3g/include/ntfs-3g/
Dtypes.h126 #define STATUS_ERROR (-1) macro