Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_extent_busy.c42 struct xfs_extent_busy *new; in xfs_extent_busy_insert()
43 struct xfs_extent_busy *busyp; in xfs_extent_busy_insert()
48 new = kmem_zalloc(sizeof(struct xfs_extent_busy), KM_MAYFAIL); in xfs_extent_busy_insert()
74 busyp = rb_entry(parent, struct xfs_extent_busy, rb_node); in xfs_extent_busy_insert()
113 struct xfs_extent_busy *busyp; in xfs_extent_busy_search()
123 busyp = rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_search()
160 struct xfs_extent_busy *busyp, in xfs_extent_busy_update_extent()
322 struct xfs_extent_busy *busyp = in xfs_extent_busy_reuse()
323 rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_reuse()
369 struct xfs_extent_busy *busyp = in xfs_extent_busy_trim()
[all …]
Dxfs_extent_busy.h34 struct xfs_extent_busy { struct
DMakefile73 xfs_extent_busy.o \
Dxfs_discard.c217 struct xfs_extent_busy *busyp; in xfs_discard_extents()
Dxfs_trace.h1383 DEFINE_BUSY_EVENT(xfs_extent_busy);