Searched refs:HFS_BNODE_ERROR (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/hfs/ |
| H A D | bnode.c | 396 set_bit(HFS_BNODE_ERROR, &node->flags); in __hfs_bnode_create() 428 if (test_bit(HFS_BNODE_ERROR, &node->flags)) in hfs_bnode_find() 436 if (test_bit(HFS_BNODE_ERROR, &node->flags)) in hfs_bnode_find() 492 set_bit(HFS_BNODE_ERROR, &node->flags); in hfs_bnode_find() 526 if (test_bit(HFS_BNODE_ERROR, &node->flags)) { in hfs_bnode_create()
|
| H A D | btree.h | 73 #define HFS_BNODE_ERROR 0 macro
|
| /linux/fs/hfsplus/ |
| H A D | bnode.c | 506 set_bit(HFS_BNODE_ERROR, &node->flags); in __hfs_bnode_create() 539 if (test_bit(HFS_BNODE_ERROR, &node->flags)) in hfs_bnode_find() 547 if (test_bit(HFS_BNODE_ERROR, &node->flags)) in hfs_bnode_find() 603 set_bit(HFS_BNODE_ERROR, &node->flags); in hfs_bnode_find() 637 if (test_bit(HFS_BNODE_ERROR, &node->flags)) { in hfs_bnode_create()
|
| H A D | hfsplus_fs.h | 91 #define HFS_BNODE_ERROR 1 macro
|