Searched refs:altflush (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h649 int hfs_flushvolumeheader(struct hfsmount *hfsmp, int waitfor, int altflush);
H A Dhfs_vfsops.c128 static int hfs_flushMDB(struct hfsmount *hfsmp, int waitfor, int altflush);
2896 hfs_flushMDB(struct hfsmount *hfsmp, int waitfor, int altflush) argument
2968 if (altflush) {
2997 hfs_flushvolumeheader(struct hfsmount *hfsmp, int waitfor, int altflush) argument
3014 return hfs_flushMDB(hfsmp, waitfor, altflush);
3016 critical = altflush;
3133 * System files are only dirty when altflush is set.
3135 if (altflush == 0) {
3221 if (altflush && hfsmp->hfs_alt_id_sector) {

Completed in 42 milliseconds