Home
last modified time | relevance | path

Searched refs:rw_type (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Dtest_memoryview.py29 return filter(None, [self.ro_type, self.rw_type])
77 if not self.rw_type:
79 tp = self.rw_type
80 b = self.rw_type(self._source)
201 if not self.rw_type:
203 m = self.check_attributes_with_type(self.rw_type)
337 tp = self.rw_type
406 rw_type = bytearray variable in BaseBytesMemoryTests
413 rw_type = lambda self, b: array.array('i', list(b)) member in BaseArrayMemoryTests
/third_party/e2fsprogs/lib/ext2fs/tdb/patches/
Dstatic-prototypes13 -int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int probe, si…
37 +static int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int pr…
/third_party/f2fs-tools/tools/
Df2fs_io_parse.c46 enum rw_type { enum
/third_party/e2fsprogs/lib/ext2fs/
Dtdb.c267 static int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int pro…
342 int rw_type, int lck_type, int probe, size_t len) in tdb_brlock() argument
351 if ((rw_type == F_WRLCK) && (tdb->read_only || tdb->traverse_read)) { in tdb_brlock()
356 fl.l_type = rw_type; in tdb_brlock()
374 tdb->fd, offset, rw_type, lck_type, (int)len)); in tdb_brlock()
1577 int rw_type EXT2FS_ATTR((unused)), in transaction_brlock()