Searched refs:s_root (Results 1 – 5 of 5) sorted by relevance
267 sb->s_root = d_alloc_root(root); in squashfs_fill_super()268 if (sb->s_root == NULL) { in squashfs_fill_super()
973 char s_root[FMT_SCALED_STRSIZE], s_total[FMT_SCALED_STRSIZE]; in do_df() local1003 strlcpy(s_root, "error", sizeof(s_root)); in do_df()1007 fmt_scaled(st.f_bfree * st.f_frsize, s_root); in do_df()1011 s_total, s_used, s_avail, s_root, s_dcapacity); in do_df()
2312 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()
300 struct dentry *s_root; member
1100 if ((s->s_root = d_alloc_root(root)) == NULL) { in squashfs_read_super()