Symbol: xfs_extent_free_item
fs/xfs/libxfs/xfs_alloc.c
2642
struct xfs_extent_free_item *xefi;
fs/xfs/libxfs/xfs_alloc.c
2755
struct xfs_extent_free_item *xefi;
fs/xfs/libxfs/xfs_alloc.c
4181
sizeof(struct xfs_extent_free_item),
fs/xfs/libxfs/xfs_alloc.h
266
static inline bool xfs_efi_is_realtime(const struct xfs_extent_free_item *xefi)
fs/xfs/xfs_bmap_util.h
12
struct xfs_extent_free_item;
fs/xfs/xfs_extfree_item.c
323
static inline struct xfs_extent_free_item *xefi_entry(const struct list_head *e)
fs/xfs/xfs_extfree_item.c
325
return list_entry(e, struct xfs_extent_free_item, xefi_list);
fs/xfs/xfs_extfree_item.c
367
struct xfs_extent_free_item *xefi)
fs/xfs/xfs_extfree_item.c
387
struct xfs_extent_free_item *ra = xefi_entry(a);
fs/xfs/xfs_extfree_item.c
388
struct xfs_extent_free_item *rb = xefi_entry(b);
fs/xfs/xfs_extfree_item.c
398
struct xfs_extent_free_item *xefi)
fs/xfs/xfs_extfree_item.c
425
struct xfs_extent_free_item *xefi;
fs/xfs/xfs_extfree_item.c
485
struct xfs_extent_free_item *xefi)
fs/xfs/xfs_extfree_item.c
498
struct xfs_extent_free_item *xefi,
fs/xfs/xfs_extfree_item.c
515
struct xfs_extent_free_item *xefi = xefi_entry(item);
fs/xfs/xfs_extfree_item.c
530
struct xfs_extent_free_item *xefi = xefi_entry(item);
fs/xfs/xfs_extfree_item.c
588
struct xfs_extent_free_item *xefi = xefi_entry(item);
fs/xfs/xfs_extfree_item.c
629
struct xfs_extent_free_item *xefi;
fs/xfs/xfs_extfree_item.c
775
struct xfs_extent_free_item *xefi = xefi_entry(item);
fs/xfs/xfs_extfree_item.h
91
struct xfs_extent_free_item;
fs/xfs/xfs_extfree_item.h
94
struct xfs_extent_free_item *xefi,
fs/xfs/xfs_trace.h
101
struct xfs_extent_free_item;
fs/xfs/xfs_trace.h
3114
TP_PROTO(struct xfs_mount *mp, struct xfs_extent_free_item *free),
fs/xfs/xfs_trace.h
3143
TP_PROTO(struct xfs_mount *mp, struct xfs_extent_free_item *free), \