Home
last modified time | relevance | path

Searched refs:ATTR_END (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/ntfs3/
H A Drecord.c246 if (attr->type == ATTR_END) { in mi_enum_attr()
H A Dntfs.h121 ATTR_END = cpu_to_le32(0xFFFFFFFF) enumerator
H A Dfslog.c2803 for (attr = Add2Ptr(rec, ao); attr->type != ATTR_END; in check_file_record()
2842 if (attr->type == ATTR_END) in check_if_attr()
2866 if (attr->type == ATTR_END) in check_if_index_root()
H A Dsuper.c1082 ((struct ATTRIB *)Add2Ptr(rec, ao))->type = ATTR_END; in ntfs_init_from_boot()
H A Dinode.c1616 attr->type = ATTR_END; in ntfs_create_inode()
H A Dfrecord.c1215 if (attr->type == ATTR_END) in ni_insert_attr()