Home
last modified time | relevance | path

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

/fs/qnx4/
Dinode.c155 struct qnx4_inode_entry *rootdir; in qnx4_checkroot() local
168 rootdir = (struct qnx4_inode_entry *) bh->b_data; in qnx4_checkroot()
169 for (i = 0; i < QNX4_INODES_PER_BLOCK; i++, rootdir++) { in qnx4_checkroot()
170 QNX4DEBUG((KERN_INFO "rootdir entry found : [%s]\n", rootdir->di_fname)); in qnx4_checkroot()
171 if (strcmp(rootdir->di_fname, QNX4_BMNAME) != 0) in qnx4_checkroot()
173 qnx4_sb(sb)->BitMap = kmemdup(rootdir, in qnx4_checkroot()
/fs/udf/
Dsuper.c2113 struct kernel_lb_addr rootdir, fileset; in udf_fill_super() local
2262 ret = udf_find_fileset(sb, &fileset, &rootdir); in udf_fill_super()
2284 inode = udf_iget(sb, &rootdir); in udf_fill_super()
2287 rootdir.logicalBlockNum, rootdir.partitionReferenceNum); in udf_fill_super()