Home
last modified time | relevance | path

Searched refs:db_agsize (Results 1 – 4 of 4) sorted by relevance

/fs/jfs/
A Dresize.c303 old_agsize = bmp->db_agsize; /* We need to know if this changes */ in jfs_extendfs()
325 agsizechanged |= (bmp->db_agsize != old_agsize); in jfs_extendfs()
490 j_sb->s_agsize = cpu_to_le32(bmp->db_agsize); in jfs_extendfs()
A Djfs_dmap.c211 bmp->db_agsize = le64_to_cpu(dbmp_le->dn_agsize); in dbMount()
310 dbmp_le->dn_agsize = cpu_to_le64(bmp->db_agsize); in dbSync()
777 if ((blkno & (bmp->db_agsize - 1)) == 0) in dbAlloc()
1017 (extblkno & (bmp->db_agsize - 1)) == 0) { in dbExtend()
1351 if (bmp->db_agsize == BPERDMAP in dbAllocAG()
1352 || bmp->db_agfree[agno] == bmp->db_agsize) { in dbAllocAG()
1355 (bmp->db_agfree[agno] == bmp->db_agsize)) { in dbAllocAG()
2410 bmp->db_agsize) in dbFreeBits()
3403 bmp->db_agsize = (s64)1 << l2agsize; in dbExtendFS()
3658 ag_rem = bmp->db_mapsize & (bmp->db_agsize - 1); /* ??? */ in dbFinalizeBmap()
[all …]
A Djfs_discard.c90 minlen > bmp->db_agsize || in jfs_ioc_trim()
A Djfs_dmap.h242 #define db_agsize db_bmap.dn_agsize macro

Completed in 11 milliseconds