Home
last modified time | relevance | path

Searched refs:s_root (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dsuper.c2312 sb->s_root = d_make_root(root); in ubifs_fill_super()
2313 if (!sb->s_root) { in ubifs_fill_super()
2318 sb->s_root = NULL; in ubifs_fill_super()
2484 if (sb->s_root) { in ubifs_mount()
2508 return dget(sb->s_root); in ubifs_mount()
H A Dubifs.h300 struct dentry *s_root; member