Home
last modified time | relevance | path

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

/Linux-v6.1/fs/jfs/
Djfs_dmap.h121 #define BLKTOAG(b,sbi) ((b) >> ((sbi)->bmap->db_agl2size))
127 ((s64)(a) << (JFS_SBI((ip)->i_sb)->bmap->db_agl2size))
243 #define db_agl2size db_bmap.dn_agl2size macro
Djfs_dmap.c196 bmp->db_agl2size = le32_to_cpu(dbmp_le->dn_agl2size); in dbMount()
288 dbmp_le->dn_agl2size = cpu_to_le32(bmp->db_agl2size); in dbSync()
729 if (l2nb > bmp->db_agl2size) { in dbAlloc()
752 agno = blkno >> bmp->db_agl2size; in dbAlloc()
1304 if (l2nb > bmp->db_agl2size) { in dbAllocAG()
1313 blkno = (s64) agno << bmp->db_agl2size; in dbAllocAG()
2217 agno = blkno >> bmp->db_agl2size; in dbAllocBits()
2360 agno = blkno >> bmp->db_agl2size; in dbFreeBits()
3273 agno = blkno >> bmp->db_agl2size; in dbAllocDmapBU()
3348 oldl2agsize = bmp->db_agl2size; in dbExtendFS()
[all …]
Djfs_imap.c2246 hint = ((s64) agno << sbi->bmap->db_agl2size) - 1; in diNewExt()
2892 n = agstart >> mp->db_agl2size; in diExtendFS()
2893 iagp->agstart = cpu_to_le64((s64)n << mp->db_agl2size); in diExtendFS()