Searched refs:L2XTSLOTSIZE (Results 1 - 4 of 4) 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.h44 #define L2XTSLOTSIZE 4 macro
H A Djfs_xtree.c74 (le16_to_cpu((P)->header.maxentry) > (((BN)==0)?XTROOTMAXSLOT:PSIZE>>L2XTSLOTSIZE)))\
900 skip) << L2XTSLOTSIZE);
1125 righthalf << L2XTSLOTSIZE);
1130 (middle - skip) << L2XTSLOTSIZE);
1154 n << L2XTSLOTSIZE);
1165 (maxentry - skip) << L2XTSLOTSIZE);
1275 rp->header.maxentry = cpu_to_le16(PSIZE >> L2XTSLOTSIZE);
1286 (nextindex - XTENTRYSTART) << L2XTSLOTSIZE);
1830 1) << L2XTSLOTSIZE);
1897 (nextindex - index - 1) << L2XTSLOTSIZE);
[all...]
H A Djfs_imap.c712 lv->length << L2XTSLOTSIZE);
748 lv->length << L2XTSLOTSIZE);
H A Djfs_txnmgr.c783 linelock->l2linesize = L2XTSLOTSIZE;
1720 lrd->log.redopage.l2linesize = cpu_to_le16(L2XTSLOTSIZE);

Completed in 116 milliseconds