Home
last modified time | relevance | path

Searched refs:NTFS_INDEX_HDR_HAS_SUBNODES (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ntfs3/
H A Dntfs.h696 #define NTFS_INDEX_HDR_HAS_SUBNODES cpu_to_le32(1) macro
752 return hdr->flags & NTFS_INDEX_HDR_HAS_SUBNODES; in hdr_has_subnode()
772 return !(ib->ihdr.flags & NTFS_INDEX_HDR_HAS_SUBNODES); in ib_is_leaf()
H A Dindex.c981 hdr->flags = NTFS_INDEX_HDR_HAS_SUBNODES; in indx_new()
1686 hdr->flags = NTFS_INDEX_HDR_HAS_SUBNODES; in indx_insert_into_root()