Searched refs:xfs_extent_busy (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_extent_busy.c | 17 #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 D | xfs_extent_busy.h | 22 struct xfs_extent_busy { struct
|
H A D | xfs_log_cil.c | 13 #include "xfs_extent_busy.h" 533 struct xfs_extent_busy *busyp; in xlog_discard_busy_extents()
|
H A D | xfs_trace.h | 1512 DEFINE_BUSY_EVENT(xfs_extent_busy); variable
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_extent_busy.c | 16 #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 D | xfs_extent_busy.h | 20 struct xfs_extent_busy { struct
|
H A D | xfs_discard.c | 17 #include "xfs_extent_busy.h" 110 struct xfs_extent_busy *busyp; in xfs_discard_extents()
|
H A D | xfs_trace.h | 1649 DEFINE_BUSY_EVENT(xfs_extent_busy); variable
|
Completed in 14 milliseconds