Searched refs:isRop (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 Dstreamcache.c57 Stream_t *open_root_dir(unsigned char drive, int flags, int *isRop) argument
69 Fs = fs_init(drive, flags, isRop);
H A Dfs.h36 Stream_t *fs_init(char drive, int mode, int *isRop);
H A Dinit.c109 int *isRop)
153 isRop ? mode | O_RDWR: mode,
158 } else if(isRop &&
218 if(isRop)
219 *isRop = isRo;
224 Stream_t *fs_init(char drive, int mode, int *isRop) argument
258 &maxSize, isRop);
106 find_device(char drive, int mode, struct device *out_dev, struct bootsector *boot, char *name, int *media, mt_size_t *maxSize, int *isRop) argument
H A Dllong.h108 int *isRop);
H A Dmainloop.h75 Stream_t *open_root_dir(unsigned char drivename, int flags, int *isRop);
H A Dmlabel.c118 int *isRop=NULL; local
189 isRop = &isRo;
191 RootDir = open_root_dir(argv[optind][0], isRop ? 0 : O_RDWR, isRop);

Completed in 61 milliseconds