Home
last modified time | relevance | path

Searched refs:isRop (Results 1 – 6 of 6) sorted by relevance

/external/mtools/
Dinit.c138 int *isRop) in find_device() argument
180 isRop ? mode | O_RDWR: mode, in find_device()
185 } else if(isRop && in find_device()
245 if(isRop) in find_device()
246 *isRop = isRo; in find_device()
251 Stream_t *fs_init(char drive, int mode, int *isRop) in fs_init() argument
283 &maxSize, isRop); in fs_init()
Dstreamcache.c57 Stream_t *open_root_dir(unsigned char drive, int flags, int *isRop) in open_root_dir() argument
69 Fs = fs_init(drive, flags, isRop); in open_root_dir()
Dmlabel.c131 int *isRop=NULL; in mlabel() local
204 isRop = &isRo; in mlabel()
212 RootDir = open_root_dir(drive, isRop ? 0 : O_RDWR, isRop); in mlabel()
Dfs.h36 Stream_t *fs_init(char drive, int mode, int *isRop);
Dmainloop.h82 Stream_t *open_root_dir(unsigned char drivename, int flags, int *isRop);
Dstream.h104 int *isRop);