Home
last modified time | relevance | path

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

/fs/ntfs3/
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()
Drecord.c349 u32 type_in = le32_to_cpu(type); in mi_find_attr() local
358 if (atype > type_in) in mi_find_attr()
361 if (atype < type_in) in mi_find_attr()
Dfrecord.c395 u32 type_in; in ni_remove_attr() local
407 type_in = le32_to_cpu(type); in ni_remove_attr()
416 diff = le32_to_cpu(le->type) - type_in; in ni_remove_attr()