Searched refs:PBLK2LBLK (Results 1 – 2 of 2) sorted by relevance
/fs/jfs/ | ||
D | jfs_filsys.h | 142 #define PBLK2LBLK(sb,b) ((b) >> (sb->s_blocksize_bits - L2PBSIZE)) macro |
D | jfs_imap.c | 3125 dip->di_nblocks = cpu_to_le64(PBLK2LBLK(ip->i_sb, ip->i_blocks)); in copy_to_dinode() |