Searched refs:fs_mount (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | super.c | 255 strncpy(new_op->upcall.req.fs_mount.orangefs_config_server, in orangefs_remount() 261 new_op->upcall.req.fs_mount.orangefs_config_server); in orangefs_remount() 279 orangefs_sb->id = new_op->downcall.resp.fs_mount.id; in orangefs_remount() 413 struct orangefs_fs_mount_response *fs_mount, in orangefs_fill_sb() 423 ORANGEFS_SB(sb)->root_khandle = fs_mount->root_khandle; in orangefs_fill_sb() 424 ORANGEFS_SB(sb)->fs_id = fs_mount->fs_id; in orangefs_fill_sb() 425 ORANGEFS_SB(sb)->id = fs_mount->id; in orangefs_fill_sb() 496 strncpy(new_op->upcall.req.fs_mount.orangefs_config_server, in orangefs_mount() 502 new_op->upcall.req.fs_mount.orangefs_config_server); in orangefs_mount() 510 if (new_op->downcall.resp.fs_mount in orangefs_mount() 412 orangefs_fill_sb(struct super_block *sb, struct orangefs_fs_mount_response *fs_mount, void *data, int silent) orangefs_fill_sb() argument [all...] |
H A D | downcall.h | 115 struct orangefs_fs_mount_response fs_mount; member
|
H A D | upcall.h | 245 struct orangefs_fs_mount_request_s fs_mount; member
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | super.c | 256 strncpy(new_op->upcall.req.fs_mount.orangefs_config_server, in orangefs_remount() 262 new_op->upcall.req.fs_mount.orangefs_config_server); in orangefs_remount() 280 orangefs_sb->id = new_op->downcall.resp.fs_mount.id; in orangefs_remount() 414 struct orangefs_fs_mount_response *fs_mount, in orangefs_fill_sb() 424 ORANGEFS_SB(sb)->root_khandle = fs_mount->root_khandle; in orangefs_fill_sb() 425 ORANGEFS_SB(sb)->fs_id = fs_mount->fs_id; in orangefs_fill_sb() 426 ORANGEFS_SB(sb)->id = fs_mount->id; in orangefs_fill_sb() 497 strncpy(new_op->upcall.req.fs_mount.orangefs_config_server, in orangefs_mount() 503 new_op->upcall.req.fs_mount.orangefs_config_server); in orangefs_mount() 511 if (new_op->downcall.resp.fs_mount in orangefs_mount() 413 orangefs_fill_sb(struct super_block *sb, struct orangefs_fs_mount_response *fs_mount, void *data, int silent) orangefs_fill_sb() argument [all...] |
H A D | downcall.h | 115 struct orangefs_fs_mount_response fs_mount; member
|
H A D | upcall.h | 245 struct orangefs_fs_mount_request_s fs_mount; member
|
/kernel/liteos_a/fs/vfs/ |
H A D | Makefile | 82 $(LITEOSTHIRDPARTY)/NuttX/fs/mount/fs_mount.c \
|
Completed in 8 milliseconds