Home
last modified time | relevance | path

Searched refs:LEAF_NODE (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dindex.c871 if ((ib->index.ih_flags & NODE_MASK) == LEAF_NODE) { in ntfs_index_lookup()
1101 ib = ntfs_ib_alloc(ib_vcn, le32_to_cpu(ir->index_block_size), LEAF_NODE); in ntfs_ir_to_ib()
Ddir.c479 if ((ia->index.ih_flags & NODE_MASK) == LEAF_NODE) { in ntfs_inode_lookup_by_name()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h2066 LEAF_NODE = 0, /* This is a leaf node, i.e. there are no more enumerator
/third_party/ntfs-3g/ntfsprogs/
Dmkntfs.c2503 ia_val->index.ih_flags = LEAF_NODE; in upgrade_to_large_index()