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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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):
69 wait_queue_head_t freelockwait; /* eventlist of free tlock */
110 struct tlock *TxLock; /* transaction lock table */
158 int waitlock; /* 4: # of tlock wait */
165 struct tlock * tlc
1064 txLinelock(struct linelock * tlock) argument
[all...]
H A Djfs_xtree.c810 struct tlock *tlck;
967 struct tlock *tlck;
1236 struct tlock *tlck;
1500 struct tlock *tlck;
1637 struct tlock *tlck;
1800 struct tlock *tlck;
1802 struct tlock *mtlck;
1834 * acquire tlock of the leaf page containing original entry
1985 struct tlock *tlck;
2008 * acquire tlock o
[all...]
H A Djfs_dtree.c306 struct tlock *tlck;
346 struct tlock *tlck;
833 struct tlock *tlck;
952 struct tlock *tlck;
1355 struct tlock *tlck;
1662 struct tlock *tlck;
1899 struct tlock *tlck;
2095 struct tlock *tlck;
2250 struct tlock *tlck;
2460 struct tlock *tlc
[all...]
H A Djfs_logmgr.c174 struct lrd * lrd, struct tlock * tlck);
225 struct tlock * tlck)
344 struct tlock * tlck)
H A Djfs_imap.c615 struct tlock *ditlck, *tlck;
668 * N.B. tlock is acquired on ipimap not ip;
678 * (tlock is taken from inline B+-tree root in in-memory
680 * by jfs_ip->blid as well as being on tx tlock list)
774 jfs_err("diWrite: UFO tlock");
888 struct tlock *tlck;
1266 /* acquire tlock of the iag page of the freed ixad
H A Dnamei.c1070 struct tlock *tlck;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c1236 static int tdb_next_lock(TDB_CONTEXT *tdb, struct tdb_traverse_lock *tlock, argument
1239 int want_next = (tlock->off != 0);
1242 for (; tlock->hash < tdb->header.hash_size; tlock->hash++) {
1243 if (tdb_lock(tdb, tlock->hash, F_WRLCK) == -1)
1247 if (!tlock->off) {
1248 if (ofs_read(tdb, TDB_HASH_TOP(tlock->hash),
1249 &tlock->off) == -1)
1253 if (unlock_record(tdb, tlock->off) != 0)
1259 if (rec_read(tdb, tlock
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 133 milliseconds