Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dspace-info.c1313 struct btrfs_space_info *space_info, u64 orig_bytes, in __reserve_bytes() argument
1322 ASSERT(orig_bytes); in __reserve_bytes()
1350 ((used + orig_bytes <= space_info->total_bytes) || in __reserve_bytes()
1351 btrfs_can_overcommit(fs_info, space_info, orig_bytes, flush))) { in __reserve_bytes()
1353 orig_bytes); in __reserve_bytes()
1365 ticket.bytes = orig_bytes; in __reserve_bytes()
1378 orig_bytes, flush, in __reserve_bytes()
1387 used += orig_bytes; in __reserve_bytes()
1397 orig_bytes, flush, "preempt"); in __reserve_bytes()
1425 u64 orig_bytes, in btrfs_reserve_metadata_bytes() argument
[all …]
H A Dspace-info.h134 u64 orig_bytes,
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Ddmxparse.c80 dmxConfigRealloc(void *orig, unsigned long orig_bytes, unsigned long bytes) in dmxConfigRealloc() argument
88 memset(area + orig_bytes, 0, bytes - orig_bytes); in dmxConfigRealloc()
H A Ddmxparse.h208 unsigned long orig_bytes, unsigned long bytes);