Home
last modified time | relevance | path

Searched refs:HFS_TREE_VARIDXKEYS (Results 1 – 7 of 7) sorted by relevance

/fs/hfs/
Dbrec.c38 !(node->tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_brec_keylen()
160 if (tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_brec_insert()
373 if (tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_brec_update_parent()
414 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) in hfs_brec_update_parent()
497 tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_btree_inc_height()
503 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_btree_inc_height()
Dbtree.h165 #define HFS_TREE_VARIDXKEYS 0x00000004 /* variable key length instead of macro
Dbnode.c52 tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_bnode_read_key()
154 if (node->tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_bnode_dump()
/fs/hfsplus/
Dbrec.c39 !(node->tree->attributes & HFS_TREE_VARIDXKEYS) && in hfs_brec_keylen()
160 if ((tree->attributes & HFS_TREE_VARIDXKEYS) || in hfs_brec_insert()
377 if ((tree->attributes & HFS_TREE_VARIDXKEYS) || in hfs_brec_update_parent()
501 tree->attributes & HFS_TREE_VARIDXKEYS || in hfs_btree_inc_height()
508 if (!(tree->attributes & HFS_TREE_VARIDXKEYS) && in hfs_btree_inc_height()
Dbtree.c74 if (tree->attributes & HFS_TREE_VARIDXKEYS) { in hfs_btree_open()
87 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_btree_open()
Dhfsplus_raw.h185 #define HFS_TREE_VARIDXKEYS 4 macro
Dbnode.c65 tree->attributes & HFS_TREE_VARIDXKEYS || in hfs_bnode_read_key()
318 if (node->tree->attributes & HFS_TREE_VARIDXKEYS || in hfs_bnode_dump()