/Linux-v4.19/fs/nfs/ |
D | nfs4idmap.c | 63 struct idmap *idmap; member 66 struct idmap { struct 270 const char *type, struct idmap *idmap) in nfs_idmap_request_key() argument 282 mutex_lock(&idmap->idmap_mutex); in nfs_idmap_request_key() 284 desc, "", 0, idmap); in nfs_idmap_request_key() 285 mutex_unlock(&idmap->idmap_mutex); in nfs_idmap_request_key() 296 size_t data_size, struct idmap *idmap) in nfs_idmap_get_key() argument 304 rkey = nfs_idmap_request_key(name, namelen, type, idmap); in nfs_idmap_get_key() 340 size_t buflen, struct idmap *idmap) in nfs_idmap_lookup_name() argument 347 ret = nfs_idmap_get_key(id_str, id_len, type, buf, buflen, idmap); in nfs_idmap_lookup_name() [all …]
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | idmapper.txt | 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 33 This will direct all id_resolver requests to the program /usr/sbin/nfs.idmap. 35 expire. This parameter is optional for /usr/sbin/nfs.idmap. When the timeout 36 is not specified, nfs.idmap will default to 600 seconds. 51 create id_resolver * * /usr/sbin/nfs.idmap %k %d 600 56 /usr/sbin/nfs.idmap will handle gid, user, and group lookups. 63 nfs.idmap [all …]
|
/Linux-v4.19/arch/arm/kernel/ |
D | vmlinux.lds.h | 42 *(.idmap.text) \ 46 *(.hyp.idmap.text) \
|
D | sleep.S | 102 .pushsection .idmap.text,"ax"
|
/Linux-v4.19/arch/arm/include/asm/ |
D | idmap.h | 9 #define __idmap __section(.idmap.text) noinline notrace
|
D | memory.h | 326 static inline phys_addr_t idmap_to_phys(unsigned long idmap) in idmap_to_phys() argument 328 phys_addr_t addr = idmap; in idmap_to_phys()
|
/Linux-v4.19/arch/arm64/kernel/ |
D | vmlinux.lds.S | 38 *(.hyp.idmap.text) \ 47 *(.idmap.text) \
|
D | cpu-reset.S | 19 .pushsection .idmap.text, "awx"
|
/Linux-v4.19/arch/arm/mm/ |
D | proc-arm9tdmi.S | 48 .pushsection .idmap.text, "ax"
|
D | proc-arm7tdmi.S | 48 .pushsection .idmap.text, "ax"
|
D | proc-arm720.S | 104 .pushsection .idmap.text, "ax"
|
D | proc-arm740.S | 52 .pushsection .idmap.text, "ax"
|
D | proc-sa110.S | 65 .pushsection .idmap.text, "ax"
|
D | proc-fa526.S | 59 .pushsection .idmap.text, "ax"
|
D | Makefile | 8 obj-$(CONFIG_MMU) += fault-armv.o flush.o idmap.o ioremap.o \
|
D | proc-sa1100.S | 73 .pushsection .idmap.text, "ax"
|
D | proc-v6.S | 58 .pushsection .idmap.text, "ax"
|
D | proc-arm940.S | 51 .pushsection .idmap.text, "ax"
|
D | proc-arm1020e.S | 96 .pushsection .idmap.text, "ax"
|
/Linux-v4.19/arch/arm64/kvm/ |
D | hyp-init.S | 28 .pushsection .hyp.idmap.text, "ax"
|
/Linux-v4.19/arch/arm/mach-tegra/ |
D | sleep.S | 124 .pushsection .idmap.text, "ax"
|
/Linux-v4.19/include/linux/ |
D | nfs_fs_sb.h | 78 struct idmap * cl_idmap;
|
/Linux-v4.19/Documentation/arm64/ |
D | memory.txt | 93 GICv2 gets mapped next to the HYP idmap page, as do vectors when
|
/Linux-v4.19/kernel/bpf/ |
D | verifier.c | 4352 static bool check_ids(u32 old_id, u32 cur_id, struct idpair *idmap) in check_ids() argument 4357 if (!idmap[i].old) { in check_ids() 4359 idmap[i].old = old_id; in check_ids() 4360 idmap[i].cur = cur_id; in check_ids() 4363 if (idmap[i].old == old_id) in check_ids() 4364 return idmap[i].cur == cur_id; in check_ids() 4373 struct idpair *idmap) in regsafe() argument 4435 return check_ids(rold->id, rcur->id, idmap); in regsafe() 4454 if (rold->id && !check_ids(rold->id, rcur->id, idmap)) in regsafe() 4477 struct idpair *idmap) in stacksafe() argument [all …]
|
/Linux-v4.19/arch/arm/kvm/ |
D | init.S | 50 .pushsection .hyp.idmap.text,"ax"
|