Searched refs:lck_type (Results 1 – 2 of 2) 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/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 260 static int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int pro… 335 int rw_type, int lck_type, int probe, size_t len) in tdb_brlock() argument 356 ret = fcntl(tdb->fd,lck_type,&fl); in tdb_brlock() 363 if (!probe && lck_type != F_SETLK) { in tdb_brlock() 367 tdb->fd, offset, rw_type, lck_type, (int)len)); in tdb_brlock() 1564 int rw_type, int lck_type, int probe, size_t len) in transaction_brlock() argument
|