Home
last modified time | relevance | path

Searched defs:targ (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/fs/quota/
H A Dkqid.c68 qid_t from_kqid(struct user_namespace *targ, struct kqid kqid) in from_kqid() argument
101 from_kqid_munged(struct user_namespace *targ, struct kqid kqid) from_kqid_munged() argument
[all...]
/kernel/linux/linux-6.6/fs/quota/
H A Dkqid.c68 qid_t from_kqid(struct user_namespace *targ, struct kqid kqid) in from_kqid() argument
101 from_kqid_munged(struct user_namespace *targ, struct kqid kqid) from_kqid_munged() argument
[all...]
/kernel/linux/linux-5.10/fs/sysfs/
H A Dsymlink.c121 void sysfs_delete_link(struct kobject *kobj, struct kobject *targ, in sysfs_delete_link() argument
166 int sysfs_rename_link_ns(struct kobject *kobj, struct kobject *targ, in sysfs_rename_link_ns() argument
H A Dfile.c591 int sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ, in sysfs_link_change_owner() argument
/kernel/linux/linux-6.6/fs/sysfs/
H A Dsymlink.c121 void sysfs_delete_link(struct kobject *kobj, struct kobject *targ, in sysfs_delete_link() argument
166 int sysfs_rename_link_ns(struct kobject *kobj, struct kobject *targ, in sysfs_rename_link_ns() argument
H A Dfile.c610 int sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ, in sysfs_link_change_owner() argument
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H A Dtest_core.c755 struct lesser_ns_open_thread_arg *targ = arg; in lesser_ns_open_thread_fn() local
774 struct lesser_ns_open_thread_arg targ = { .fd = -1 }; in test_cgcore_lesser_ns_open() local
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_core.c755 struct lesser_ns_open_thread_arg *targ = arg; in lesser_ns_open_thread_fn() local
774 struct lesser_ns_open_thread_arg targ = { .fd = -1 }; in test_cgcore_lesser_ns_open() local
/kernel/linux/linux-5.10/drivers/block/paride/
H A Dpg.c422 static void xs(char *buf, char *targ, int len) in xs() argument
H A Dpt.c504 static void xs(char *buf, char *targ, int offs, int len) in xs() argument
H A Dpf.c604 static void xs(char *buf, char *targ, int offs, int len) in xs() argument
/kernel/linux/linux-5.10/drivers/acpi/numa/
H A Dhmat.c299 unsigned int init, targ, total_size, ipds, tpds; in hmat_parse_locality() local
/kernel/linux/linux-6.6/drivers/acpi/numa/
H A Dhmat.c298 unsigned int init, targ, total_size, ipds, tpds; in hmat_parse_locality() local
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/
H A Defc_node.c44 efc_node_alloc(struct efc_nport *nport, u32 port_id, bool init, bool targ) efc_node_alloc() argument
H A Defclib.h350 bool targ; member
/kernel/linux/linux-5.10/include/linux/
H A Dsysfs.h556 sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ, const char *name, kuid_t kuid, kgid_t kgid) sysfs_link_change_owner() argument
/kernel/linux/linux-5.10/kernel/
H A Duser_namespace.c406 uid_t from_kuid(struct user_namespace *targ, kuid_t kuid) in from_kuid() argument
431 uid_t from_kuid_munged(struct user_namespace *targ, kuid_t kuid) in from_kuid_munged() argument
474 from_kgid(struct user_namespace *targ, kgid_t kgid) from_kgid() argument
498 from_kgid_munged(struct user_namespace *targ, kgid_t kgid) from_kgid_munged() argument
541 from_kprojid(struct user_namespace *targ, kprojid_t kprojid) from_kprojid() argument
566 from_kprojid_munged(struct user_namespace *targ, kprojid_t kprojid) from_kprojid_munged() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dsysfs.h580 sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ, const char *name, kuid_t kuid, kgid_t kgid) sysfs_link_change_owner() argument
/kernel/linux/linux-6.6/kernel/
H A Duser_namespace.c427 uid_t from_kuid(struct user_namespace *targ, kuid_t kuid) in from_kuid() argument
452 uid_t from_kuid_munged(struct user_namespace *targ, kuid_t kuid) in from_kuid_munged() argument
495 from_kgid(struct user_namespace *targ, kgid_t kgid) from_kgid() argument
519 from_kgid_munged(struct user_namespace *targ, kgid_t kgid) from_kgid_munged() argument
562 from_kprojid(struct user_namespace *targ, kprojid_t kprojid) from_kprojid() argument
587 from_kprojid_munged(struct user_namespace *targ, kprojid_t kprojid) from_kprojid_munged() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c906 ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahc_linux_setup_tag_info() argument
927 int targ; in ahc_parse_brace_option() local
[all...]
H A Daic79xx_osm.c1000 ahd_linux_setup_iocell_info(u_long index, int instance, int targ, int32_t value) in ahd_linux_setup_iocell_info() argument
1030 ahd_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahd_linux_setup_tag_info() argument
1051 int targ; in ahd_parse_brace_option() local
[all...]
H A Daic7xxx_core.c5697 int targ = SCB_GET_TARGET(ahc, scb); in ahc_match_scb() local
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c994 ahd_linux_setup_iocell_info(u_long index, int instance, int targ, int32_t value) in ahd_linux_setup_iocell_info() argument
1024 ahd_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahd_linux_setup_tag_info() argument
1045 int targ; in ahd_parse_brace_option() local
[all...]
H A Daic7xxx_osm.c905 ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahc_linux_setup_tag_info() argument
926 int targ; in ahc_parse_brace_option() local
[all...]
/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptbase.c6659 int scsi, fc, sas, lan, ctl, targ, dmp; in mpt_version_proc_show() local

Completed in 46 milliseconds

12