Lines Matching refs:VFS
343 VFS has already completed path lookup right before it calls into the filesystem
642 filesystem ownership and mount ownership of a VFS object such as an inode. The
654 All VFS helpers that generate or take uids and gids as arguments use the
656 to catch errors that originate from conflating filesystem and VFS uids and gids.
666 e.g., during ``stat()``, or store ownership information in a shared VFS object
678 Note, whenever a shared VFS object, e.g., a cached ``struct inode`` or a cached
695 kernel ids with ``k`` we will prefix all VFS ids with ``v``. So a mount
707 VFS ids in the mount's idmapping::
712 /* Map the filesystem's userspace id down ito a VFS id in the mount's idmapping. */
719 remapping the caller's VFS ids using the mount's idmapping::
721 /* Map the caller's VFS id up into a userspace id in the mount's idmapping. */
748 id into a VFS id in the mount's idmapping::
754 /* Map the filesystem's userspace id down into a VFS id in the mount's idmapping. */
758 VFS id in the mount's idmapping into a userspace id in the caller's
775 a VFS id according to the mount's idmapping::
814 2. Translate the caller's VFS id into a kernel id in the filesystem's
818 /* Map the VFS id up into a userspace id in the mount's idmapping. */
847 2. Translate the caller's VFS id into a kernel id in the filesystem's
851 /* Map the VFS id up into a userspace id in the mount's idmapping. */
882 2. Translate the kernel id into a VFS id in the mount's idmapping::
888 /* Map the userspace id down into a VFS id in the mounts's idmapping. */
891 3. Map the VFS id up into a userspace id in the caller's idmapping::
919 2. Translate the kernel id into a VFS id in the mount's idmapping::
925 /* Map the userspace id down into a VFS id in the mounts's idmapping. */
928 3. Map the VFS id up into a userspace id in the caller's idmapping::
987 2. Translate the caller's VFS id into a kernel id in the filesystem's
991 /* Map the VFS id up into a userspace id in the mount's idmapping. */
1019 2. Translate the kernel id into a VFS id in the mount's idmapping::
1025 /* Map the userspace id down into a VFS id in the mounts's idmapping. */
1028 3. Map the VFS id up into a userspace id in the caller's idmapping::