Home
last modified time | relevance | path

Searched refs:targ (Results 1 – 21 of 21) sorted by relevance

/linux/fs/quota/
A Dkqid.c68 qid_t from_kqid(struct user_namespace *targ, struct kqid kqid) in from_kqid() argument
72 return from_kuid(targ, kqid.uid); in from_kqid()
74 return from_kgid(targ, kqid.gid); in from_kqid()
76 return from_kprojid(targ, kqid.projid); in from_kqid()
101 qid_t from_kqid_munged(struct user_namespace *targ, struct kqid kqid) in from_kqid_munged() argument
105 return from_kuid_munged(targ, kqid.uid); in from_kqid_munged()
107 return from_kgid_munged(targ, kqid.gid); in from_kqid_munged()
109 return from_kprojid_munged(targ, kqid.projid); in from_kqid_munged()
/linux/fs/sysfs/
A Dsymlink.c121 void sysfs_delete_link(struct kobject *kobj, struct kobject *targ, in sysfs_delete_link() argument
132 if (targ->sd && kernfs_ns_enabled(kobj->sd)) in sysfs_delete_link()
133 ns = targ->sd->ns; in sysfs_delete_link()
166 int sysfs_rename_link_ns(struct kobject *kobj, struct kobject *targ, in sysfs_rename_link_ns() argument
178 if (targ->sd) in sysfs_rename_link_ns()
179 old_ns = targ->sd->ns; in sysfs_rename_link_ns()
189 if (kn->symlink.target_kn->priv != targ) in sysfs_rename_link_ns()
A Dfile.c610 int sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ, in sysfs_link_change_owner() argument
616 if (!name || !kobj->state_in_sysfs || !targ->state_in_sysfs) in sysfs_link_change_owner()
620 kn = kernfs_find_and_get_ns(kobj->sd, name, targ->sd->ns); in sysfs_link_change_owner()
627 if (kn->symlink.target_kn->priv != targ) in sysfs_link_change_owner()
/linux/tools/testing/selftests/cgroup/
A Dtest_core.c755 struct lesser_ns_open_thread_arg *targ = arg; in lesser_ns_open_thread_fn() local
757 targ->fd = open(targ->path, O_RDWR); in lesser_ns_open_thread_fn()
758 targ->err = errno; in lesser_ns_open_thread_fn()
774 struct lesser_ns_open_thread_arg targ = { .fd = -1 }; in test_cgcore_lesser_ns_open() local
800 targ.path = cg_test_b_procs; in test_cgcore_lesser_ns_open()
803 &targ); in test_cgcore_lesser_ns_open()
813 cg_test_b_procs_fd = targ.fd; in test_cgcore_lesser_ns_open()
/linux/kernel/
A Duser_namespace.c410 uid_t from_kuid(struct user_namespace *targ, kuid_t kuid) in from_kuid() argument
413 return map_id_up(&targ->uid_map, __kuid_val(kuid)); in from_kuid()
435 uid_t from_kuid_munged(struct user_namespace *targ, kuid_t kuid) in from_kuid_munged() argument
438 uid = from_kuid(targ, kuid); in from_kuid_munged()
478 gid_t from_kgid(struct user_namespace *targ, kgid_t kgid) in from_kgid() argument
481 return map_id_up(&targ->gid_map, __kgid_val(kgid)); in from_kgid()
502 gid_t from_kgid_munged(struct user_namespace *targ, kgid_t kgid) in from_kgid_munged() argument
505 gid = from_kgid(targ, kgid); in from_kgid_munged()
545 projid_t from_kprojid(struct user_namespace *targ, kprojid_t kprojid) in from_kprojid() argument
548 return map_id_up(&targ->projid_map, __kprojid_val(kprojid)); in from_kprojid()
[all …]
/linux/drivers/acpi/numa/
A Dhmat.c299 unsigned int init, targ, total_size, ipds, tpds; in hmat_parse_locality() local
331 for (targ = 0; targ < tpds; targ++) { in hmat_parse_locality()
332 value = hmat_normalize(entries[init * tpds + targ], in hmat_parse_locality()
336 inits[init], targs[targ], value, in hmat_parse_locality()
340 target = find_mem_target(targs[targ]); in hmat_parse_locality()
/linux/drivers/scsi/aic7xxx/
A Daic7xxx_osm.c908 if ((instance >= 0) && (targ >= 0) in ahc_linux_setup_tag_info()
910 && (targ < AHC_NUM_TARGETS)) { in ahc_linux_setup_tag_info()
926 int targ; in ahc_parse_brace_option() local
935 targ = -1; in ahc_parse_brace_option()
951 if (targ == -1) in ahc_parse_brace_option()
952 targ = 0; in ahc_parse_brace_option()
962 if (targ != -1) in ahc_parse_brace_option()
963 targ = -1; in ahc_parse_brace_option()
972 else if (targ >= 0) in ahc_parse_brace_option()
973 targ++; in ahc_parse_brace_option()
[all …]
A Daic79xx_osm.c1031 if ((instance >= 0) && (targ >= 0) in ahd_linux_setup_tag_info()
1033 && (targ < AHD_NUM_TARGETS)) { in ahd_linux_setup_tag_info()
1049 int targ; in ahd_parse_brace_option() local
1058 targ = -1; in ahd_parse_brace_option()
1074 if (targ == -1) in ahd_parse_brace_option()
1075 targ = 0; in ahd_parse_brace_option()
1085 if (targ != -1) in ahd_parse_brace_option()
1086 targ = -1; in ahd_parse_brace_option()
1095 else if (targ >= 0) in ahd_parse_brace_option()
1096 targ++; in ahd_parse_brace_option()
[all …]
A Daic79xx_core.c7542 int targ; in ahd_default_config() local
7557 for (targ = 0; targ < AHD_NUM_TARGETS; targ++) { in ahd_default_config()
7564 targ, &tstate); in ahd_default_config()
7571 target_mask = 0x01 << targ; in ahd_default_config()
7601 targ, CAM_LUN_WILDCARD, in ahd_default_config()
7619 int targ; in ahd_parse_cfgdata() local
7636 for (targ = 0; targ < max_targ; targ++) { in ahd_parse_cfgdata()
7644 targ, &tstate); in ahd_parse_cfgdata()
7653 target_mask = 0x01 << targ; in ahd_parse_cfgdata()
7715 targ, CAM_LUN_WILDCARD, in ahd_parse_cfgdata()
[all …]
A Daic7xxx_core.c5694 int targ = SCB_GET_TARGET(ahc, scb); in ahc_match_scb() local
5701 match = ((targ == target) || (target == CAM_TARGET_WILDCARD)); in ahc_match_scb()
/linux/drivers/scsi/elx/libefc/
A Defc_node.h104 if (node->targ) in efc_node_get_enable()
125 bool init, bool targ);
A Defc_node.c45 u32 port_id, bool init, bool targ) in efc_node_alloc() argument
77 node->targ = targ; in efc_node_alloc()
314 node->nport->enable_ini, node->targ); in efc_node_handle_explicit_logo()
315 if (!pend_frames_empty || (node->nport->enable_ini && node->targ)) { in efc_node_handle_explicit_logo()
318 if (node->nport->enable_ini && node->targ) { in efc_node_handle_explicit_logo()
A Defc_device.c216 if (node->init && !node->targ) { in __efc_d_initiate_shutdown()
232 } else if (node->targ && !node->init) { in __efc_d_initiate_shutdown()
248 } else if (node->init && node->targ) { in __efc_d_initiate_shutdown()
293 if (!node->init && !node->targ) { in __efc_d_initiate_shutdown()
367 node->targ = (pp->sp.spp_flags & FCP_SPPF_TARG_FCN) != 0; in efc_process_prli_payload()
1306 if (node->targ) { in __efc_d_device_ready()
1444 labels[(node->targ << 1) | (node->init)], in __efc_d_device_gone()
A Defclib.h348 bool targ; member
A Defc_fabric.c736 if ((node->nport->enable_ini && active_nodes[i]->targ) || in efc_process_gidpt_payload()
775 if (node->nport->enable_ini && newnode->targ) { in efc_process_gidpt_payload()
/linux/include/scsi/
A Dscsi_transport_sas.h110 #define target_to_rphy(targ) \ argument
111 dev_to_rphy((targ)->dev.parent)
/linux/drivers/block/paride/
A Dpg.c422 static void xs(char *buf, char *targ, int len) in xs() argument
430 l = *targ++ = c; in xs()
433 targ--; in xs()
434 *targ = '\0'; in xs()
A Dpf.c562 static void xs(char *buf, char *targ, int offs, int len) in xs() argument
570 l = targ[j++] = buf[k + offs]; in xs()
573 targ[j] = 0; in xs()
A Dpt.c504 static void xs(char *buf, char *targ, int offs, int len) in xs() argument
512 l = targ[j++] = buf[k + offs]; in xs()
515 targ[j] = 0; in xs()
/linux/include/linux/
A Dsysfs.h288 void sysfs_delete_link(struct kobject *dir, struct kobject *targ,
332 int sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ,
565 struct kobject *targ, in sysfs_link_change_owner() argument
/linux/drivers/message/fusion/
A Dmptbase.c6644 int scsi, fc, sas, lan, ctl, targ, dmp; in mpt_version_proc_show() local
6650 scsi = fc = sas = lan = ctl = targ = dmp = 0; in mpt_version_proc_show()
6668 if (!targ++) drvname = "SCSI target"; in mpt_version_proc_show()

Completed in 89 milliseconds