Linux Kernel FileSystems Sub-system – Tracing VFS APIs – vfs_mknod() vfs_mkdir() vfs_rename()
https://youtu.be/xmE--90dSpY Refer:Wiki - Virtual file system ↗ Linux Kernel:fs/namei.c - vfs_mknod(), vfs_mkdir(), vfs_rename() ↗ Here is the source-code from the Kernel-source version 6.5.9 for quick reference: /** * vfs_mknod -…