Searched refs:RootDir (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmlabel.c105 Stream_t *RootDir; local
182 FREE(&RootDir);
191 RootDir = open_root_dir(argv[optind][0], isRop ? 0 : O_RDWR, isRop);
196 if(!RootDir) {
201 initializeDirentry(&entry, RootDir);
205 FREE(&RootDir);
257 FREE(&RootDir);
266 result = mwrite_one(RootDir,newLabel,0,labelit,NULL,&ch) ?
272 Fs = GetFs(RootDir);
314 FREE(&RootDir);
[all...]
H A Dmdir.c58 static Stream_t *RootDir; variable
197 RootDir = OpenRoot(Stream);
203 initializeDirentry(&entry, RootDir);
256 if(RootDir && !fast) {
258 mt_off_t bytes = getfree(RootDir);
266 ((Fs_t*)GetFs(RootDir))->freeSpace = 0;
267 bytes = getfree(RootDir);
276 FREE(&RootDir);
594 RootDir = 0;
H A Dmformat.c283 Stream_t *RootDir; local
294 RootDir = OpenRoot((Stream_t *)Fs);
295 if(!RootDir){
310 WRITES(RootDir, buf, sectorsToBytes((Stream_t*)Fs, i),
315 mwrite_one(RootDir,label, 0, labelit, NULL,&ch);
317 FREE(&RootDir);
H A Dmainloop.c424 Stream_t *RootDir; local
448 RootDir = mp->File = open_root_dir(drive, open_mode, NULL);
459 FREE(&RootDir);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dqnx4_fs.h82 struct qnx4_inode_entry RootDir; member in struct:qnx4_super_block
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/qnx4/
H A Dinode.c189 if (*(qnx4_sb(sb)->sb->RootDir.di_fname) != '/') {
193 rd = le32_to_cpu(qnx4_sb(sb)->sb->RootDir.di_first_xtnt.xtnt_blk) - 1;
194 rl = le32_to_cpu(qnx4_sb(sb)->sb->RootDir.di_first_xtnt.xtnt_size);

Completed in 69 milliseconds