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

/xnu-2422.115.4/bsd/hfs/
H A DMakefile11 hfs_encodings.h hfs_format.h hfs_mount.h hfs_unistr.h
H A Dhfs_quota.c84 #include <hfs/hfs_mount.h>
H A Dhfs_hotfiles.c43 #include <hfs/hfs_mount.h>
H A Dhfs_vfsops.c102 #include <hfs/hfs_mount.h>
168 int hfs_mount(struct mount *mp, vnode_t devvp, user_addr_t data, vfs_context_t context);
224 hfs_mount(struct mount *mp, vnode_t devvp, user_addr_t data, vfs_context_t context) function
234 printf("hfs_mount: copyin returned %d for fs\n", retval);
247 printf("hfs_mount: hfs_reload returned %d on %s \n", error, hfsmp->vcbVN);
253 printf("hfs_mount: MNT_RELOAD not supported on rdwr filesystem %s\n", hfsmp->vcbVN);
279 printf("hfs_mount: VFS_SYNC returned %d during b-tree sync of %s \n", retval, hfsmp->vcbVN);
292 printf("hfs_mount: hfs_flushfiles returned %d on %s \n", retval, hfsmp->vcbVN);
343 printf("hfs_mount: FSYNC on devvp returned %d for fs %s\n", retval, hfsmp->vcbVN);
381 printf("hfs_mount
[all...]

Completed in 88 milliseconds