Searched refs:ifree (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | fscounters.c | 54 uint64_t ifree; member 309 fsc->ifree = 0; in xchk_fscount_aggregate_agcounts() 325 fsc->ifree += pag->pagi_freecount; in xchk_fscount_aggregate_agcounts() 367 trace_xchk_fscounters_calc(mp, fsc->icount, fsc->ifree, fsc->fdblocks, in xchk_fscount_aggregate_agcounts() 374 fsc->ifree > fsc->icount_max) in xchk_fscount_aggregate_agcounts() 382 if (fsc->ifree > fsc->icount) { in xchk_fscount_aggregate_agcounts() 503 int64_t icount, ifree, fdblocks, frextents; in xchk_fscounters() local 509 ifree = percpu_counter_sum(&mp->m_ifree); in xchk_fscounters() 514 if (icount < 0 || ifree < 0) in xchk_fscounters() 550 if (ifree > icount && ifree - icount > XCHK_FSCOUNT_MIN_VARIANCE) in xchk_fscounters() [all …]
|
H A D | trace.h | 667 TP_PROTO(struct xfs_mount *mp, uint64_t icount, uint64_t ifree, 669 TP_ARGS(mp, icount, ifree, fdblocks, delalloc), 685 __entry->ifree_calculated = ifree;
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_ialloc.h | 44 xfs_ino_t ino, struct xfs_icluster *ifree);
|
H A D | xfs_ag.c | 181 uint64_t ifree = 0; in xfs_initialize_perag_data() local 203 ifree += pag->pagi_freecount; in xfs_initialize_perag_data() 218 if (fdblocks > sbp->sb_dblocks || ifree > ialloc) { in xfs_initialize_perag_data() 226 sbp->sb_ifree = ifree; in xfs_initialize_perag_data()
|
/openbmc/linux/fs/ext4/ |
H A D | xattr.c | 2690 int isize_diff, size_t ifree, in ext4_xattr_make_inode_space() argument 2702 while (isize_diff > ifree) { in ext4_xattr_make_inode_space() 2720 if (total_size + ifree < isize_diff) { in ext4_xattr_make_inode_space() 2746 ifree += total_size; in ext4_xattr_make_inode_space() 2764 size_t ifree, bfree; in ext4_expand_extra_isize_ea() local 2792 ifree = ext4_xattr_free_space(base, &min_offs, base, &total_ino); in ext4_expand_extra_isize_ea() 2793 if (ifree >= isize_diff) in ext4_expand_extra_isize_ea() 2819 if (bfree + ifree < isize_diff) { in ext4_expand_extra_isize_ea() 2833 isize_diff, ifree, bfree, in ext4_expand_extra_isize_ea()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_super.c | 833 uint64_t ifree; in xfs_fs_statfs() local 851 ifree = percpu_counter_sum(&mp->m_ifree); in xfs_fs_statfs() 878 ffree = statp->f_files - (icount - ifree); in xfs_fs_statfs()
|