Lines Matching defs:root
487 static int isofs_show_options(struct seq_file *m, struct dentry *root)
489 struct isofs_sb_info *sbi = ISOFS_SB(root->d_sb);
504 if (root->d_sb->s_blocksize != 1024)
505 seq_printf(m, ",blocksize=%lu", root->d_sb->s_blocksize);
587 * Check if root directory is empty (has less than 3 files).
589 * Used to detect broken CDs where ISO root directory is empty but Joliet root
615 * Initialize the superblock and read the root inode.
824 * read the root inode. But before reading the root inode
905 * Read the root inode, which _may_ result in changing
914 * Fix for broken CDs with Rock Ridge and empty ISO root directory but
915 * correct Joliet root directory.
920 "ISOFS: primary root directory is empty. "
940 "ISOFS: changing to secondary root\n");
957 /* Make sure the root inode is a directory */
960 "isofs_fill_super: root inode is not a directory. "
975 /* get the root dentry */
995 printk(KERN_WARNING "%s: get root inode failed\n", __func__);