Home
last modified time | relevance | path

Searched refs:idmap (Results 1 – 25 of 40) sorted by relevance

12

/Linux-v4.19/fs/nfs/
Dnfs4idmap.c63 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/
Didmapper.txt9 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/
Dvmlinux.lds.h42 *(.idmap.text) \
46 *(.hyp.idmap.text) \
Dsleep.S102 .pushsection .idmap.text,"ax"
/Linux-v4.19/arch/arm/include/asm/
Didmap.h9 #define __idmap __section(.idmap.text) noinline notrace
Dmemory.h326 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/
Dvmlinux.lds.S38 *(.hyp.idmap.text) \
47 *(.idmap.text) \
Dcpu-reset.S19 .pushsection .idmap.text, "awx"
/Linux-v4.19/arch/arm/mm/
Dproc-arm9tdmi.S48 .pushsection .idmap.text, "ax"
Dproc-arm7tdmi.S48 .pushsection .idmap.text, "ax"
Dproc-arm720.S104 .pushsection .idmap.text, "ax"
Dproc-arm740.S52 .pushsection .idmap.text, "ax"
Dproc-sa110.S65 .pushsection .idmap.text, "ax"
Dproc-fa526.S59 .pushsection .idmap.text, "ax"
DMakefile8 obj-$(CONFIG_MMU) += fault-armv.o flush.o idmap.o ioremap.o \
Dproc-sa1100.S73 .pushsection .idmap.text, "ax"
Dproc-v6.S58 .pushsection .idmap.text, "ax"
Dproc-arm940.S51 .pushsection .idmap.text, "ax"
Dproc-arm1020e.S96 .pushsection .idmap.text, "ax"
/Linux-v4.19/arch/arm64/kvm/
Dhyp-init.S28 .pushsection .hyp.idmap.text, "ax"
/Linux-v4.19/arch/arm/mach-tegra/
Dsleep.S124 .pushsection .idmap.text, "ax"
/Linux-v4.19/include/linux/
Dnfs_fs_sb.h78 struct idmap * cl_idmap;
/Linux-v4.19/Documentation/arm64/
Dmemory.txt93 GICv2 gets mapped next to the HYP idmap page, as do vectors when
/Linux-v4.19/kernel/bpf/
Dverifier.c4352 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/
Dinit.S50 .pushsection .hyp.idmap.text,"ax"

12