/linux-6.1.9/fs/nfs/ ! |
D | nfs4idmap.c | 65 struct idmap *idmap; member 68 struct idmap { struct 76 static struct user_namespace *idmap_userns(const struct idmap *idmap) in idmap_userns() argument 78 if (idmap && idmap->user_ns) in idmap_userns() 79 return idmap->user_ns; in idmap_userns() 280 const char *type, struct idmap *idmap) in nfs_idmap_request_key() argument 290 if (!idmap->user_ns || idmap->user_ns == &init_user_ns) in nfs_idmap_request_key() 293 mutex_lock(&idmap->idmap_mutex); in nfs_idmap_request_key() 295 desc, NULL, "", 0, idmap); in nfs_idmap_request_key() 296 mutex_unlock(&idmap->idmap_mutex); in nfs_idmap_request_key() [all …]
|
/linux-6.1.9/Documentation/admin-guide/nfs/ ! |
D | nfs-idmapper.rst | 9 or by placing a call to the rpc.idmap daemon. 19 legacy rpc.idmap daemon for the id mapping. This result will be stored 20 in a custom NFS idmap cache. 31 ``create id_resolver * * /usr/sbin/nfs.idmap %k %d 600`` 34 This will direct all id_resolver requests to the program /usr/sbin/nfs.idmap. 36 expire. This parameter is optional for /usr/sbin/nfs.idmap. When the timeout 37 is not specified, nfs.idmap will default to 600 seconds. 53 ``create id_resolver * * /usr/sbin/nfs.idmap %k %d 600`` 59 /usr/sbin/nfs.idmap will handle gid, user, and group lookups. 65 nfs.idmap [all …]
|
/linux-6.1.9/arch/arm64/include/asm/ ! |
D | mmu_context.h | 108 static inline void __cpu_install_idmap(pgd_t *idmap) in __cpu_install_idmap() argument 114 cpu_switch_mm(lm_alias(idmap), &init_mm); in __cpu_install_idmap() 150 static inline void cpu_replace_ttbr1(pgd_t *pgdp, pgd_t *idmap) in cpu_replace_ttbr1() argument 173 __cpu_install_idmap(idmap); in cpu_replace_ttbr1()
|
/linux-6.1.9/arch/arm64/kvm/hyp/nvhe/ ! |
D | hyp.lds.S | 15 HYP_SECTION(.idmap.text)
|
D | hyp-init.S | 21 .pushsection .idmap.text, "ax"
|
/linux-6.1.9/arch/arm64/kernel/ ! |
D | cpu-reset.S | 17 .pushsection .idmap.text, "awx"
|
D | vmlinux.lds.S | 80 *(.hyp.idmap.text) \ 91 *(.idmap.text) \
|
D | hyp-stub.S | 214 .pushsection .idmap.text, "ax"
|
/linux-6.1.9/arch/arm/include/asm/ ! |
D | memory.h | 355 static inline phys_addr_t idmap_to_phys(unsigned long idmap) in idmap_to_phys() argument 357 phys_addr_t addr = idmap; in idmap_to_phys()
|
D | vmlinux.lds.h | 51 *(.idmap.text) \
|
/linux-6.1.9/drivers/net/wwan/ ! |
D | wwan_core.c | 385 unsigned long *idmap; in __wwan_port_dev_assign_name() local 390 idmap = (unsigned long *)get_zeroed_page(GFP_KERNEL); in __wwan_port_dev_assign_name() 391 if (!idmap) in __wwan_port_dev_assign_name() 403 set_bit(id, idmap); in __wwan_port_dev_assign_name() 408 id = find_first_zero_bit(idmap, max_ports); in __wwan_port_dev_assign_name() 409 free_page((unsigned long)idmap); in __wwan_port_dev_assign_name()
|
/linux-6.1.9/arch/arm/mm/ ! |
D | proc-arm9tdmi.S | 44 .pushsection .idmap.text, "ax"
|
D | proc-arm7tdmi.S | 44 .pushsection .idmap.text, "ax"
|
D | proc-arm720.S | 90 .pushsection .idmap.text, "ax"
|
D | proc-arm740.S | 48 .pushsection .idmap.text, "ax"
|
D | proc-sa110.S | 62 .pushsection .idmap.text, "ax"
|
D | proc-fa526.S | 54 .pushsection .idmap.text, "ax"
|
D | Makefile | 8 obj-$(CONFIG_MMU) += fault-armv.o flush.o idmap.o ioremap.o \
|
D | proc-sa1100.S | 70 .pushsection .idmap.text, "ax"
|
D | proc-arm940.S | 47 .pushsection .idmap.text, "ax"
|
D | proc-v6.S | 55 .pushsection .idmap.text, "ax"
|
D | proc-arm922.S | 76 .pushsection .idmap.text, "ax"
|
/linux-6.1.9/arch/arm/mach-tegra/ ! |
D | sleep.S | 112 .pushsection .idmap.text, "ax"
|
/linux-6.1.9/include/linux/ ! |
D | nfs_fs_sb.h | 83 struct idmap * cl_idmap;
|
/linux-6.1.9/arch/arm/kernel/ ! |
D | sleep.S | 109 .pushsection .idmap.text,"ax"
|