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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dbtree.h133 #define HFS_NODE_INDEX 0x00 /* An internal (index) node */ macro
156 #define HFS_NODE_INDEX 0x00 /* An internal (index) node */ macro
H A Dbnode.c151 if (i && node->type == HFS_NODE_INDEX) {
359 case HFS_NODE_INDEX:
379 if (node->type != HFS_NODE_INDEX &&
H A Dbrec.c34 if (node->type != HFS_NODE_INDEX && node->type != HFS_NODE_LEAF)
37 if ((node->type == HFS_NODE_INDEX) &&
473 new_node->type = HFS_NODE_INDEX;
H A Dbfind.c119 if (bnode->type != (--height ? HFS_NODE_INDEX : HFS_NODE_LEAF))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dbrec.c35 if (node->type != HFS_NODE_INDEX && node->type != HFS_NODE_LEAF)
38 if ((node->type == HFS_NODE_INDEX) &&
446 new_node->type = HFS_NODE_INDEX;
H A Dbfind.c110 if (bnode->type != (--height ? HFS_NODE_INDEX : HFS_NODE_LEAF))
H A Dhfsplus_raw.h148 #define HFS_NODE_INDEX 0x00 macro
H A Dbnode.c310 if (i && node->type == HFS_NODE_INDEX) {
518 case HFS_NODE_INDEX:
538 if (node->type != HFS_NODE_INDEX &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dbrec.c35 if (node->type != HFS_NODE_INDEX && node->type != HFS_NODE_LEAF)
38 if ((node->type == HFS_NODE_INDEX) &&
464 new_node->type = HFS_NODE_INDEX;
H A Dbfind.c142 if (bnode->type != (--height ? HFS_NODE_INDEX : HFS_NODE_LEAF))
H A Dhfsplus_raw.h150 #define HFS_NODE_INDEX 0x00 macro
H A Dbnode.c340 if (i && node->type == HFS_NODE_INDEX) {
548 case HFS_NODE_INDEX:
568 if (node->type != HFS_NODE_INDEX &&

Completed in 45 milliseconds