Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_dinode.h26 #define L2INODESLOTSIZE 7 macro
Djfs_imap.c804 lv->offset = (dioffset + 2 * 128) >> L2INODESLOTSIZE; in diWrite()
815 lv->offset = (dioffset + 3 * 128) >> L2INODESLOTSIZE; in diWrite()
828 lv->offset = dioffset >> L2INODESLOTSIZE; in diWrite()
Djfs_txnmgr.c764 linelock->l2linesize = L2INODESLOTSIZE; in txLock()
1386 lrd->log.redopage.l2linesize = cpu_to_le16(L2INODESLOTSIZE); in diLog()