Home
last modified time | relevance | path

Searched refs:HFS_BNODE_DELETED (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/hfs/
H A Dbtree.h75 #define HFS_BNODE_DELETED 2 macro
H A Dbnode.c222 set_bit(HFS_BNODE_DELETED, &node->flags); in hfs_bnode_unlink()
482 if (test_bit(HFS_BNODE_DELETED, &node->flags)) { in hfs_bnode_put()
/linux-6.15/fs/hfsplus/
H A Dbnode.c372 set_bit(HFS_BNODE_DELETED, &node->flags); in hfs_bnode_unlink()
633 if (test_bit(HFS_BNODE_DELETED, &node->flags)) { in hfs_bnode_put()
H A Dhfsplus_fs.h128 #define HFS_BNODE_DELETED 4 macro