Home
last modified time | relevance | path

Searched refs:type_in (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ntfs3/
H A Dattrlist.c191 u32 type_in = le32_to_cpu(type); in al_find_ex() local
195 int diff = le32_to_cpu(le->type) - type_in; in al_find_ex()
248 u32 type_in = le32_to_cpu(type); in al_find_le_to_insert() local
252 int diff = le32_to_cpu(le->type) - type_in; in al_find_le_to_insert()
H A Drecord.c348 u32 type_in = le32_to_cpu(type); in mi_find_attr() local
357 if (atype > type_in) in mi_find_attr()
360 if (atype < type_in) in mi_find_attr()
H A Dfrecord.c397 u32 type_in; in ni_remove_attr() local
409 type_in = le32_to_cpu(type); in ni_remove_attr()
418 diff = le32_to_cpu(le->type) - type_in; in ni_remove_attr()