Home
last modified time | relevance | path

Searched refs:xfs_extent_busy (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_extent_busy.c17 #include "xfs_extent_busy.h"
30 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), 0); 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,
299 struct xfs_extent_busy *busyp = in xfs_extent_busy_reuse()
300 rb_entry(rbp, struct xfs_extent_busy, rb_nod in xfs_extent_busy_reuse()
[all...]
H A Dxfs_extent_busy.h22 struct xfs_extent_busy { struct
H A Dxfs_log_cil.c13 #include "xfs_extent_busy.h"
533 struct xfs_extent_busy *busyp; in xlog_discard_busy_extents()
H A Dxfs_trace.h1512 DEFINE_BUSY_EVENT(xfs_extent_busy); variable
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_extent_busy.c16 #include "xfs_extent_busy.h"
30 struct xfs_extent_busy *new; in xfs_extent_busy_insert_list()
31 struct xfs_extent_busy *busyp; in xfs_extent_busy_insert_list()
35 new = kmem_zalloc(sizeof(struct xfs_extent_busy), 0); in xfs_extent_busy_insert_list()
49 busyp = rb_entry(parent, struct xfs_extent_busy, rb_node); in xfs_extent_busy_insert_list()
109 struct xfs_extent_busy *busyp; in xfs_extent_busy_search()
116 busyp = rb_entry(rbp, struct xfs_extent_busy, rb_node); in xfs_extent_busy_search()
152 struct xfs_extent_busy *busyp,
312 struct xfs_extent_busy *busyp = in xfs_extent_busy_reuse()
313 rb_entry(rbp, struct xfs_extent_busy, rb_nod in xfs_extent_busy_reuse()
[all...]
H A Dxfs_extent_busy.h20 struct xfs_extent_busy { struct
H A Dxfs_discard.c17 #include "xfs_extent_busy.h"
110 struct xfs_extent_busy *busyp; in xfs_discard_extents()
H A Dxfs_trace.h1649 DEFINE_BUSY_EVENT(xfs_extent_busy); variable

Completed in 15 milliseconds