Searched refs:ATTR_TYPES (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.h102 extern int ntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name,
107 extern int ntfs_attr_position(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx);
110 const ATTR_TYPES type);
178 * @type is the attribute type (see layout.h for the definition of ATTR_TYPES),
188 ATTR_TYPES type;
295 extern ntfs_attr *ntfs_attr_open(ntfs_inode *ni, const ATTR_TYPES type,
305 extern void *ntfs_attr_readall(ntfs_inode *ni, const ATTR_TYPES type,
320 const ATTR_TYPES type, const s64 size);
322 const ATTR_TYPES type);
328 extern int ntfs_resident_attr_record_add(ntfs_inode *ni, ATTR_TYPES typ
[all...]
H A Dlayout.h488 * enum ATTR_TYPES - System defined attributes (32-bit).
518 } ATTR_TYPES; typedef in typeref:enum:__anon23
618 /* 80*/ ATTR_TYPES type; /* Type of the attribute. */
723 /* 0*/ ATTR_TYPES type; /* The (32-bit) type of the attribute. */
1023 /* 0*/ ATTR_TYPES type; /* Type of referenced attribute. */
2125 /* 0*/ ATTR_TYPES type; /* Type of the indexed attribute. Is
H A Dattrib.c334 const ATTR_TYPES type, ntfschar *name, const u32 name_len)
410 ntfs_attr *ntfs_attr_open(ntfs_inode *ni, const ATTR_TYPES type,
2825 static int ntfs_attr_find(const ATTR_TYPES type, const ntfschar *name,
3063 static int ntfs_external_attr_find(ATTR_TYPES type, const ntfschar *name,
3675 int ntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name,
3725 int ntfs_attr_position(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx)
3846 const ATTR_TYPES type)
3887 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPES type,
3955 static int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, const ATTR_TYPES type,
4012 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPES typ
[all...]
H A Dea.c75 static int ntfs_need_ea(ntfs_inode *ni, ATTR_TYPES type, int size, int flags)
H A Dmft.c238 ATTR_TYPES previous_type;
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.h54 ATTR_RECORD * find_attribute(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx);
55 ATTR_RECORD * find_first_attribute(const ATTR_TYPES type, MFT_RECORD *mft);
H A Dutils.c461 ATTR_RECORD * find_attribute(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx)
491 ATTR_RECORD * find_first_attribute(const ATTR_TYPES type, MFT_RECORD *mft)
H A Dmkntfs.c912 static int mkntfs_attr_find(const ATTR_TYPES type, const ntfschar *name,
1097 static int mkntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name,
1129 const ATTR_TYPES type, const char *name, u32 name_len,
1319 const ATTR_TYPES type, const char *name, u32 name_len,
1509 const ATTR_TYPES type, const char *name, u32 name_len,
1967 const ATTR_TYPES indexed_attr_type,
2403 MFT_RECORD *m, ntfschar *name, u32 name_size, ATTR_TYPES type)

Completed in 81 milliseconds