Searched refs:HFS_DIRTY (Results 1 – 2 of 2) sorted by relevance
209 if (!(entry->state & HFS_DIRTY)) { in hfs_cat_mark_dirty()210 entry->state |= HFS_DIRTY; in hfs_cat_mark_dirty()830 if ((entry->state & HFS_DIRTY)) { in hfs_cat_put()831 entry->state ^= HFS_DIRTY | HFS_LOCK; in hfs_cat_put()968 entry->state ^= HFS_DIRTY | HFS_LOCK; in hfs_cat_commit()
383 #define HFS_DIRTY 1 macro