Home
last modified time | relevance | path

Searched refs:HFS_DIRTY (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dcatalog.c209 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()
Dhfs.h383 #define HFS_DIRTY 1 macro