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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h731 int hfs_flushvolumeheader(struct hfsmount *hfsmp, int waitfor, int altflush);
H A Dhfs_vfsops.c148 static int hfs_flushMDB(struct hfsmount *hfsmp, int waitfor, int altflush);
3549 hfs_flushMDB(struct hfsmount *hfsmp, int waitfor, int altflush) argument
3621 if (altflush) {
3649 hfs_flushvolumeheader(struct hfsmount *hfsmp, int waitfor, int altflush) argument
3666 return hfs_flushMDB(hfsmp, waitfor, altflush);
3668 critical = altflush;
3815 * System files are only dirty when altflush is set.
3817 if (altflush == 0) {
3903 if (altflush && hfsmp->hfs_alt_id_sector) {

Completed in 31 milliseconds