Home
last modified time | relevance | path

Searched refs:freelen (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/scrub/
H A Dtrace.h2199 xfs_agino_t icount, xfs_agblock_t aglen, xfs_agblock_t freelen,
2201 TP_ARGS(mp, agno, icount, aglen, freelen, usedlen),
2207 __field(xfs_agblock_t, freelen)
2215 __entry->freelen = freelen;
2223 __entry->freelen,
/linux/fs/xfs/libxfs/
H A Dxfs_alloc.c374 xfs_extlen_t freelen, /* freespace's length */ in xfs_alloc_compute_diff() argument
385 ASSERT(freelen >= wantlen); in xfs_alloc_compute_diff()
386 freeend = freebno + freelen; in xfs_alloc_compute_diff()