Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hfs/
Dbtree.h67 #define HFS_BNODE_DELETED 2 macro
Dbnode.c208 set_bit(HFS_BNODE_DELETED, &node->flags); in hfs_bnode_unlink()
469 if (test_bit(HFS_BNODE_DELETED, &node->flags)) { in hfs_bnode_put()
/linux-2.6.39/fs/hfsplus/
Dbnode.c372 set_bit(HFS_BNODE_DELETED, &node->flags); in hfs_bnode_unlink()
646 if (test_bit(HFS_BNODE_DELETED, &node->flags)) { in hfs_bnode_put()
Dhfsplus_fs.h103 #define HFS_BNODE_DELETED 4 macro