Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H 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()
H A Dfrecord.c348 u32 type_in; in ni_remove_attr() local
361 type_in = le32_to_cpu(type); in ni_remove_attr()
370 diff = le32_to_cpu(le->type) - type_in; in ni_remove_attr()