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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dattrib.h90 extern int ntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name,
95 extern int ntfs_attr_position(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx);
98 const ATTR_TYPES type);
166 * @type is the attribute type (see layout.h for the definition of ATTR_TYPES),
176 ATTR_TYPES type;
253 extern ntfs_attr *ntfs_attr_open(ntfs_inode *ni, const ATTR_TYPES type,
262 extern void *ntfs_attr_readall(ntfs_inode *ni, const ATTR_TYPES type,
277 const ATTR_TYPES type, const s64 size);
279 const ATTR_TYPES type);
281 const ATTR_TYPES typ
[all...]
H A Dlayout.h479 * enum ATTR_TYPES - System defined attributes (32-bit).
509 } ATTR_TYPES; typedef in typeref:enum:__anon4181
618 /* 80*/ ATTR_TYPES type; /* Type of the attribute. */
723 /* 0*/ ATTR_TYPES type; /* The (32-bit) type of the attribute. */
1021 /* 0*/ ATTR_TYPES type; /* Type of referenced attribute. */
2098 /* 0*/ ATTR_TYPES type; /* Type of the indexed attribute. Is
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c300 const ATTR_TYPES type, ntfschar *name, const u32 name_len)
374 ntfs_attr *ntfs_attr_open(ntfs_inode *ni, const ATTR_TYPES type,
1681 static int ntfs_attr_find(const ATTR_TYPES type, const ntfschar *name,
1912 static int ntfs_external_attr_find(ATTR_TYPES type, const ntfschar *name,
2319 int ntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name,
2369 int ntfs_attr_position(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx)
2490 const ATTR_TYPES type)
2530 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPES type,
2586 int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, const ATTR_TYPES type)
2625 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPES typ
[all...]

Completed in 58 milliseconds