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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_mount.h52 struct hfs_mount_args { struct
H A Dhfs_vfsops.c125 static int hfs_changefs(struct mount *mp, struct hfs_mount_args *args);
132 static int hfs_mountfs(struct vnode *devvp, struct mount *mp, struct hfs_mount_args *args, int journal_replay_only, vfs_context_t context);
199 struct hfs_mount_args args;
457 hfs_changefs(struct mount *mp, struct hfs_mount_args *args)
928 hfs_mountfs(struct vnode *devvp, struct mount *mp, struct hfs_mount_args *args,
5163 struct hfs_mount_args *args = NULL;
5182 MALLOC(args, struct hfs_mount_args *, sizeof(struct hfs_mount_args), M_TEMP, M_WAITOK);
5183 bzero(args, sizeof(struct hfs_mount_args));
H A Dhfs_vfsutils.c1787 struct hfs_mount_args *args = _args;
1945 struct hfs_mount_args *args = _args;

Completed in 39 milliseconds