Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_filsys.h100 #define L2DISIZE 9 /* log2(DISIZE) */ macro
H A Djfs_mount.c380 sbi->l2niperblk = sbi->l2bsize - L2DISIZE; in chkSuper()
H A Djfs_imap.c644 dioffset = (ino & (INOSPERPAGE - 1)) << L2DISIZE; in diWrite()