Searched defs:xfs_buf_log_format (Results 1 – 1 of 1) sorted by relevance
527 struct xfs_buf_log_format { struct528 unsigned short blf_type; /* buf log item type indicator */529 unsigned short blf_size; /* size of this item */530 unsigned short blf_flags; /* misc state */531 unsigned short blf_len; /* number of blocks in this buf */532 int64_t blf_blkno; /* starting blkno of this buf */533 unsigned int blf_map_size; /* used size of data bitmap in words */534 unsigned int blf_data_map[XFS_BLF_DATAMAP_SIZE]; /* dirty bitmap */