Searched defs:rw_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dpoll_windows.h68 enum rw_type { enum
83 enum rw_type rw; // I/O transfer direction: read *XOR* write (NOT BOTH)
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c258 static int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int probe, size_t len);
333 int rw_type, int lck_type, int probe, size_t len)
342 if ((rw_type == F_WRLCK) && (tdb->read_only || tdb->traverse_read)) {
347 fl.l_type = rw_type;
364 TDB_LOG((tdb, TDB_DEBUG_TRACE,"tdb_brlock failed (fd=%d) at offset %d rw_type=%d lck_type=%d len=%d\n",
365 tdb->fd, offset, rw_type, lck_type, (int)len));
1562 int rw_type, int lck_type, int probe, size_t len)
332 tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int probe, size_t len) argument
1561 transaction_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int probe, size_t len) argument

Completed in 824 milliseconds