Searched defs:xfs_buf_log_format (Results 1 – 1 of 1) sorted by relevance
534 struct xfs_buf_log_format { struct535 unsigned short blf_type; /* buf log item type indicator */536 unsigned short blf_size; /* size of this item */537 unsigned short blf_flags; /* misc state */538 unsigned short blf_len; /* number of blocks in this buf */539 int64_t blf_blkno; /* starting blkno of this buf */540 unsigned int blf_map_size; /* used size of data bitmap in words */541 unsigned int blf_data_map[XFS_BLF_DATAMAP_SIZE]; /* dirty bitmap */