Home
last modified time | relevance | path

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

/fs/qnx4/
Dinode.c308 struct qnx4_inode_entry *rootdir; in qnx4_checkroot() local
325 rootdir = (struct qnx4_inode_entry *) (bh->b_data + i * QNX4_DIR_ENTRY_SIZE); in qnx4_checkroot()
326 if (rootdir->di_fname != NULL) { in qnx4_checkroot()
327 QNX4DEBUG(("Rootdir entry found : [%s]\n", rootdir->di_fname)); in qnx4_checkroot()
328 if (!strncmp(rootdir->di_fname, QNX4_BMNAME, sizeof QNX4_BMNAME)) { in qnx4_checkroot()
335 …memcpy( qnx4_sb(sb)->BitMap, rootdir, sizeof( struct qnx4_inode_entry ) ); /* keep bitmap inode kn… in qnx4_checkroot()
/fs/udf/
Dsuper.c199 unsigned int rootdir; member
414 uopt->rootdir = 0xFFFFFFFF; in udf_parse_options()
511 uopt->rootdir = option; in udf_parse_options()
1851 kernel_lb_addr rootdir, fileset; in udf_fill_super() local
1975 if (udf_find_fileset(sb, &fileset, &rootdir)) { in udf_fill_super()
1994 inode = udf_iget(sb, rootdir); in udf_fill_super()
1998 rootdir.logicalBlockNum, rootdir.partitionReferenceNum); in udf_fill_super()