Searched refs:nfree (Results 1 – 4 of 4) sorted by relevance
/fs/xfs/ |
D | xfs_fsops.c | 138 xfs_rfsblock_t nfree; in xfs_growfs_data_private() local 190 nfree = 0; in xfs_growfs_data_private() 286 nfree += be32_to_cpu(arec->ar_blockcount); in xfs_growfs_data_private() 309 xfs_trans_agblocks_delta(tp, nfree); in xfs_growfs_data_private() 354 if (nfree) in xfs_growfs_data_private() 355 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, nfree); in xfs_growfs_data_private()
|
/fs/xfs/quota/ |
D | xfs_qm.c | 2145 int ndqused, nfree, n; in xfs_qm_shake() local 2152 nfree = xfs_Gqm->qm_dqfreelist.qh_nelems; /* free dquots */ in xfs_qm_shake() 2154 ndqused = atomic_read(&xfs_Gqm->qm_totaldquots) - nfree; in xfs_qm_shake() 2158 if (nfree <= ndqused && nfree < ndquot) in xfs_qm_shake() 2162 n = nfree - ndqused - ndquot; /* # over target */ in xfs_qm_shake() 2164 return xfs_qm_shake_freelist(MAX(nfree, n)); in xfs_qm_shake()
|
/fs/jfs/ |
D | jfs_dmap.h | 162 __le32 nfree; /* 4: num of free blks in this dmap */ member
|
D | jfs_dmap.c | 2175 le32_add_cpu(&dp->nfree, -nblocks); in dbAllocBits() 2319 le32_add_cpu(&dp->nfree, nblocks); in dbFreeBits() 3229 le32_add_cpu(&dp->nfree, -nblocks); in dbAllocDmapBU() 3654 dp->nblocks = dp->nfree = cpu_to_le32(nblocks); in dbInitDmap() 3664 le32_add_cpu(&dp->nfree, nblocks); in dbInitDmap()
|