ILD
kernel file operation data struct and api
2025-2-20
本文学习如何在内核进行文件的读写等操作。内核结构体本文又引入路径、文件相关的结构体如下:struct filename这个结构体是内核的路径的一种表示。内核提供接口将路径字符串转换成这个结构体。struct filename *getname(const char __user * filename
阅读全文
shared mounts
2025-2-20
之前查看一个mount命令的manual手册的时候,有了解shared mounts的概念,但是并不是清除是咋回事。LWN有一篇很好的文章,介绍的很清楚:Mount namespaces and shared subtreeshttps://lwn.net/Articles/689856/share
阅读全文
上一页
1
...
61
62
63
64
65
下一页
Copyright © linuxdev.cc 2017-2024. Some Rights Reserved.