Searched refs:xtlck (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_xtree.c552 struct xtlock *xtlck; local
654 xtlck = (struct xtlock *) & tlck->lock;
655 xtlck->lwm.offset =
656 (xtlck->lwm.offset) ? min(index,
657 (int)xtlck->lwm.offset) : index;
658 xtlck->lwm.length =
659 le16_to_cpu(p->header.nextindex) - xtlck->lwm.offset;
708 struct xtlock *xtlck; local
745 xtlck = (struct xtlock *) & tlck->lock;
746 xtlck
1236 struct xtlock *xtlck; local
1375 struct xtlock *xtlck = NULL; local
1537 struct xtlock *xtlck = 0; local
1721 struct xtlock *xtlck = NULL; local
2186 struct xtlock *xtlck; local
2350 struct xtlock *xtlck; local
2422 struct xtlock *xtlck; local
2567 struct xtlock *xtlck; local
3178 struct xtlock *xtlck = NULL; local
3735 struct xtlock *xtlck = NULL; local
[all...]
H A Djfs_txnmgr.c599 struct xtlock *xtlck; local
785 xtlck = (struct xtlock *) linelock;
786 xtlck->header.offset = 0;
787 xtlck->header.length = 2;
790 xtlck->lwm.offset = XTENTRYSTART;
796 xtlck->lwm.offset =
799 xtlck->lwm.length = 0; /* ! */
800 xtlck->twm.offset = 0;
801 xtlck->hwm.offset = 0;
803 xtlck
1708 struct xtlock *xtlck; local
2585 struct tlock *xtlck, *tlck; local
[all...]

Completed in 61 milliseconds