Home
last modified time | relevance | path

Searched refs:xfs_extent_busy (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_extent_busy.c30 struct xfs_extent_busy *new; in xfs_extent_busy_insert()
31 struct xfs_extent_busy *busyp; in xfs_extent_busy_insert()
36 new = kmem_zalloc(sizeof(struct xfs_extent_busy), KM_SLEEP); in xfs_extent_busy_insert()
51 busyp = rb_entry(parent, struct xfs_extent_busy, rb_node); in xfs_extent_busy_insert()
90 struct xfs_extent_busy *busyp; in xfs_extent_busy_search()
100 busyp = rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_search()
137 struct xfs_extent_busy *busyp, in xfs_extent_busy_update_extent()
299 struct xfs_extent_busy *busyp = in xfs_extent_busy_reuse()
300 rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_reuse()
352 struct xfs_extent_busy *busyp = in xfs_extent_busy_trim()
[all …]
Dxfs_extent_busy.h22 struct xfs_extent_busy { struct
DMakefile70 xfs_extent_busy.o \
Dxfs_log_cil.c536 struct xfs_extent_busy *busyp; in xlog_discard_busy_extents()
Dxfs_trace.h1413 DEFINE_BUSY_EVENT(xfs_extent_busy);