Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_fs.h809 struct xfs_scrub_vec_head { struct
810 __u64 svh_ino; /* inode number. */
811 __u32 svh_gen; /* inode generation. */
812 __u32 svh_agno; /* ag number. */
813 __u32 svh_flags; /* XFS_SCRUB_VEC_FLAGS_* */
814 __u16 svh_rest_us; /* wait this much time between vector items */
815 __u16 svh_nr; /* number of svh_vectors */
816 __u64 svh_reserved; /* must be zero */
817 __u64 svh_vectors; /* pointer to buffer of xfs_scrub_vec */