Home
last modified time | relevance | path

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

12

/linux/fs/nfs/
A Dnfs4idmap.c65 struct idmap *idmap; member
78 if (idmap && idmap->user_ns) in idmap_userns()
426 struct idmap *idmap = pdo->pdo_data; in nfs_idmap_pipe_destroy() local
438 struct idmap *idmap = pdo->pdo_data; in nfs_idmap_pipe_create() local
457 struct idmap *idmap; in nfs_idmap_new() local
498 struct idmap *idmap = clp->cl_idmap; in nfs_idmap_delete() local
588 struct idmap *idmap = (struct idmap *)aux; in nfs_idmap_legacy_upcall() local
603 data->idmap = idmap; in nfs_idmap_legacy_upcall()
671 struct idmap *idmap = (struct idmap *)rpci->private; in idmap_pipe_downcall() local
728 struct idmap *idmap = data->idmap; in idmap_pipe_destroy_msg() local
[all …]
/linux/Documentation/admin-guide/nfs/
A 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 …]
/linux/arch/arm64/kvm/hyp/nvhe/
A Dhyp.lds2 .hyp.idmap.text : { __hyp_section_.hyp.idmap.text = .; *(.idmap.text .idmap.text.*) }
A Dhyp.lds.S15 HYP_SECTION(.idmap.text)
A Dhyp-reloc.S3 .global __hyp_section_.hyp.idmap.text
5 .reloc 0, R_AARCH64_PREL32, __hyp_section_.hyp.idmap.text + 0xab0
7 .reloc 4, R_AARCH64_PREL32, __hyp_section_.hyp.idmap.text + 0xab8
A Dhyp-init.S21 .pushsection .idmap.text, "ax"
/linux/arch/arm/include/asm/
A Dmemory.h355 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()
A Dvmlinux.lds.h38 *(.idmap.text) \
/linux/drivers/net/wwan/
A Dwwan_core.c318 unsigned long *idmap; in __wwan_port_dev_assign_name() local
323 idmap = (unsigned long *)get_zeroed_page(GFP_KERNEL); in __wwan_port_dev_assign_name()
324 if (!idmap) in __wwan_port_dev_assign_name()
336 set_bit(id, idmap); in __wwan_port_dev_assign_name()
341 id = find_first_zero_bit(idmap, max_ports); in __wwan_port_dev_assign_name()
342 free_page((unsigned long)idmap); in __wwan_port_dev_assign_name()
/linux/arch/arm64/kernel/
A Dvmlinux.lds.S80 *(.hyp.idmap.text) \
91 *(.idmap.text) \
A Dcpu-reset.S16 .pushsection .idmap.text, "awx"
A Dhyp-stub.S150 .pushsection .idmap.text, "ax"
A Dvmlinux.lds27 …. = ALIGN((1 << 12)); __hyp_idmap_text_start = .; *(.hyp.idmap.text) __hyp_idmap_text_end = .; __h…
28 . = ALIGN(0x00001000); __idmap_text_start = .; *(.idmap.text) __idmap_text_end = .;
/linux/arch/arm/mm/
A Dproc-arm9tdmi.S44 .pushsection .idmap.text, "ax"
A Dproc-arm7tdmi.S44 .pushsection .idmap.text, "ax"
A Dproc-arm720.S90 .pushsection .idmap.text, "ax"
A Dproc-arm740.S48 .pushsection .idmap.text, "ax"
A Dproc-sa110.S62 .pushsection .idmap.text, "ax"
A Dproc-fa526.S54 .pushsection .idmap.text, "ax"
A DMakefile8 obj-$(CONFIG_MMU) += fault-armv.o flush.o idmap.o ioremap.o \
A Dproc-sa1100.S70 .pushsection .idmap.text, "ax"
A Dproc-arm940.S47 .pushsection .idmap.text, "ax"
A Dproc-v6.S55 .pushsection .idmap.text, "ax"
/linux/arch/arm/mach-tegra/
A Dsleep.S112 .pushsection .idmap.text, "ax"
/linux/include/linux/
A Dnfs_fs_sb.h83 struct idmap * cl_idmap;

Completed in 47 milliseconds

12