Searched refs:HFS_NODE_MAP (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/hfsplus/
H A Dbtree.c329 node->type = HFS_NODE_MAP;
334 desc.type = HFS_NODE_MAP;
482 if (node->type != HFS_NODE_MAP) {
H A Dhfsplus_raw.h163 #define HFS_NODE_MAP 0x02 /* Holds part of the bitmap of used nodes */ macro
H A Dbnode.c505 case HFS_NODE_MAP:
/linux-master/fs/hfs/
H A Dbtree.c209 node->type = HFS_NODE_MAP;
214 desc.type = HFS_NODE_MAP;
355 if (node->type != HFS_NODE_MAP) {
H A Dbtree.h144 #define HFS_NODE_MAP 0x02 /* Holds part of the bitmap of used nodes */ macro
H A Dbnode.c354 case HFS_NODE_MAP:

Completed in 250 milliseconds