Home
last modified time | relevance | path

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

/fs/qnx4/
A Dinode.c160 struct qnx4_inode_entry *rootdir; in qnx4_checkroot() local
173 rootdir = (struct qnx4_inode_entry *) bh->b_data; in qnx4_checkroot()
174 for (i = 0; i < QNX4_INODES_PER_BLOCK; i++, rootdir++) { in qnx4_checkroot()
175 QNX4DEBUG((KERN_INFO "rootdir entry found : [%s]\n", rootdir->di_fname)); in qnx4_checkroot()
176 if (strcmp(rootdir->di_fname, QNX4_BMNAME) != 0) in qnx4_checkroot()
178 qnx4_sb(sb)->BitMap = kmemdup(rootdir, in qnx4_checkroot()
/fs/udf/
A Dsuper.c2156 struct kernel_lb_addr rootdir, fileset; in udf_fill_super() local
2280 ret = udf_find_fileset(sb, &fileset, &rootdir); in udf_fill_super()
2302 inode = udf_iget(sb, &rootdir); in udf_fill_super()
2305 rootdir.logicalBlockNum, rootdir.partitionReferenceNum); in udf_fill_super()

Completed in 15 milliseconds