Home
last modified time | relevance | path

Searched defs:xfs_open_zone (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/xfs/
Dxfs_zone_priv.h5 struct xfs_open_zone { struct
10 struct list_head oz_entry;
11 atomic_t oz_ref;
19 spinlock_t oz_alloc_lock;
20 xfs_rgblock_t oz_write_pointer;
27 xfs_rgblock_t oz_written;
33 enum rw_hint oz_write_hint;
40 bool oz_is_gc;
46 struct xfs_rtgroup *oz_rtg;
Dxfs_zone_alloc.c456 xfs_open_zone( in xfs_open_zone() function