fs_mount          115 fs/orangefs/downcall.h 		struct orangefs_fs_mount_response fs_mount;
fs_mount          255 fs/orangefs/super.c 	strncpy(new_op->upcall.req.fs_mount.orangefs_config_server,
fs_mount          261 fs/orangefs/super.c 		     new_op->upcall.req.fs_mount.orangefs_config_server);
fs_mount          279 fs/orangefs/super.c 		orangefs_sb->id = new_op->downcall.resp.fs_mount.id;
fs_mount          413 fs/orangefs/super.c 		struct orangefs_fs_mount_response *fs_mount,
fs_mount          423 fs/orangefs/super.c 	ORANGEFS_SB(sb)->root_khandle = fs_mount->root_khandle;
fs_mount          424 fs/orangefs/super.c 	ORANGEFS_SB(sb)->fs_id = fs_mount->fs_id;
fs_mount          425 fs/orangefs/super.c 	ORANGEFS_SB(sb)->id = fs_mount->id;
fs_mount          496 fs/orangefs/super.c 	strncpy(new_op->upcall.req.fs_mount.orangefs_config_server,
fs_mount          502 fs/orangefs/super.c 		     new_op->upcall.req.fs_mount.orangefs_config_server);
fs_mount          510 fs/orangefs/super.c 	if (new_op->downcall.resp.fs_mount.fs_id == ORANGEFS_FS_ID_NULL) {
fs_mount          520 fs/orangefs/super.c 		orangefs_unmount(new_op->downcall.resp.fs_mount.id,
fs_mount          521 fs/orangefs/super.c 		    new_op->downcall.resp.fs_mount.fs_id, devname);
fs_mount          533 fs/orangefs/super.c 	      &new_op->downcall.resp.fs_mount, data,
fs_mount          245 fs/orangefs/upcall.h 		struct orangefs_fs_mount_request_s fs_mount;