Searched refs:rw_type (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | static-prototypes | 13 -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…
|
/external/f2fs-tools/tools/ |
D | f2fs_io_parse.c | 46 enum rw_type { enum
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 258 static int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int pro… 333 int rw_type, int lck_type, int probe, size_t len) in tdb_brlock() argument 342 if ((rw_type == F_WRLCK) && (tdb->read_only || tdb->traverse_read)) { in tdb_brlock() 347 fl.l_type = rw_type; in tdb_brlock() 365 tdb->fd, offset, rw_type, lck_type, (int)len)); in tdb_brlock() 1562 int rw_type, int lck_type, int probe, size_t len) in transaction_brlock() argument
|