Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dmap.c193 bmp->db_nfree = le64_to_cpu(dbmp_le->dn_nfree); in dbMount()
314 dbmp_le->dn_nfree = cpu_to_le64(bmp->db_nfree); in dbSync()
646 avgfree = (u32)bmp->db_nfree / bmp->db_numag; in dbNextAG()
2330 bmp->db_nfree -= nblocks; in dbAllocBits()
2468 bmp->db_nfree += nblocks; in dbFreeBits()
3382 bmp->db_nfree -= nblocks; in dbAllocDmapBU()
3607 bmp->db_nfree += n; in dbExtendFS()
3724 actfree = bmp->db_nfree - inactfree; in dbFinalizeBmap()
Dsuper.c160 buf->f_bfree = sbi->bmap->db_nfree; in jfs_statfs()
161 buf->f_bavail = sbi->bmap->db_nfree; in jfs_statfs()
172 ((sbi->bmap->db_nfree >> imap->im_l2nbperiext) in jfs_statfs()
Djfs_dmap.h253 #define db_nfree db_bmap.dn_nfree macro