默默的一块石头
发布时间:2019-05-20 16:13:37
#define nr_open_default bits_per_longstruct fdtable { unsigned int max_fds; struct file __rcu **fd; /* current fd array */ unsigned long *close_on_exec; unsigned long *open_fds; struct rcu_head rcu;};/* open file table structure */struct files_struct {&nbs.........
发布时间:2019-05-06 21:29:40
struct nameidata { struct path path; struct qstr last; struct path root; struct inode *inode; /* path.dentry.d_inode */ unsigned int flags; unsigned seq, m_seq; int last_type; unsigned depth; char *saved_names[max_nested_links 1];};......
发布时间:2019-05-06 16:24:13
chroot......