Searched refs:NODE_MASK (Results 1 – 3 of 3) sorted by relevance
871 if ((ib->index.ih_flags & NODE_MASK) == LEAF_NODE) { in ntfs_index_lookup()1153 src->index.ih_flags & NODE_MASK); in ntfs_ib_copy_tail()1236 if ((ir->index.ih_flags & NODE_MASK) == SMALL_INDEX) in ntfs_ir_reparent()1836 if ((ib->index.ih_flags & NODE_MASK) == INDEX_NODE) in ntfs_index_rm_node()
479 if ((ia->index.ih_flags & NODE_MASK) == LEAF_NODE) { in ntfs_inode_lookup_by_name()
2070 NODE_MASK = 1, /* Mask for accessing the *_NODE bits. */ enumerator