Lines Matching full:down
30 and write down the mappings it will generate::
59 ``u1000`` from the upper idmapset down to ``k11000`` in the lower idmapset.
64 mapping ``k11000`` up to ``u1000``. Afterwards, we can map ``u1000`` down using
66 idmapping would map ``u1000`` down to ``21000``. The third idmapping would map
67 ``u1000`` down to ``u31000``.
98 Instead of "left to right" we can also say "down" and instead of "right to
99 left" we can also say "up". Obviously mapping down and up invert each other.
115 idmapping and we want to know what this id maps down to in the lower idmapset
116 of the second idmapping. This means we're mapping down in the second
210 and we are mapping ``u1000`` down to ``k11000`` in the first idmapping . We can
220 /* Map the userspace id down into a kernel id in the second idmapping. */
231 For example, when the kernel reads a raw userspace id from disk it maps it down
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. */
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. */
326 The concepts of mapping an id down or mapping an id up are expressed in the two
330 /* Map the userspace id down into a kernel id. */
352 1. Map the caller's userspace ids down into kernel ids in the caller's
368 kernel maps the caller's userspace id down into a kernel id according to the
391 ``fsuidgid_has_mapping()`` which ultimately boils down to calling
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
461 1. Map raw userspace ids down to kernel ids in the filesystem's idmapping::
481 1. Map the userspace id on disk down into a kernel id in the filesystem's
507 1. Map the userspace id on disk down into a kernel id in the filesystem's
526 1. Map the userspace id on disk down into a kernel id in the filesystem's
636 /* Map the filesystem's userspace id down ito a kernel id in the mount's idmapping. */
648 /* Map the mount's userspace id down into a kernel id in the filesystem's idmapping. */
674 /* Map the filesystem's userspace id down ito a kernel id in the mount's idmapping. */
700 /* Map the mount's userspace id down into a kernel id in the filesystem's idmapping. */
739 /* Map the userspace id down into a kernel id in the filesystem'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
806 /* Map the userspace id down into a kernel id in the mounts's idmapping. */
831 1. Map the userspace id on disk down into a kernel id in the filesystem's
842 /* Map the userspace id down into a kernel id in the mounts'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
941 /* Map the userspace id down into a kernel id in the mounts's idmapping. */
990 /* Map the userspace id down into a kernel id in the filesystem's idmapping. */
1000 /* Map the userspace id down into a kernel id in the filesystem's idmapping. */
1010 /* Map the userspace id down into a kernel id in the mounts's idmapping. */
1021 /* Map the userspace id down into a kernel id in the mounts's idmapping. */