Searched refs:nfree (Results 1 – 5 of 5) sorted by relevance
161 xfs_rfsblock_t nfree; in xfs_growfs_data_private() local217 nfree = 0; in xfs_growfs_data_private()372 nfree += be32_to_cpu(arec->ar_blockcount); in xfs_growfs_data_private()403 xfs_trans_agblocks_delta(tp, nfree); in xfs_growfs_data_private()455 if (nfree) in xfs_growfs_data_private()456 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, nfree); in xfs_growfs_data_private()
674 int nfree = 0; in f2fs_gc() local682 if (gc_type == BG_GC && has_not_enough_free_secs(sbi, nfree)) { in f2fs_gc()696 nfree++; in f2fs_gc()700 if (has_not_enough_free_secs(sbi, nfree)) in f2fs_gc()
144 unsigned long nfree; in nilfs_palloc_group_desc_nfrees() local147 nfree = le32_to_cpu(desc->pg_nfrees); in nilfs_palloc_group_desc_nfrees()149 return nfree; in nilfs_palloc_group_desc_nfrees()
162 __le32 nfree; /* 4: num of free blks in this dmap */ member
2294 le32_add_cpu(&dp->nfree, -nblocks); in dbAllocBits()2438 le32_add_cpu(&dp->nfree, nblocks); in dbFreeBits()3345 le32_add_cpu(&dp->nfree, -nblocks); in dbAllocDmapBU()3770 dp->nblocks = dp->nfree = cpu_to_le32(nblocks); in dbInitDmap()3780 le32_add_cpu(&dp->nfree, nblocks); in dbInitDmap()