Home
last modified time | relevance | path

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

/linux-4.1.27/fs/hfs/
Dbrec.c38 !(node->tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_brec_keylen()
163 if (tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_brec_insert()
375 if (tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_brec_update_parent()
416 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) in hfs_brec_update_parent()
499 tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_btree_inc_height()
505 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_btree_inc_height()
Dbtree.h160 #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()
/linux-4.1.27/fs/hfsplus/
Dbrec.c39 !(node->tree->attributes & HFS_TREE_VARIDXKEYS) && in hfs_brec_keylen()
163 if ((tree->attributes & HFS_TREE_VARIDXKEYS) || in hfs_brec_insert()
379 if ((tree->attributes & HFS_TREE_VARIDXKEYS) || in hfs_brec_update_parent()
503 tree->attributes & HFS_TREE_VARIDXKEYS || in hfs_btree_inc_height()
510 if (!(tree->attributes & HFS_TREE_VARIDXKEYS) && in hfs_btree_inc_height()
Dbtree.c186 if (tree->attributes & HFS_TREE_VARIDXKEYS) { in hfs_btree_open()
199 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_btree_open()
Dhfsplus_raw.h186 #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()
Dxattr.c91 head->attributes |= cpu_to_be32(HFS_TREE_BIGKEYS | HFS_TREE_VARIDXKEYS); in hfsplus_init_header_node()