Linux Kernel
3.7.1
|
#include <xfs_extent_busy.h>
Data Fields | |
struct rb_node | rb_node |
struct list_head | list |
xfs_agnumber_t | agno |
xfs_agblock_t | bno |
xfs_extlen_t | length |
unsigned int | flags |
Definition at line 30 of file xfs_extent_busy.h.
xfs_agnumber_t agno |
Definition at line 33 of file xfs_extent_busy.h.
xfs_agblock_t bno |
Definition at line 34 of file xfs_extent_busy.h.
unsigned int flags |
Definition at line 36 of file xfs_extent_busy.h.
xfs_extlen_t length |
Definition at line 35 of file xfs_extent_busy.h.
Definition at line 32 of file xfs_extent_busy.h.
Definition at line 31 of file xfs_extent_busy.h.