Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hfs/
Dbtree.h163 #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()
/linux-2.6.39/fs/hfsplus/
Dhfsplus_raw.h174 #define HFS_TREE_BIGKEYS 2 macro
Dbtree.c106 if (!(tree->attributes & HFS_TREE_BIGKEYS)) { in hfs_btree_open()