Searched defs:dblock (Results 1 – 3 of 3) sorted by relevance
64 struct dblock { struct65 __le32 addr; /* adapter address where to write the block */66 __le16 len; /* length of the data only, in bytes */67 char data[]; /* data to be written */
1131 dm_dblock_t dblock, bool discard) in __discard()1144 dm_dblock_t dblock, bool discard) in dm_cache_set_discard()
2836 dm_dblock_t dblock, bool discard) in load_discard()