Home
last modified time | relevance | path

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

/openbmc/linux/fs/hfs/
H A Dbtree.h75 #define HFS_BNODE_DELETED 2 macro
H A Dbnode.c216 set_bit(HFS_BNODE_DELETED, &node->flags); in hfs_bnode_unlink()
476 if (test_bit(HFS_BNODE_DELETED, &node->flags)) { in hfs_bnode_put()
/openbmc/linux/fs/hfsplus/
H A Dbnode.c366 set_bit(HFS_BNODE_DELETED, &node->flags); in hfs_bnode_unlink()
627 if (test_bit(HFS_BNODE_DELETED, &node->flags)) { in hfs_bnode_put()
H A Dhfsplus_fs.h127 #define HFS_BNODE_DELETED 4 macro