Home
last modified time | relevance | path

Searched refs:discarded_bytes (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dextent-tree.c1242 u64 *discarded_bytes) in btrfs_issue_discard() argument
1255 *discarded_bytes = 0; in btrfs_issue_discard()
1293 *discarded_bytes += size; in btrfs_issue_discard()
1321 *discarded_bytes += bytes_to_discard; in btrfs_issue_discard()
1376 u64 discarded_bytes = 0; in btrfs_discard_extent() local
1422 discarded_bytes += bytes; in btrfs_discard_extent()
1432 *actual_bytes = discarded_bytes; in btrfs_discard_extent()