Searched refs:lck_type (Results 1 – 2 of 2) sorted by relevance
/third_party/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…
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 267 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 363 ret = fcntl(tdb->fd,lck_type,&fl); in tdb_brlock() 370 if (!probe && lck_type != F_SETLK) { in tdb_brlock() 374 tdb->fd, offset, rw_type, lck_type, (int)len)); in tdb_brlock() 1578 int lck_type EXT2FS_ATTR((unused)), in transaction_brlock()
|