/Linux-v5.4/fs/quota/ |
D | kqid.c | 68 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-v5.4/fs/sysfs/ |
D | symlink.c | 121 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()
|
/Linux-v5.4/kernel/ |
D | user_namespace.c | 405 uid_t from_kuid(struct user_namespace *targ, kuid_t kuid) in from_kuid() argument 408 return map_id_up(&targ->uid_map, __kuid_val(kuid)); in from_kuid() 430 uid_t from_kuid_munged(struct user_namespace *targ, kuid_t kuid) in from_kuid_munged() argument 433 uid = from_kuid(targ, kuid); in from_kuid_munged() 473 gid_t from_kgid(struct user_namespace *targ, kgid_t kgid) in from_kgid() argument 476 return map_id_up(&targ->gid_map, __kgid_val(kgid)); in from_kgid() 497 gid_t from_kgid_munged(struct user_namespace *targ, kgid_t kgid) in from_kgid_munged() argument 500 gid = from_kgid(targ, kgid); in from_kgid_munged() 540 projid_t from_kprojid(struct user_namespace *targ, kprojid_t kprojid) in from_kprojid() argument 543 return map_id_up(&targ->projid_map, __kprojid_val(kprojid)); in from_kprojid() [all …]
|
/Linux-v5.4/drivers/acpi/hmat/ |
D | hmat.c | 269 unsigned int init, targ, total_size, ipds, tpds; in hmat_parse_locality() local 301 for (targ = 0; targ < tpds; targ++) { in hmat_parse_locality() 302 value = hmat_normalize(entries[init * tpds + targ], in hmat_parse_locality() 306 inits[init], targs[targ], value, in hmat_parse_locality() 310 target = find_mem_target(targs[targ]); in hmat_parse_locality()
|
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 922 ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahc_linux_setup_tag_info() argument 925 if ((instance >= 0) && (targ >= 0) in ahc_linux_setup_tag_info() 927 && (targ < AHC_NUM_TARGETS)) { in ahc_linux_setup_tag_info() 928 aic7xxx_tag_info[instance].tag_commands[targ] = value & 0xff; in ahc_linux_setup_tag_info() 930 printk("tag_info[%d:%d] = %d\n", instance, targ, value); in ahc_linux_setup_tag_info() 943 int targ; in ahc_parse_brace_option() local 952 targ = -1; in ahc_parse_brace_option() 968 if (targ == -1) in ahc_parse_brace_option() 969 targ = 0; in ahc_parse_brace_option() 979 if (targ != -1) in ahc_parse_brace_option() [all …]
|
D | aic79xx_osm.c | 1014 ahd_linux_setup_iocell_info(u_long index, int instance, int targ, int32_t value) in ahd_linux_setup_iocell_info() argument 1044 ahd_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahd_linux_setup_tag_info() argument 1047 if ((instance >= 0) && (targ >= 0) in ahd_linux_setup_tag_info() 1049 && (targ < AHD_NUM_TARGETS)) { in ahd_linux_setup_tag_info() 1050 aic79xx_tag_info[instance].tag_commands[targ] = value & 0x1FF; in ahd_linux_setup_tag_info() 1052 printk("tag_info[%d:%d] = %d\n", instance, targ, value); in ahd_linux_setup_tag_info() 1065 int targ; in ahd_parse_brace_option() local 1074 targ = -1; in ahd_parse_brace_option() 1090 if (targ == -1) in ahd_parse_brace_option() 1091 targ = 0; in ahd_parse_brace_option() [all …]
|
D | aic79xx_core.c | 7583 int targ; in ahd_default_config() local 7598 for (targ = 0; targ < AHD_NUM_TARGETS; targ++) { in ahd_default_config() 7605 targ, &tstate); in ahd_default_config() 7612 target_mask = 0x01 << targ; in ahd_default_config() 7642 targ, CAM_LUN_WILDCARD, in ahd_default_config() 7660 int targ; in ahd_parse_cfgdata() local 7677 for (targ = 0; targ < max_targ; targ++) { in ahd_parse_cfgdata() 7685 targ, &tstate); in ahd_parse_cfgdata() 7694 target_mask = 0x01 << targ; in ahd_parse_cfgdata() 7698 if (sc->device_flags[targ] & CFDISC) { in ahd_parse_cfgdata() [all …]
|
D | aic7xxx_core.c | 5725 int targ = SCB_GET_TARGET(ahc, scb); in ahc_match_scb() local 5732 match = ((targ == target) || (target == CAM_TARGET_WILDCARD)); in ahc_match_scb()
|
/Linux-v5.4/include/scsi/ |
D | scsi_transport_sas.h | 109 #define target_to_rphy(targ) \ argument 110 dev_to_rphy((targ)->dev.parent)
|
/Linux-v5.4/arch/arm/kvm/hyp/ |
D | hyp-entry.S | 126 .macro vect_br val, targ 134 beq \targ
|
/Linux-v5.4/drivers/block/paride/ |
D | pg.c | 422 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()
|
D | pf.c | 603 static void xs(char *buf, char *targ, int offs, int len) in xs() argument 611 l = targ[j++] = buf[k + offs]; in xs() 614 targ[j] = 0; in xs()
|
D | pt.c | 504 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-v5.4/include/linux/ |
D | sysfs.h | 273 void sysfs_delete_link(struct kobject *dir, struct kobject *targ,
|
/Linux-v5.4/drivers/message/fusion/ |
D | mptbase.c | 6658 int scsi, fc, sas, lan, ctl, targ, dmp; in mpt_version_proc_show() local 6664 scsi = fc = sas = lan = ctl = targ = dmp = 0; in mpt_version_proc_show() 6682 if (!targ++) drvname = "SCSI target"; in mpt_version_proc_show()
|