Searched refs:lockfhp (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_fcntl.c87 if (fcntl(env->lockfhp->fd, F_SETLKW, &k_lock))
100 if (fcntl(env->lockfhp->fd, F_SETLK, &k_lock))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_region.c103 env->db_mode, &env->lockfhp)) == 0)
119 env, infop->name, 0, DB_OSO_REGION, 0, &env->lockfhp)) != 0)
152 env->lockfhp, &mbytes, &bytes, NULL)) != 0) {
177 if ((ret = __os_read(env, env->lockfhp, &ref,
205 (void)__os_closehandle(env, env->lockfhp);
206 env->lockfhp = NULL;
468 env, env->lockfhp, &ref, sizeof(ref), &nrw)) != 0) {
482 if (env->lockfhp != NULL) {
483 (void)__os_closehandle(env, env->lockfhp);
484 env->lockfhp
[all...]
H A Denv_stat.c420 STAT_ISSET("Lockfhp", env->lockfhp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h570 DB_FH *lockfhp; /* fcntl(2) locking file handle */ member in struct:__env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h569 DB_FH *lockfhp; /* fcntl(2) locking file handle */ member in struct:__env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h568 DB_FH *lockfhp; /* fcntl(2) locking file handle */ member in struct:__env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h572 DB_FH *lockfhp; /* fcntl(2) locking file handle */ member in struct:__env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h569 DB_FH *lockfhp; /* fcntl(2) locking file handle */ member in struct:__env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h569 DB_FH *lockfhp; /* fcntl(2) locking file handle */ member in struct:__env

Completed in 198 milliseconds