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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c147 static int hfs_flushfiles(struct mount *, int, struct proc *);
284 if ((retval = hfs_flushfiles(mp, flags, p))) {
288 printf("hfs_mount: hfs_flushfiles returned %d on %s \n", retval, hfsmp->vcbVN);
2128 if ((retval = hfs_flushfiles(mp, flags, p)) && !force)
3389 hfs_flushfiles(struct mount *mp, int flags, struct proc *p) function
3391 hfs_flushfiles(struct mount *mp, int flags, __unused struct proc *p)

Completed in 24 milliseconds