Lines Matching full:translate
42 that make it easier to understand how we can translate between idmappings. For
51 sensibly translate between different idmappings. For example, assume we've been
75 we would fail to translate as the sets aren't order isomorphic over the full
192 We've already seen briefly that it is possible to translate between different
211 then translate ``k11000`` into a userspace id in the second idmapping using the
251 It is possible to translate a kernel id from one idmapping to another one via
260 and we are given ``k11000`` in the first idmapping. In order to translate this
274 As you can see we used the userspace idmapset in both idmappings to translate
604 is then used to translate from the caller's idmapping to the filesystem's
624 Idmapping functions were added that translate between idmappings. They make use
630 The ``i_*id_into_mnt()`` functions translate filesystem's kernel ids into
641 The ``mapped_fs*id()`` functions translate the caller's kernel ids into
732 2. Translate the caller's kernel id into a kernel id in the filesystem's
765 2. Translate the caller's kernel id into a kernel id in the filesystem's
800 2. Translate the kernel id into a kernel id in the mount's idmapping::
836 2. Translate the kernel id into a kernel id in the mount's idmapping::
857 We've seen above how idmapped mounts can be used to translate between
903 2. Translate the caller's kernel id into a kernel id in the filesystem's
935 2. Translate the kernel id into a kernel id in the mount's idmapping::