Home
last modified time | relevance | path

Searched refs:res_avail (Results 1 – 8 of 8) sorted by relevance

/fs/xfs/
A Dxfs_zone_info.c83 mp->m_free[XC_FREE_RTEXTENTS].res_avail); in xfs_zoned_show_stats()
87 mp->m_free[XC_FREE_RTAVAILABLE].res_avail); in xfs_zoned_show_stats()
A Dxfs_mount.c1429 if (likely(counter->res_avail == counter->res_total)) { in xfs_add_freecounter()
1435 res_used = counter->res_total - counter->res_avail; in xfs_add_freecounter()
1437 counter->res_avail += delta; in xfs_add_freecounter()
1440 counter->res_avail = counter->res_total; in xfs_add_freecounter()
1497 if (delta > counter->res_avail) { in xfs_dec_freecounter()
1503 counter->res_avail -= delta; in xfs_dec_freecounter()
A Dxfs_zone_gc.c648 mp->m_free[XC_FREE_RTEXTENTS].res_avail, in xfs_zone_gc_alloc_blocks()
649 mp->m_free[XC_FREE_RTAVAILABLE].res_avail); in xfs_zone_gc_alloc_blocks()
650 mp->m_free[XC_FREE_RTEXTENTS].res_avail -= *count_fsb; in xfs_zone_gc_alloc_blocks()
651 mp->m_free[XC_FREE_RTAVAILABLE].res_avail -= *count_fsb; in xfs_zone_gc_alloc_blocks()
A Dxfs_fsops.c404 lcounter = mp->m_free[ctr].res_avail - request; in xfs_reserve_blocks()
407 mp->m_free[ctr].res_avail -= lcounter; in xfs_reserve_blocks()
A Dxfs_mount.h138 uint64_t res_avail; member
A Dxfs_ioctl.c1141 fsop.resblks_avail = mp->m_free[XC_FREE_BLOCKS].res_avail; in xfs_ioctl_getset_resblocks()
A Dxfs_trace.h5891 __entry->avail = mp->m_free[ctr].res_avail;
/fs/xfs/scrub/
A Dfscounters.c354 fsc->fdblocks -= mp->m_free[XC_FREE_BLOCKS].res_avail; in xchk_fscount_aggregate_agcounts()

Completed in 26 milliseconds