VFS之mnt命名空间

来源:互联网 发布:网络影视拍摄许可证 编辑:程序博客网 时间:2024/05/16 04:56
 内核针对文件系统设置的命名空间:
struct mnt_namespace { atomic_t  count; struct ns_common ns; struct mount * root; struct list_head list; struct user_namespace *user_ns; struct ucounts  *ucounts; u64   seq; /* Sequence number to prevent loops */ wait_queue_head_t poll; u64 event; unsigned int  mounts; /* # of mounts in the namespace */ unsigned int  pending_mounts;};
 
 
 
0 0
原创粉丝点击