Home
last modified time | relevance | path

Searched refs:type_in (Results 1 – 4 of 4) 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.c303 u32 type_in = le32_to_cpu(type); in mi_find_attr() local
312 if (atype > type_in) in mi_find_attr()
315 if (atype < type_in) in mi_find_attr()
Dfrecord.c394 u32 type_in; in ni_remove_attr() local
406 type_in = le32_to_cpu(type); in ni_remove_attr()
415 diff = le32_to_cpu(le->type) - type_in; in ni_remove_attr()
Dfsntfs.c332 int type_in = le32_to_cpu(type); in ntfs_query_def() local
339 int diff = le32_to_cpu(entry->type) - type_in; in ntfs_query_def()