Home
last modified time | relevance | path

Searched refs:HFS_TREE_BIGKEYS (Results 1 – 5 of 5) sorted by relevance

/fs/hfs/
Dbtree.h166 #define HFS_TREE_BIGKEYS 0x00000002 /* key length is u16 instead of u8. macro
Dbrec.c39 if (node->tree->attributes & HFS_TREE_BIGKEYS) in hfs_brec_keylen()
47 if (node->tree->attributes & HFS_TREE_BIGKEYS) { in hfs_brec_keylen()
/fs/hfsplus/
Dhfsplus_raw.h185 #define HFS_TREE_BIGKEYS 2 macro
Dbtree.c225 if (!(tree->attributes & HFS_TREE_BIGKEYS)) { in hfs_btree_open()
Dxattr.c91 head->attributes |= cpu_to_be32(HFS_TREE_BIGKEYS | HFS_TREE_VARIDXKEYS); in hfsplus_init_header_node()