Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfs/
Dbrec.c39 !(node->tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_brec_keylen()
165 if (tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_brec_insert()
377 if (tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_brec_update_parent()
418 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) in hfs_brec_update_parent()
506 tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_btree_inc_height()
512 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_btree_inc_height()
Dbtree.h169 #define HFS_TREE_VARIDXKEYS 0x00000004 /* variable key length instead of macro
Dbnode.c68 tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_bnode_read_key()
168 if (node->tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_bnode_dump()
/linux-4.19.296/fs/hfsplus/
Dbrec.c40 !(node->tree->attributes & HFS_TREE_VARIDXKEYS) && in hfs_brec_keylen()
165 if ((tree->attributes & HFS_TREE_VARIDXKEYS) || in hfs_brec_insert()
381 if ((tree->attributes & HFS_TREE_VARIDXKEYS) || in hfs_brec_update_parent()
510 tree->attributes & HFS_TREE_VARIDXKEYS || in hfs_btree_inc_height()
517 if (!(tree->attributes & HFS_TREE_VARIDXKEYS) && in hfs_btree_inc_height()
Dbtree.c187 if (tree->attributes & HFS_TREE_VARIDXKEYS) { in hfs_btree_open()
200 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_btree_open()
Dhfsplus_raw.h187 #define HFS_TREE_VARIDXKEYS 4 macro
Dbnode.c66 tree->attributes & HFS_TREE_VARIDXKEYS || in hfs_bnode_read_key()
317 if (node->tree->attributes & HFS_TREE_VARIDXKEYS || in hfs_bnode_dump()
Dxattr.c86 head->attributes |= cpu_to_be32(HFS_TREE_BIGKEYS | HFS_TREE_VARIDXKEYS); in hfsplus_init_header_node()