Home
last modified time | relevance | path

Searched refs:fs_mount (Results 1 – 3 of 3) sorted by relevance

/linux/fs/orangefs/
H A Dsuper.c246 strscpy(new_op->upcall.req.fs_mount.orangefs_config_server, in orangefs_remount()
251 new_op->upcall.req.fs_mount.orangefs_config_server); in orangefs_remount()
269 orangefs_sb->id = new_op->downcall.resp.fs_mount.id; in orangefs_remount()
402 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()
472 strscpy(new_op->upcall.req.fs_mount.orangefs_config_server, fc->source); in orangefs_get_tree()
476 new_op->upcall.req.fs_mount.orangefs_config_server); in orangefs_get_tree()
484 if (new_op->downcall.resp.fs_mount.fs_id == ORANGEFS_FS_ID_NULL) { in orangefs_get_tree()
[all …]
H A Ddowncall.h115 struct orangefs_fs_mount_response fs_mount; member
H A Dupcall.h245 struct orangefs_fs_mount_request_s fs_mount; member