Searched refs:tlock (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Dtraverse.c32 static int tdb_next_lock(struct tdb_context *tdb, struct tdb_traverse_lock *tlock, argument
35 int want_next = (tlock->off != 0);
38 for (; tlock->hash < tdb->header.hash_size; tlock->hash++) {
39 if (!tlock->off && tlock->hash != 0) {
68 tdb->methods->next_hash_chain(tdb, &tlock->hash);
69 if (tlock->hash == tdb->header.hash_size) {
74 if (tdb_lock(tdb, tlock->hash, tlock
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_txnmgr.h48 lid_t next; /* index of first tlock of tid */
49 lid_t last; /* index of last tlock of tid */
95 struct tlock { struct
111 extern struct tlock *TxLock; /* transaction lock table */
114 * tlock flag
132 * tlock type
160 * at tlock.lock: watch for alignment;
211 * at tlock.lock/linelock: watch for alignment;
215 * free maplock (i.e., number of maplock) in the tlock;
293 extern struct tlock *txLoc
[all...]
H A Djfs_txnmgr.c27 * tlock is acquired at the time of update;
29 * tlock and mp points to each other;
30 * (no hashlist for mp -> tlock).
33 * tlock on in-memory inode:
34 * in-place tlock in the in-memory inode itself;
37 * tlock during write()/mmap() under anonymous transaction (tid = 0):
70 wait_queue_head_t freelockwait; /* eventlist of free tlock */
111 struct tlock *TxLock; /* transaction lock table */
159 int waitlock; /* 4: # of tlock wait */
166 struct tlock * tlc
1069 txLinelock(struct linelock * tlock) argument
[all...]
H A Djfs_xtree.c551 struct tlock *tlck;
707 struct tlock *tlck;
973 struct tlock *tlck;
1235 struct tlock *tlck;
1374 struct tlock *tlck;
1536 struct tlock *tlck;
1538 struct tlock *mtlck;
1570 * acquire tlock of the leaf page containing original entry
1720 struct tlock *tlck;
1743 * acquire tlock o
[all...]
H A Djfs_dtree.c307 struct tlock *tlck;
347 struct tlock *tlck;
833 struct tlock *tlck;
952 struct tlock *tlck;
1352 struct tlock *tlck;
1660 struct tlock *tlck;
1894 struct tlock *tlck;
2092 struct tlock *tlck;
2247 struct tlock *tlck;
2457 struct tlock *tlc
[all...]
H A Djfs_logmgr.c176 struct lrd * lrd, struct tlock * tlck);
238 struct tlock * tlck)
357 struct tlock * tlck)
H A Djfs_imap.c616 struct tlock *ditlck, *tlck;
669 * N.B. tlock is acquired on ipimap not ip;
679 * (tlock is taken from inline B+-tree root in in-memory
681 * by jfs_ip->blid as well as being on tx tlock list)
775 jfs_err("diWrite: UFO tlock");
877 struct tlock *tlck;
1254 /* acquire tlock of the iag page of the freed ixad
H A Dnamei.c1087 struct tlock *tlck;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c1201 static int tdb_next_lock(TDB_CONTEXT *tdb, struct tdb_traverse_lock *tlock, argument
1204 int want_next = (tlock->off != 0);
1207 for (; tlock->hash < tdb->header.hash_size; tlock->hash++) {
1208 if (tdb_lock(tdb, tlock->hash, F_WRLCK) == -1)
1212 if (!tlock->off) {
1213 if (ofs_read(tdb, TDB_HASH_TOP(tlock->hash),
1214 &tlock->off) == -1)
1218 if (unlock_record(tdb, tlock->off) != 0)
1224 if (rec_read(tdb, tlock
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c1216 static int tdb_next_lock(TDB_CONTEXT *tdb, struct tdb_traverse_lock *tlock, argument
1219 int want_next = (tlock->off != 0);
1226 for (; tlock->hash < tdb->header.hash_size; tlock->hash++) {
1227 if (tdb_lock(tdb, tlock->hash, F_WRLCK) == -1)
1231 if (!tlock->off) {
1232 if (ofs_read(tdb, TDB_HASH_TOP(tlock->hash),
1233 &tlock->off) == -1)
1237 if (unlock_record(tdb, tlock->off) != 0)
1243 if (rec_read(tdb, tlock
[all...]

Completed in 207 milliseconds