Searched refs:HFS_BNODE_ERROR (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/hfs/ |
| H A D | bnode.c | 304 set_bit(HFS_BNODE_ERROR, &node->flags); in __hfs_bnode_create() 336 if (test_bit(HFS_BNODE_ERROR, &node->flags)) in hfs_bnode_find() 344 if (test_bit(HFS_BNODE_ERROR, &node->flags)) in hfs_bnode_find() 400 set_bit(HFS_BNODE_ERROR, &node->flags); in hfs_bnode_find() 434 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-6.15/fs/hfsplus/ |
| H A D | bnode.c | 454 set_bit(HFS_BNODE_ERROR, &node->flags); in __hfs_bnode_create() 487 if (test_bit(HFS_BNODE_ERROR, &node->flags)) in hfs_bnode_find() 495 if (test_bit(HFS_BNODE_ERROR, &node->flags)) in hfs_bnode_find() 551 set_bit(HFS_BNODE_ERROR, &node->flags); in hfs_bnode_find() 585 if (test_bit(HFS_BNODE_ERROR, &node->flags)) { in hfs_bnode_create()
|
| H A D | hfsplus_fs.h | 125 #define HFS_BNODE_ERROR 1 macro
|