Home
last modified time | relevance | path

Searched refs:nfree (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/
Dxfs_fsops.c161 xfs_rfsblock_t nfree; in xfs_growfs_data_private() local
217 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()
/fs/f2fs/
Dgc.c674 int nfree = 0; in f2fs_gc() local
682 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()
/fs/nilfs2/
Dalloc.c144 unsigned long nfree; in nilfs_palloc_group_desc_nfrees() local
147 nfree = le32_to_cpu(desc->pg_nfrees); in nilfs_palloc_group_desc_nfrees()
149 return nfree; in nilfs_palloc_group_desc_nfrees()
/fs/jfs/
Djfs_dmap.h162 __le32 nfree; /* 4: num of free blks in this dmap */ member
Djfs_dmap.c2294 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()