Home
last modified time | relevance | path

Searched refs:lck_type (Results 1 – 2 of 2) sorted by relevance

/external/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…
/external/e2fsprogs/lib/ext2fs/
Dtdb.c260 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