Home
last modified time | relevance | path

Searched refs:trimmed (Results 1 – 25 of 26) sorted by relevance

12

/linux/fs/jfs/
H A Djfs_discard.c72 u64 trimmed = 0; in jfs_ioc_trim() local
105 trimmed += dbDiscardAG(ip, agno, minlen); in jfs_ioc_trim()
110 range->len = trimmed << sb->s_blocksize_bits; in jfs_ioc_trim()
H A Djfs_dmap.c1581 u64 trimmed = 0; in dbDiscardAG() local
1651 trimmed += tt->nblocks; in dbDiscardAG()
1655 return trimmed; in dbDiscardAG()
/linux/fs/btrfs/
H A Dfree-space-cache.h162 u64 *trimmed, u64 start, u64 end, u64 minlen);
164 u64 *trimmed, u64 start, u64 end, u64 minlen,
167 u64 *trimmed, u64 start, u64 end, u64 minlen,
H A Ddiscard.c488 u64 trimmed = 0; in btrfs_discard_workfn() local
518 btrfs_trim_block_group_bitmaps(block_group, &trimmed, in btrfs_discard_workfn()
522 discard_ctl->discard_bitmap_bytes += trimmed; in btrfs_discard_workfn()
524 btrfs_trim_block_group_extents(block_group, &trimmed, in btrfs_discard_workfn()
528 discard_ctl->discard_extent_bytes += trimmed; in btrfs_discard_workfn()
548 discard_ctl->prev_discard = trimmed; in btrfs_discard_workfn()
H A Dfree-space-cache.c3669 u64 trimmed = 0; in do_trimming() local
3681 ret = btrfs_discard_extent(fs_info, start, bytes, &trimmed); in do_trimming()
3683 *total_trimmed += trimmed; in do_trimming()
4027 u64 *trimmed, u64 start, u64 end, u64 minlen) in btrfs_trim_block_group() argument
4035 *trimmed = 0; in btrfs_trim_block_group()
4045 ret = trim_no_bitmap(block_group, trimmed, start, end, minlen, false); in btrfs_trim_block_group()
4049 ret = trim_bitmaps(block_group, trimmed, start, end, minlen, 0, false); in btrfs_trim_block_group()
4060 u64 *trimmed, u64 start, u64 end, u64 minlen, in btrfs_trim_block_group_extents() argument
4065 *trimmed = 0; in btrfs_trim_block_group_extents()
4075 ret = trim_no_bitmap(block_group, trimmed, start, end, minlen, async); in btrfs_trim_block_group_extents()
[all …]
H A Dextent-tree.c2867 u64 trimmed = 0; in btrfs_finish_extent_commit() local
2874 &trimmed); in btrfs_finish_extent_commit()
6376 static int btrfs_trim_free_extents(struct btrfs_device *device, u64 *trimmed) in btrfs_trim_free_extents() argument
6381 *trimmed = 0; in btrfs_trim_free_extents()
6452 *trimmed += bytes; in btrfs_trim_free_extents()
6483 u64 trimmed = 0; in btrfs_trim_fs() local
6526 trimmed += group_trimmed; in btrfs_trim_fs()
6547 trimmed += group_trimmed; in btrfs_trim_fs()
6560 range->len = trimmed; in btrfs_trim_fs()
/linux/drivers/phy/socionext/
H A Dphy-uniphier-usb3hs.c146 int ret, trimmed = 0; in uniphier_u3hsphy_update_config() local
160 trimmed = 1; in uniphier_u3hsphy_update_config()
167 if (!trimmed) { in uniphier_u3hsphy_update_config()
/linux/fs/fat/
H A Dfatent.c769 u64 ent_start, ent_end, minlen, trimmed = 0; in fat_trim_fs() local
810 trimmed += free; in fat_trim_fs()
837 trimmed += free; in fat_trim_fs()
845 range->len = trimmed << sbi->cluster_bits; in fat_trim_fs()
/linux/Documentation/misc-devices/
H A Dad525x_dpot.rst38 address of 0x2f, we descend (unrelated sysfs entries have been trimmed)::
/linux/drivers/gpio/
H A Dgpio-virtuser.c400 char buf[32], *trimmed; in gpio_virtuser_direction_do_write() local
407 trimmed = strim(buf); in gpio_virtuser_direction_do_write()
409 if (strcmp(trimmed, "input") == 0) { in gpio_virtuser_direction_do_write()
411 } else if (strcmp(trimmed, "output-high") == 0) { in gpio_virtuser_direction_do_write()
414 } else if (strcmp(trimmed, "output-low") == 0) { in gpio_virtuser_direction_do_write()
/linux/Documentation/admin-guide/
H A Dindex.rst40 quickly-build-trimmed-linux
H A Dquickly-build-trimmed-linux.rst5 How to quickly build a trimmed Linux kernel
81 https://docs.kernel.org/admin-guide/quickly-build-trimmed-linux.html
998 kernel builds, as you already created a trimmed down configuration you want to
1091 …linux/kernel/git/torvalds/linux.git/plain/Documentation/admin-guide/quickly-build-trimmed-linux.rst
H A Dverify-bugs-and-bisect-regressions.rst122 This among others verifies the trimmed .config file actually works well, as
711 In case of a regression, you now want to ensure the trimmed configuration file
758 (say from 6.0.13 to 6.1.5). But do not worry, due to the trimmed build
1460 That parameter also allows you to build trimmed kernels for another machine in
1498 trimmed with localmodconfig consumed around 5 Gigabyte of space with debug
1829 the trimmed build configuration, a different setting for debug symbols, the
/linux/drivers/hwmon/
H A Dhp-wmi-sensors.c937 char *trimmed; in update_numeric_sensor_from_wobj() local
967 trimmed = strim(string); in update_numeric_sensor_from_wobj()
968 if (strcmp(trimmed, nsensor->current_state)) { in update_numeric_sensor_from_wobj()
969 new_string = hp_wmi_strdup(dev, trimmed); in update_numeric_sensor_from_wobj()
/linux/Documentation/bpf/
H A Dprog_cgroup_sockopt.rst98 indicates that the kernel should use BPF's trimmed ``optval``.
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-w1_therm7 (typical -55 degC to 125 degC), if not values will be trimmed
/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst153 whitespace. Then, leading whitespaces are trimmed from the first argument,
/linux/Documentation/block/
H A Ddata-integrity.rst139 Essentially a bip is a trimmed down struct bio which holds a bio_vec
/linux/tools/perf/Documentation/
H A Dperf.data-file-format.txt642 from the struct perf_header. The trimmed header is:
/linux/mm/
H A DKconfig793 If trimming is enabled, the excess is trimmed off and returned to the
806 of 1 says that all excess pages should be trimmed.
/linux/fs/ceph/
H A Dcaps.c213 bool trimmed = false; in ceph_reserve_caps() local
241 if (!trimmed) { in ceph_reserve_caps()
256 trimmed = true; in ceph_reserve_caps()
/linux/Documentation/process/
H A Dsubmitting-patches.rst336 Use trimmed interleaved replies in email discussions
762 issue. Here is an example of a well-trimmed backtrace::
H A Dbackporting.rst342 been trimmed off, making the conflict area smaller in some cases.
/linux/fs/ext4/
H A Dmballoc.c6913 uint64_t start, end, minlen, trimmed = 0; in ext4_trim_fs() local
6979 trimmed += cnt; in ext4_trim_fs()
6993 range->len = EXT4_C2B(EXT4_SB(sb), trimmed) << sb->s_blocksize_bits; in ext4_trim_fs()
/linux/fs/ocfs2/
H A Dalloc.c7536 u64 start, len, trimmed = 0, first_group, last_group = 0, group = 0; in ocfs2_trim_mainbm() local
7625 trimmed += cnt; in ocfs2_trim_mainbm()
7652 range->len = trimmed * osb->s_clustersize; in ocfs2_trim_mainbm()

12