Searched refs:db_nfree (Results 1 – 3 of 3) sorted by relevance
192 bmp->db_nfree = le64_to_cpu(dbmp_le->dn_nfree); in dbMount()284 dbmp_le->dn_nfree = cpu_to_le64(bmp->db_nfree); in dbSync()610 avgfree = (u32)bmp->db_nfree / bmp->db_numag; in dbNextAG()2190 bmp->db_nfree -= nblocks; in dbAllocBits()2328 bmp->db_nfree += nblocks; in dbFreeBits()3244 bmp->db_nfree -= nblocks; in dbAllocDmapBU()3469 bmp->db_nfree += n; in dbExtendFS()3587 actfree = bmp->db_nfree - inactfree; in dbFinalizeBmap()
151 buf->f_bfree = sbi->bmap->db_nfree; in jfs_statfs()152 buf->f_bavail = sbi->bmap->db_nfree; in jfs_statfs()163 ((sbi->bmap->db_nfree >> imap->im_l2nbperiext) in jfs_statfs()
253 #define db_nfree db_bmap.dn_nfree macro