Home
last modified time | relevance | path

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

/fs/ntfs3/
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()
A Drecord.c363 u32 type_in = le32_to_cpu(type); in mi_find_attr() local
372 if (atype > type_in) in mi_find_attr()
375 if (atype < type_in) in mi_find_attr()
A Dfrecord.c344 u32 type_in; in ni_remove_attr() local
357 type_in = le32_to_cpu(type); in ni_remove_attr()
366 diff = le32_to_cpu(le->type) - type_in; in ni_remove_attr()

Completed in 11 milliseconds