Lines Matching refs:fs_mount
241 strncpy(new_op->upcall.req.fs_mount.orangefs_config_server, in orangefs_remount()
247 new_op->upcall.req.fs_mount.orangefs_config_server); in orangefs_remount()
265 orangefs_sb->id = new_op->downcall.resp.fs_mount.id; in orangefs_remount()
397 struct orangefs_fs_mount_response *fs_mount, in orangefs_fill_sb() argument
411 ORANGEFS_SB(sb)->root_khandle = fs_mount->root_khandle; in orangefs_fill_sb()
412 ORANGEFS_SB(sb)->fs_id = fs_mount->fs_id; in orangefs_fill_sb()
413 ORANGEFS_SB(sb)->id = fs_mount->id; in orangefs_fill_sb()
480 strncpy(new_op->upcall.req.fs_mount.orangefs_config_server, in orangefs_mount()
486 new_op->upcall.req.fs_mount.orangefs_config_server); in orangefs_mount()
494 if (new_op->downcall.resp.fs_mount.fs_id == ORANGEFS_FS_ID_NULL) { in orangefs_mount()
504 orangefs_unmount(new_op->downcall.resp.fs_mount.id, in orangefs_mount()
505 new_op->downcall.resp.fs_mount.fs_id, devname); in orangefs_mount()
510 &new_op->downcall.resp.fs_mount, data, in orangefs_mount()