Home
last modified time | relevance | path

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

/openbmc/linux/fs/hfs/
H A Dbtree.h167 #define HFS_TREE_BIGKEYS 0x00000002 /* key length is u16 instead of u8. macro
H A Dbrec.c40 if (node->tree->attributes & HFS_TREE_BIGKEYS) in hfs_brec_keylen()
48 if (node->tree->attributes & HFS_TREE_BIGKEYS) { in hfs_brec_keylen()
/openbmc/linux/fs/hfsplus/
H A Dhfsplus_raw.h186 #define HFS_TREE_BIGKEYS 2 macro
H A Dbtree.c226 if (!(tree->attributes & HFS_TREE_BIGKEYS)) { in hfs_btree_open()
H A Dxattr.c86 head->attributes |= cpu_to_be32(HFS_TREE_BIGKEYS | HFS_TREE_VARIDXKEYS); in hfsplus_init_header_node()