Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_icache.c1943 uint64_t freertx; in xfs_inodegc_want_queue_rt_file() local
1948 freertx = READ_ONCE(mp->m_sb.sb_frextents); in xfs_inodegc_want_queue_rt_file()
1949 return freertx < mp->m_low_rtexts[XFS_LOWSP_5_PCNT]; in xfs_inodegc_want_queue_rt_file()
Dxfs_fsops.c353 cnt->freertx = mp->m_sb.sb_frextents; in xfs_fs_counts()
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_fs.h217 __u64 freertx; /* free rt extents */ member