Searched refs:s_root (Results 1 – 2 of 2) sorted by relevance
2310 sb->s_root = d_make_root(root); in ubifs_fill_super()2311 if (!sb->s_root) { in ubifs_fill_super()2316 sb->s_root = NULL; in ubifs_fill_super()2485 if (sb->s_root) { in ubifs_mount()2509 return dget(sb->s_root); in ubifs_mount()
301 struct dentry *s_root; member