Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/fs/nfs/
Dnfs4idmap.c65 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 …]
/kernel/linux/linux-5.10/Documentation/admin-guide/nfs/
Dnfs-idmapper.rst9 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 …]
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dvmlinux.lds.S54 *(.hyp.idmap.text) \
64 *(.idmap.text) \
Dcpu-reset.S16 .pushsection .idmap.text, "awx"
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dmemory.h370 static inline phys_addr_t idmap_to_phys(unsigned long idmap) in idmap_to_phys() argument
372 phys_addr_t addr = idmap; in idmap_to_phys()
Dvmlinux.lds.h51 *(.idmap.text) \
/kernel/linux/linux-5.10/arch/arm/mm/
Dproc-arm9tdmi.S44 .pushsection .idmap.text, "ax"
Dproc-arm7tdmi.S44 .pushsection .idmap.text, "ax"
Dproc-arm720.S90 .pushsection .idmap.text, "ax"
Dproc-arm740.S48 .pushsection .idmap.text, "ax"
Dproc-sa110.S62 .pushsection .idmap.text, "ax"
Dproc-fa526.S54 .pushsection .idmap.text, "ax"
DMakefile8 obj-$(CONFIG_MMU) += fault-armv.o flush.o idmap.o ioremap.o \
Dproc-sa1100.S70 .pushsection .idmap.text, "ax"
Dproc-v6.S55 .pushsection .idmap.text, "ax"
Dproc-arm940.S47 .pushsection .idmap.text, "ax"
Dproc-arm1022.S82 .pushsection .idmap.text, "ax"
Dproc-arm1020e.S82 .pushsection .idmap.text, "ax"
Dproc-arm1026.S82 .pushsection .idmap.text, "ax"
Dproc-arm922.S76 .pushsection .idmap.text, "ax"
Dproc-mohawk.S59 .pushsection .idmap.text, "ax"
Dproc-arm920.S74 .pushsection .idmap.text, "ax"
/kernel/linux/linux-5.10/arch/arm/mach-tegra/
Dsleep.S112 .pushsection .idmap.text, "ax"
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
Dhyp-init.S20 .pushsection .hyp.idmap.text, "ax"
/kernel/linux/linux-5.10/include/linux/
Dnfs_fs_sb.h82 struct idmap * cl_idmap;

12