Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Dalloc.c133 unsigned long nfree; in nilfs_palloc_group_desc_nfrees() local
136 nfree = le32_to_cpu(desc->pg_nfrees); in nilfs_palloc_group_desc_nfrees()
138 return nfree; in nilfs_palloc_group_desc_nfrees()
151 u32 nfree; in nilfs_palloc_group_desc_add_entries() local
155 nfree = le32_to_cpu(desc->pg_nfrees); in nilfs_palloc_group_desc_add_entries()
157 return nfree; in nilfs_palloc_group_desc_add_entries()
738 u32 nfree; in nilfs_palloc_freev() local
821 nfree = nilfs_palloc_group_desc_add_entries(desc, lock, n); in nilfs_palloc_freev()
827 if (nfree == nilfs_palloc_entries_per_group(inode)) { in nilfs_palloc_freev()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_ag.h18 xfs_rfsblock_t nfree; /* cumulative new free space */ member
Dxfs_ag.c392 id->nfree += id->agsize - mp->m_ag_prealloc_blocks; in xfs_ag_init_headers()
/linux-4.19.296/fs/xfs/
Dxfs_fsops.c115 xfs_trans_agblocks_delta(tp, id.nfree); in xfs_growfs_data_private()
134 if (id.nfree) in xfs_growfs_data_private()
135 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, id.nfree); in xfs_growfs_data_private()
/linux-4.19.296/fs/jfs/
Djfs_dmap.h162 __le32 nfree; /* 4: num of free blks in this dmap */ member
Djfs_dmap.c2316 le32_add_cpu(&dp->nfree, -nblocks); in dbAllocBits()
2460 le32_add_cpu(&dp->nfree, nblocks); in dbFreeBits()
3365 le32_add_cpu(&dp->nfree, -nblocks); in dbAllocDmapBU()
3789 dp->nblocks = dp->nfree = cpu_to_le32(nblocks); in dbInitDmap()
3799 le32_add_cpu(&dp->nfree, nblocks); in dbInitDmap()
/linux-4.19.296/include/sound/
Dpcm.h569 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree);