Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dinode.h26 #define L2INODESLOTSIZE 7 macro
Djfs_imap.c778 lv->offset = (dioffset + 2 * 128) >> L2INODESLOTSIZE; in diWrite()
789 lv->offset = (dioffset + 3 * 128) >> L2INODESLOTSIZE; in diWrite()
801 lv->offset = dioffset >> L2INODESLOTSIZE; in diWrite()
Djfs_txnmgr.c811 linelock->l2linesize = L2INODESLOTSIZE; in txLock()
1455 lrd->log.redopage.l2linesize = cpu_to_le16(L2INODESLOTSIZE); in diLog()