Searched refs:MREF_LE (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dinode.c388 u64 mft_no = MREF_LE(mref);
494 if (ni->mft_no != MREF_LE(ale->mft_reference) &&
495 prev_attached != MREF_LE(ale->mft_reference)) {
500 prev_attached = MREF_LE(ale->mft_reference);
569 if (MREF_LE(fn->parent_directory) == ni->mft_no) {
957 if (MREF_LE(ale->mft_reference) != ni->mft_no) {
H A Dattrlist.c88 if (MREF_LE(ale->mft_reference) != ni->mft_no)
H A Ddir.c595 if (MREF_LE(ie->indexed_file) == FILE_root)
1443 if (dir_ni->mft_no != MREF_LE(fn->parent_directory)) {
1447 (long long unsigned)MREF_LE(fn->parent_directory));
H A Dattrib.c2111 if (MREF_LE(al_entry->mft_reference) == ni->mft_no) {
2121 if (MREF_LE(al_entry->mft_reference) ==
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Ddir.c644 if (MREF_LE(ie->data.dir.indexed_file) == FILE_root) {
648 if (MREF_LE(ie->data.dir.indexed_file) < FILE_first_user &&
658 (long long)MREF_LE(ie->data.dir.indexed_file));
666 mref = MREF_LE(ie->data.dir.indexed_file);
H A Dnamei.c343 parent_ino = MREF_LE(fn->parent_directory);
H A Dattrib.c973 if (MREF_LE(al_entry->mft_reference) == ni->mft_no) {
987 if (MREF_LE(al_entry->mft_reference) ==
1001 MREF_LE(al_entry->
H A Dlayout.h276 #define MREF_LE(x) ((unsigned long)(le64_to_cpu(x) & MFT_REF_MASK_CPU)) macro
H A Dinode.c503 if (MREF_LE(file_name_attr->parent_directory) == FILE_Extend)
1960 if (MREF_LE(al_entry->mft_reference) != vi->i_ino) {
H A Dmft.c1013 na.mft_no = MREF_LE(m->base_mft_record);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h322 #define MREF_LE(x) ((u64)(const_le64_to_cpu(x) & MFT_REF_MASK_CPU)) macro

Completed in 122 milliseconds