Lines Matching defs:root
29 static int affs_show_options(struct seq_file *m, struct dentry *root);
177 {Opt_root, "root=%u"},
190 parse_options(char *options, kuid_t *uid, kgid_t *gid, int *mode, int *reserved, s32 *root,
201 *root = -1;
253 if (match_int(&args[0], root))
295 static int affs_show_options(struct seq_file *m, struct dentry *root)
297 struct super_block *sb = root->d_sb;
315 seq_printf(m, ",root=%u", sbi->s_root_block);
396 /* Try to find root block. Its location depends on the block size. */
413 /* The root block location that was calculated above is not
420 * find the root block anyways. In the above case, it is one
424 pr_debug("Dev %s, trying root=%u, bs=%d, "
444 pr_err("No valid root block on device %s\n", sb->s_id);
543 pr_err("AFFS: Get root inode failed\n");