Lines Matching defs:root
146 * Check the root directory of the filesystem to make sure
159 return "no qnx4 filesystem (no root dir).";
164 bh = sb_bread(sb, rd + j); /* root dir, first block */
166 return "unable to read root entry.";
189 struct inode *root;
224 /* does root not have inode number QNX4_ROOT_INO ?? */
225 root = qnx4_iget(s, QNX4_ROOT_INO * QNX4_INODES_PER_BLOCK);
226 if (IS_ERR(root)) {
228 return PTR_ERR(root);
231 s->s_root = d_make_root(root);