Home
last modified time | relevance | path

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

/fs/hfs/
Dbtree.h74 #define HFS_BNODE_DELETED 2 macro
Dbnode.c224 set_bit(HFS_BNODE_DELETED, &node->flags); in hfs_bnode_unlink()
490 if (test_bit(HFS_BNODE_DELETED, &node->flags)) { in hfs_bnode_put()
/fs/hfsplus/
Dbnode.c374 set_bit(HFS_BNODE_DELETED, &node->flags); in hfs_bnode_unlink()
643 if (test_bit(HFS_BNODE_DELETED, &node->flags)) { in hfs_bnode_put()
Dhfsplus_fs.h127 #define HFS_BNODE_DELETED 4 macro