Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds