Lines Matching full:second

62 what id ``k11000`` corresponds to in the second or third idmapping. The
65 either the second idmapping mapping or third idmapping mapping. The second
77 the full range of the second idmapping.). Neither the second or third idmapping
79 an id mapped. We can simply say that ``u1000`` is unmapped in the second and
114 Now assume we are given the id ``u1100`` in the upper idmapset of the second
116 of the second idmapping. This means we're mapping down in the second
211 then translate ``k11000`` into a userspace id in the second idmapping using the
212 kernel idmapset of the second idmapping::
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. */
261 kernel id in the first idmapping into a kernel id in the second idmapping we
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. */
310 /* INVALID: Map the kernel id down into a kernel id in the second idmapping. */
319 /* INVALID: Map the userspace id up into a userspace id in the second idmapping. */
360 The second step is important as regular filesystem will ultimately need to map
362 So with the second step the kernel guarantees that a valid userspace id can be
390 For this second step the kernel will call the function
457 Second, the caller will usually not be able to create any files or access
568 This would still leave ``dir`` rather useless to the second container. In fact,
570 for the second container.