Home
last modified time | relevance | path

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

/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.c498 u64 trimmed = 0; in btrfs_discard_workfn() local
539 btrfs_trim_block_group_bitmaps(block_group, &trimmed, in btrfs_discard_workfn()
543 discard_ctl->discard_bitmap_bytes += trimmed; in btrfs_discard_workfn()
545 btrfs_trim_block_group_extents(block_group, &trimmed, in btrfs_discard_workfn()
549 discard_ctl->discard_extent_bytes += trimmed; in btrfs_discard_workfn()
569 discard_ctl->prev_discard = trimmed; in btrfs_discard_workfn()
/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/
H A DREADME12 * Build the kernel: See Documentation/admin-guide/quickly-build-trimmed-linux.rst
H A DMAINTAINERS7553 F: Documentation/admin-guide/quickly-build-trimmed-linux.rst
/linux/Documentation/bpf/
H A Dprog_cgroup_sockopt.rst98 indicates that the kernel should use BPF's trimmed ``optval``.
/linux/fs/f2fs/
H A Dsegment.c1778 unsigned int trimmed = 0; in __wait_discard_cmd_range() local
1793 trimmed += iter->di.len; in __wait_discard_cmd_range()
1804 trimmed += __wait_one_discard_bio(sbi, dc); in __wait_discard_cmd_range()
1808 return trimmed; in __wait_discard_cmd_range()
3431 unsigned int trimmed = 0; in __issue_discard_cmd_range() local
3469 trimmed += __wait_all_discard_cmd(sbi, NULL); in __issue_discard_cmd_range()
3486 return trimmed; in __issue_discard_cmd_range()
3497 unsigned long long trimmed = 0; in f2fs_trim_fs() local
3549 trimmed = __issue_discard_cmd_range(sbi, &dpolicy, in f2fs_trim_fs()
3552 trimmed += __wait_discard_cmd_range(sbi, &dpolicy, in f2fs_trim_fs()
[all …]
/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.txt666 from the struct perf_header. The trimmed header is:
/linux/fs/ceph/
H A Dcaps.c214 bool trimmed = false; in ceph_reserve_caps() local
242 if (!trimmed) { in ceph_reserve_caps()
257 trimmed = true; in ceph_reserve_caps()
/linux/mm/
H A DKconfig766 If trimming is enabled, the excess is trimmed off and returned to the
779 of 1 says that all excess pages should be trimmed.
/linux/Documentation/process/
H A Dsubmitting-patches.rst336 Use trimmed interleaved replies in email discussions
773 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/ocfs2/
H A Dalloc.c7557 u64 start, len, trimmed = 0, first_group, last_group = 0, group = 0; in ocfs2_trim_mainbm() local
7646 trimmed += cnt; in ocfs2_trim_mainbm()
7673 range->len = trimmed * osb->s_clustersize; in ocfs2_trim_mainbm()