Searched refs:bytes_may_use (Results 1 – 5 of 5) sorted by relevance
/linux/fs/btrfs/ |
H A D | space-info.h | 75 * Which ignores bytes_may_use. This is potentially dangerous, but our 123 u64 bytes_may_use; /* number of bytes that may be used for member 265 DECLARE_SPACE_INFO_UPDATE(bytes_may_use, "space_info");
|
H A D | space-info.c | 38 * much space is accounted for in space_info->bytes_may_use. 53 * space_info->bytes_may_use += num_bytes 57 * space_info->bytes_may_use -= num_bytes 83 * space_info->bytes_may_use, ->bytes_pinned, etc, or adds to the 86 * completed. If it can the space is added to space_info->bytes_may_use and 182 (may_use_included ? s_info->bytes_may_use : 0); in btrfs_space_info_used() 523 * This is for space we already have accounted in space_info->bytes_may_use, so 612 info->bytes_reserved, info->bytes_may_use, in __btrfs_dump_space_info() 945 used = space_info->bytes_may_use + space_info->bytes_pinned; in need_preemptive_reclaim() 1034 used += space_info->bytes_may_use in need_preemptive_reclaim() [all...] |
H A D | sysfs.c | 894 SPACE_INFO_ATTR(bytes_may_use); 1022 BTRFS_ATTR_PTR(space_info, bytes_may_use),
|
H A D | block-group.c | 1594 * space_info->bytes_may_use was incremented by a task but no in btrfs_delete_unused_bgs() 4455 if (WARN_ON(space_info->bytes_pinned > 0 || space_info->bytes_may_use > 0)) in check_removing_space_info()
|
/linux/include/trace/events/ |
H A D | btrfs.h | 2169 __field( u64, bytes_may_use ) 2188 __entry->bytes_may_use = sinfo->bytes_may_use; 2203 "bytes_may_use=%llu bytes_readonly=%llu " 2211 __entry->bytes_may_use, __entry->bytes_readonly,
|