Lines Matching refs:into

14 An idmapping is essentially a translation of a range of ids into another or the
37 idmapping is an order isomorphism from ``U`` into ``K``. So ``U`` and ``K`` are
50 dealing with subsets we can embedd idmappings into each other, i.e. we can
126 of userspace ids into a range of kernel ids::
173 immediately translated into a kernel id according to the idmapping associated
211 then translate ``k11000`` into a userspace id in the second idmapping using the
214 /* Map the kernel id up into a userspace id in the second idmapping. */
220 /* Map the userspace id down into a kernel id in the second idmapping. */
223 /* Map the kernel id up into a userspace id in the first idmapping. */
232 into a kernel id according to the idmapping associated with the filesystem.
261 kernel id in the first idmapping into a kernel id in the second idmapping we
264 1. Map the kernel id up into a userspace id in the first idmapping::
266 /* Map the kernel id up into a userspace id in the first idmapping. */
269 2. Map the userspace id down into a kernel id in the second idmapping::
271 /* Map the userspace id down into a kernel id in the second idmapping. */
285 1. Map the kernel id up into a userspace id in the second idmapping::
287 /* Map the kernel id up into a userspace id in the second idmapping. */
290 2. Map the userspace id down into a kernel id in the first idmapping::
292 /* Map the userspace id down into a kernel id in the first idmapping. */
307 /* Map the userspace id down into a kernel id in the first idmapping. */
310 /* INVALID: Map the kernel id down into a kernel id in the second idmapping. */
316 /* Map the kernel id up into a userspace id in the first idmapping. */
319 /* INVALID: Map the userspace id up into a userspace id in the second idmapping. */
330 /* Map the userspace id down into a kernel id. */
333 /* Map the kernel id up into a userspace id. */
336 We will take an abbreviated look into how idmappings figure into creating
338 VFS has already completed path lookup right before it calls into the filesystem
352 1. Map the caller's userspace ids down into kernel ids in the caller's
361 the kernel id back up into a userspace id when writing to disk.
368 kernel maps the caller's userspace id down into a kernel id according to the
383 1. Map the caller's userspace ids into kernel ids in the caller's idmapping::
408 1. Map the caller's userspace ids down into kernel ids in the caller's
419 successfully mapped down into kernel ids in the caller's idmapping the kernel
436 1. Map the caller's userspace ids down into kernel ids in the caller's
459 kernel ids map up into valid userspace ids in the caller's idmapping
481 1. Map the userspace id on disk down into a kernel id in the filesystem's
486 2. Map the kernel id up into a userspace id in the caller's idmapping::
507 1. Map the userspace id on disk down into a kernel id in the filesystem's
512 2. Map the kernel id up into a userspace id in the caller's idmapping::
526 1. Map the userspace id on disk down into a kernel id in the filesystem's
531 2. Map the kernel id up into a userspace id in the caller's idmapping::
560 files below it can be crossmapped from the filesystem's into the container's
630 The ``i_*id_into_mnt()`` functions translate filesystem's kernel ids into
633 /* Map the filesystem's kernel id up into a userspace id in the filesystem's idmapping. */
641 The ``mapped_fs*id()`` functions translate the caller's kernel ids into
645 /* Map the caller's kernel id up into a userspace id in the mount's idmapping. */
648 /* Map the mount's userspace id down into a kernel id in the filesystem's idmapping. */
668 into a kernel id in the mount's idmapping::
671 /* Map the filesystem's kernel id up into a userspace id. */
678 kernel id in the mount's idmapping into a userspace id in the caller's
693 first call ``mapped_fs*id()`` thereby translating the caller's kernel id into
697 /* Map the caller's kernel id up into a userspace id in the mount's idmapping. */
700 /* Map the mount's userspace id down into a kernel id in the filesystem's idmapping. */
703 When finally writing to disk the kernel will then map ``k21000`` up into a
728 1. Map the caller's userspace ids into kernel ids in the caller's idmapping::
732 2. Translate the caller's kernel id into a kernel id in the filesystem's
736 /* Map the kernel id up into a userspace id in the mount's idmapping. */
739 /* Map the userspace id down into a kernel id in the filesystem's idmapping. */
761 1. Map the caller's userspace ids into kernel ids in the caller's idmapping::
765 2. Translate the caller's kernel id into a kernel id in the filesystem's
769 /* Map the kernel id up into a userspace id in the mount's idmapping. */
772 /* Map the userspace id down into a kernel id in the filesystem's idmapping. */
795 1. Map the userspace id on disk down into a kernel id in the filesystem's
800 2. Translate the kernel id into a kernel id in the mount's idmapping::
803 /* Map the kernel id up into a userspace id in the filesystem's idmapping. */
806 /* Map the userspace id down into a kernel id in the mounts's idmapping. */
809 3. Map the kernel id up into a userspace id in the caller's idmapping::
814 idmapping. With the idmapped mount in place it now can be crossmapped into the
831 1. Map the userspace id on disk down into a kernel id in the filesystem's
836 2. Translate the kernel id into a kernel id in the mount's idmapping::
839 /* Map the kernel id up into a userspace id in the filesystem's idmapping. */
842 /* Map the userspace id down into a kernel id in the mounts's idmapping. */
845 3. Map the kernel id up into a userspace id in the caller's idmapping::
850 idmapping. With the idmapped mount in place it now can be crossmapped into the
899 1. Map the caller's userspace ids into kernel ids in the caller's idmapping::
903 2. Translate the caller's kernel id into a kernel id in the filesystem's
907 /* Map the kernel id up into a userspace id in the mount's idmapping. */
910 /* Map the userspace id down into a kernel id in the filesystem's idmapping. */
930 1. Map the userspace id on disk down into a kernel id in the filesystem's
935 2. Translate the kernel id into a kernel id in the mount's idmapping::
938 /* Map the kernel id up into a userspace id in the filesystem's idmapping. */
941 /* Map the userspace id down into a kernel id in the mounts's idmapping. */
944 3. Map the kernel id up into a userspace id in the caller's idmapping::
983 caller's kernel id into a kernel id in the filesystem's idmapping via
987 /* Map the kernel id up into a userspace id in the mount's idmapping. */
990 /* Map the userspace id down into a kernel id in the filesystem's idmapping. */
997 /* Map the kernel id up into a userspace id in the mount's idmapping. */
1000 /* Map the userspace id down into a kernel id in the filesystem's idmapping. */
1004 id into a mount's kernel id::
1007 /* Map the kernel id up into a userspace id in the filesystem's idmapping. */
1010 /* Map the userspace id down into a kernel id in the mounts's idmapping. */
1018 /* Map the kernel id up into a userspace id in the filesystem's idmapping. */
1021 /* Map the userspace id down into a kernel id in the mounts's idmapping. */