Home
last modified time | relevance | path

Searched refs:freertx (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_fsops.c364 cnt->freertx = percpu_counter_read_positive(&mp->m_frextents); in xfs_fs_counts()
H A Dxfs_super.c883 s64 freertx; in xfs_fs_statfs() local
886 freertx = percpu_counter_sum_positive(&mp->m_frextents); in xfs_fs_statfs()
887 statp->f_bavail = statp->f_bfree = freertx * sbp->sb_rextsize; in xfs_fs_statfs()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_fs.h202 __u64 freertx; /* free rt extents */ member