Lines Matching refs:md
493 struct ncp_mount_data* md = (struct ncp_mount_data*)raw_data; in ncp_fill_super() local
495 data.flags = md->flags; in ncp_fill_super()
497 data.mounted_uid = make_kuid(current_user_ns(), md->mounted_uid); in ncp_fill_super()
498 data.wdog_pid = find_get_pid(md->wdog_pid); in ncp_fill_super()
499 data.ncp_fd = md->ncp_fd; in ncp_fill_super()
500 data.time_out = md->time_out; in ncp_fill_super()
501 data.retry_count = md->retry_count; in ncp_fill_super()
502 data.uid = make_kuid(current_user_ns(), md->uid); in ncp_fill_super()
503 data.gid = make_kgid(current_user_ns(), md->gid); in ncp_fill_super()
504 data.file_mode = md->file_mode; in ncp_fill_super()
505 data.dir_mode = md->dir_mode; in ncp_fill_super()
507 memcpy(data.mounted_vol, md->mounted_vol, in ncp_fill_super()
513 struct ncp_mount_data_v4* md = (struct ncp_mount_data_v4*)raw_data; in ncp_fill_super() local
515 data.flags = md->flags; in ncp_fill_super()
516 data.mounted_uid = make_kuid(current_user_ns(), md->mounted_uid); in ncp_fill_super()
517 data.wdog_pid = find_get_pid(md->wdog_pid); in ncp_fill_super()
518 data.ncp_fd = md->ncp_fd; in ncp_fill_super()
519 data.time_out = md->time_out; in ncp_fill_super()
520 data.retry_count = md->retry_count; in ncp_fill_super()
521 data.uid = make_kuid(current_user_ns(), md->uid); in ncp_fill_super()
522 data.gid = make_kgid(current_user_ns(), md->gid); in ncp_fill_super()
523 data.file_mode = md->file_mode; in ncp_fill_super()
524 data.dir_mode = md->dir_mode; in ncp_fill_super()