Searched refs:L2INODESLOTSIZE (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_dinode.h26 #define L2INODESLOTSIZE 7 macro
H A Djfs_imap.c783 lv->offset = (dioffset + 2 * 128) >> L2INODESLOTSIZE;
794 lv->offset = (dioffset + 3 * 128) >> L2INODESLOTSIZE;
807 lv->offset = dioffset >> L2INODESLOTSIZE;
H A Djfs_txnmgr.c806 linelock->l2linesize = L2INODESLOTSIZE;
1440 lrd->log.redopage.l2linesize = cpu_to_le16(L2INODESLOTSIZE);

Completed in 90 milliseconds