Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_dinode.h13 #define L2INODESLOTSIZE 7 macro
H A Djfs_imap.c763 lv->offset = (dioffset + 2 * 128) >> L2INODESLOTSIZE; in diWrite()
774 lv->offset = (dioffset + 3 * 128) >> L2INODESLOTSIZE; in diWrite()
786 lv->offset = dioffset >> L2INODESLOTSIZE; in diWrite()
H A Djfs_txnmgr.c798 linelock->l2linesize = L2INODESLOTSIZE; in txLock()
1439 lrd->log.redopage.l2linesize = cpu_to_le16(L2INODESLOTSIZE); in diLog()