Searched refs:proc_fill_super (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/proc/
H A Droot.c159 static int proc_fill_super(struct super_block *s, struct fs_context *fc) function
196 pr_err("proc_fill_super: get root inode failed\n");
202 pr_err("proc_fill_super: allocate dentry failed\n");
226 return get_tree_nodev(fc, proc_fill_super);

Completed in 127 milliseconds