Home
last modified time | relevance | path

Searched refs:ATTR_TYPE (Results 1 – 14 of 14) sorted by relevance

/openbmc/openpower-hw-diags/test/
H A Dpdbg-test.dts6 ATTR_TYPE = [ 01 ];
14 ATTR_TYPE = [ 3A ];
26 ATTR_TYPE = [ 05 ];
40 ATTR_TYPE = [ 1E ];
48 ATTR_TYPE = [ 13 ];
58 ATTR_TYPE = [ 2C ];
68 ATTR_TYPE = [ 2C ];
77 ATTR_TYPE = [ 44 ];
86 ATTR_TYPE = [ 26 ];
95 ATTR_TYPE = [ 49 ];
[all …]
/openbmc/linux/fs/ntfs/
H A Dattrib.h59 int ntfs_attr_lookup(const ATTR_TYPE type, const ntfschar *name,
82 const ATTR_TYPE type, const s64 size);
84 const ATTR_TYPE type);
86 const ATTR_TYPE type);
H A Dinode.h52 ATTR_TYPE type; /* Attribute type of this fake inode. */
253 ATTR_TYPE type;
259 extern struct inode *ntfs_attr_iget(struct inode *base_vi, ATTR_TYPE type,
H A Dlayout.h476 typedef le32 ATTR_TYPE; typedef
578 /* 80*/ ATTR_TYPE type; /* Type of the attribute. */
685 /* 0*/ ATTR_TYPE type; /* The (32-bit) type of the attribute. */
960 /* 0*/ ATTR_TYPE type; /* Type of referenced attribute. */
2007 ATTR_TYPE type; /* Type of the indexed attribute. Is
H A Dattrib.c575 static int ntfs_attr_find(const ATTR_TYPE type, const ntfschar *name, in ntfs_attr_find()
867 static int ntfs_external_attr_find(const ATTR_TYPE type, in ntfs_external_attr_find()
1197 int ntfs_attr_lookup(const ATTR_TYPE type, const ntfschar *name, in ntfs_attr_lookup()
1317 const ATTR_TYPE type) in ntfs_attr_find_in_attrdef()
1352 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPE type, in ntfs_attr_size_bounds_check()
1388 int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_non_resident()
1420 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_resident()
H A Dinode.c214 struct inode *ntfs_attr_iget(struct inode *base_vi, ATTR_TYPE type, in ntfs_attr_iget()
/openbmc/linux/fs/ntfs3/
H A Dntfs_fs.h431 int attr_set_size(struct ntfs_inode *ni, enum ATTR_TYPE type,
439 int attr_load_runs_vcn(struct ntfs_inode *ni, enum ATTR_TYPE type,
442 int attr_load_runs_range(struct ntfs_inode *ni, enum ATTR_TYPE type,
468 enum ATTR_TYPE type, const __le16 *name,
470 int al_add_le(struct ntfs_inode *ni, enum ATTR_TYPE type, const __le16 *name,
474 bool al_delete_le(struct ntfs_inode *ni, enum ATTR_TYPE type, CLST vcn,
520 enum ATTR_TYPE type, const __le16 *name,
526 struct ATTRIB *ni_load_attr(struct ntfs_inode *ni, enum ATTR_TYPE type,
531 int ni_remove_attr(struct ntfs_inode *ni, enum ATTR_TYPE type,
536 int ni_insert_nonresident(struct ntfs_inode *ni, enum ATTR_TYPE type,
[all …]
H A Dattrlist.c187 enum ATTR_TYPE type, const __le16 *name, in al_find_ex()
243 enum ATTR_TYPE type, in al_find_le_to_insert()
286 int al_add_le(struct ntfs_inode *ni, enum ATTR_TYPE type, const __le16 *name, in al_add_le()
388 bool al_delete_le(struct ntfs_inode *ni, enum ATTR_TYPE type, CLST vcn, in al_delete_le()
H A Dntfs.h103 enum ATTR_TYPE { enum
124 static_assert(sizeof(enum ATTR_TYPE) == 4);
369 enum ATTR_TYPE type; // 0x00: The type of this attribute.
516 enum ATTR_TYPE type; // 0x00: The type of attribute.
794 enum ATTR_TYPE type; // 0x00: The type of attribute to index on.
829 enum ATTR_TYPE type; // 0x80: struct ATTRIB type.
H A Drecord.c14 static inline int compare_attr(const struct ATTRIB *left, enum ATTR_TYPE type, in compare_attr()
242 static_assert(ALIGN(sizeof(enum ATTR_TYPE), 8) == 8); in mi_enum_attr()
345 enum ATTR_TYPE type, const __le16 *name, in mi_find_attr()
460 struct ATTRIB *mi_insert_attr(struct mft_inode *mi, enum ATTR_TYPE type, in mi_insert_attr()
H A Dfrecord.c189 struct ATTR_LIST_ENTRY **le_o, enum ATTR_TYPE type, in ni_find_attr()
284 struct ATTRIB *ni_load_attr(struct ntfs_inode *ni, enum ATTR_TYPE type, in ni_load_attr()
389 int ni_remove_attr(struct ntfs_inode *ni, enum ATTR_TYPE type, in ni_remove_attr()
459 struct ATTR_LIST_ENTRY *le, enum ATTR_TYPE type, in ni_ins_new_attr()
942 enum ATTR_TYPE type, const __le16 *name, u8 name_len, in ni_ins_attr_ext()
1092 static int ni_insert_attr(struct ntfs_inode *ni, enum ATTR_TYPE type, in ni_insert_attr()
1441 int ni_insert_nonresident(struct ntfs_inode *ni, enum ATTR_TYPE type, in ni_insert_nonresident()
1518 enum ATTR_TYPE type, const __le16 *name, u8 name_len, in ni_insert_resident()
H A Dattrib.c403 int attr_set_size(struct ntfs_inode *ni, enum ATTR_TYPE type, in attr_set_size()
1318 int attr_load_runs_vcn(struct ntfs_inode *ni, enum ATTR_TYPE type, in attr_load_runs_vcn()
1361 int attr_load_runs_range(struct ntfs_inode *ni, enum ATTR_TYPE type, in attr_load_runs_range()
H A Dsuper.c1035 ALIGN(sizeof(enum ATTR_TYPE), 8); in ntfs_init_from_boot()
1080 rec->used = cpu_to_le32(ao + ALIGN(sizeof(enum ATTR_TYPE), 8)); in ntfs_init_from_boot()
H A Dfslog.c115 enum ATTR_TYPE type; // 0x08:
134 enum ATTR_TYPE type; // 0x1C:
2987 enum ATTR_TYPE type, u64 size, in attr_create_nonres_log()