Searched refs:l2linesize (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_txnmgr.h178 u8 l2linesize; /* 1: log2 of linesize */ member in struct:linelock
194 u8 l2linesize; /* 1: log2 of linesize */ member in struct:xtlock
H A Djfs_logmgr.h234 __le16 l2linesize; /* 2: log2 of line size */ member in struct:lrd::__anon7444::__anon7445
H A Djfs_txnmgr.c778 linelock->l2linesize = L2DTSLOTSIZE;
782 linelock->l2linesize = L2XTSLOTSIZE;
806 linelock->l2linesize = L2INODESLOTSIZE;
810 linelock->l2linesize = L2DATASLOTSIZE;
1440 lrd->log.redopage.l2linesize = cpu_to_le16(L2INODESLOTSIZE);
1551 lrd->log.redopage.l2linesize = cpu_to_le16(L2DATASLOTSIZE);
1598 lrd->log.redopage.l2linesize = cpu_to_le16(L2DTSLOTSIZE);
1708 lrd->log.redopage.l2linesize = cpu_to_le16(L2XTSLOTSIZE);
H A Djfs_logmgr.c361 int l2linesize; local
402 l2linesize = linelock->l2linesize;
425 src = (u8 *) p + (lv->offset << l2linesize);
426 srclen = lv->length << l2linesize;

Completed in 49 milliseconds