Searched refs:HFS_NODE_INDEX (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/hfs/
H A Dbtree.h142 #define HFS_NODE_INDEX 0x00 /* An internal (index) node */ macro
H A Dbrec.c35 if (node->type != HFS_NODE_INDEX && node->type != HFS_NODE_LEAF)
38 if ((node->type == HFS_NODE_INDEX) &&
483 new_node->type = HFS_NODE_INDEX;
H A Dbnode.c158 if (i && node->type == HFS_NODE_INDEX) {
362 case HFS_NODE_INDEX:
382 if (node->type != HFS_NODE_INDEX &&
H A Dbfind.c134 if (bnode->type != (--height ? HFS_NODE_INDEX : HFS_NODE_LEAF))
/linux-master/fs/hfsplus/
H A Dbrec.c36 if (node->type != HFS_NODE_INDEX && node->type != HFS_NODE_LEAF)
39 if ((node->type == HFS_NODE_INDEX) &&
487 new_node->type = HFS_NODE_INDEX;
H A Dhfsplus_raw.h161 #define HFS_NODE_INDEX 0x00 /* An internal (index) node */ macro
H A Dbfind.c191 if (bnode->type != (--height ? HFS_NODE_INDEX : HFS_NODE_LEAF))
H A Dbnode.c307 if (i && node->type == HFS_NODE_INDEX) {
513 case HFS_NODE_INDEX:
533 if (node->type != HFS_NODE_INDEX &&

Completed in 202 milliseconds