Home
last modified time | relevance | path

Searched refs:NODE_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ntfs/
Dindex.c416 if ((ia->index.flags & NODE_MASK) == LEAF_NODE) { in ntfs_index_lookup()
Ddir.c548 if ((ia->index.flags & NODE_MASK) == LEAF_NODE) { in ntfs_lookup_inode_by_name()
958 if ((ia->index.flags & NODE_MASK) == LEAF_NODE) {
Dlayout.h1968 NODE_MASK = 1, /* Mask for accessing the *_NODE bits. */ enumerator