Home
last modified time | relevance | path

Searched refs:MT_STAT (Results 1 – 11 of 11) sorted by relevance

/external/mtools/
Ddevices.c184 struct MT_STAT *buf) in set_parameters()
291 struct MT_STAT *buf) in set_parameters()
418 struct MT_STAT *buf) in set_parameters()
532 struct MT_STAT *buf) in set_parameters()
781 struct MT_STAT *buf) in set_parameters()
864 struct MT_STAT *statbuf) in init_geom()
983 struct MT_STAT *statbuf) in init_geom()
1095 struct MT_STAT *statbuf) in init_geom()
Dunixdir.c34 struct MT_STAT statbuf;
154 if(MT_STAT(filename, &This->statbuf) < 0) { in OpenDir()
Dmcopy.c109 struct MT_STAT stbuf; in _unix_write()
127 if (!MT_STAT(unixFile, &stbuf)) { in _unix_write()
128 struct MT_STAT srcStbuf; in _unix_write()
204 struct MT_STAT buf; in makeUnixDir()
205 if(MT_STAT(filename, &buf) < 0) in makeUnixDir()
Dmisc.c100 struct MT_STAT sbuf; in open_mcwd()
106 if (MT_STAT(file, &sbuf) < 0) in open_mcwd()
Dmzip.c76 struct MT_STAT st_dev, st_mnt; in test_mounted()
83 if (MT_STAT (dev, &st_dev)) { in test_mounted()
120 if (MT_STAT (mnt->mnt_fsname, &st_mnt)) { in test_mounted()
Dsysincludes.h619 #define MT_STAT stat64 macro
623 #define MT_STAT stat macro
Dmainloop.c132 struct MT_STAT buf; in unix_loop()
655 struct MT_STAT buf; in mpBuildUnixFilename()
656 if (!MT_STAT(ret, &buf) && !S_ISDIR(buf.st_mode)) in mpBuildUnixFilename()
Ddevices.h166 struct MT_STAT statbuf; in UNUSED()
Dmtools.h147 struct MT_STAT *statbuf);
Dmformat.c802 struct MT_STAT stbuf; in get_lba_geom()
1226 struct MT_STAT stbuf; in mformat()
Dplain_io.c44 struct MT_STAT statbuf;