Home
last modified time | relevance | path

Searched full:trimmed (Results 1 – 25 of 74) sorted by relevance

123

/Linux-v6.1/fs/jfs/
Djfs_discard.c24 * blkno - starting block number to be trimmed (0..N)
25 * nblocks - number of blocks to be trimmed
72 u64 trimmed = 0; in jfs_ioc_trim() local
100 trimmed += dbDiscardAG(ip, agno, minlen); in jfs_ioc_trim()
103 range->len = trimmed << sb->s_blocksize_bits; in jfs_ioc_trim()
/Linux-v6.1/drivers/gpio/
Dgpio-sim.c641 char *dup, *trimmed; in gpio_sim_strdup_trimmed() local
647 trimmed = strstrip(dup); in gpio_sim_strdup_trimmed()
648 memmove(dup, trimmed, strlen(trimmed) + 1); in gpio_sim_strdup_trimmed()
1052 char *trimmed; in gpio_sim_bank_config_label_store() local
1061 trimmed = gpio_sim_strdup_trimmed(page, count); in gpio_sim_bank_config_label_store()
1062 if (!trimmed) { in gpio_sim_bank_config_label_store()
1068 bank->label = trimmed; in gpio_sim_bank_config_label_store()
1147 char *trimmed; in gpio_sim_line_config_name_store() local
1156 trimmed = gpio_sim_strdup_trimmed(page, count); in gpio_sim_line_config_name_store()
1157 if (!trimmed) { in gpio_sim_line_config_name_store()
[all …]
/Linux-v6.1/fs/btrfs/
Dfree-space-cache.h14 * This is reset should any free space other than trimmed space be added to the
134 u64 *trimmed, u64 start, u64 end, u64 minlen);
136 u64 *trimmed, u64 start, u64 end, u64 minlen,
139 u64 *trimmed, u64 start, u64 end, u64 minlen,
Ddiscard.c46 * trimmed regions merge with other trimmed regions. This can cause
49 * the trimmed flag is set on the bitmap. Otherwise, if an allocation comes in,
410 * through a pass on a discard list. If it is unused and fully trimmed, we can
443 u64 trimmed = 0; in btrfs_discard_workfn() local
473 btrfs_trim_block_group_bitmaps(block_group, &trimmed, in btrfs_discard_workfn()
477 discard_ctl->discard_bitmap_bytes += trimmed; in btrfs_discard_workfn()
479 btrfs_trim_block_group_extents(block_group, &trimmed, in btrfs_discard_workfn()
483 discard_ctl->discard_extent_bytes += trimmed; in btrfs_discard_workfn()
503 discard_ctl->prev_discard = trimmed; in btrfs_discard_workfn()
628 * block groups are trimmed via a single large trim in transaction commit. This
Dfree-space-cache.c2417 * 1) Merge trimmed areas together
2418 * 2) Let untrimmed areas coalesce with trimmed areas
2426 * space is trimmed, it will prevent aggregating trimmed new region and
2756 * it on loading of a block group, we want to consider it trimmed.
3032 * btrfs_is_free_space_trimmed - see if everything is trimmed
3035 * Walk @block_group's free space rb_tree to determine if everything is trimmed.
3639 u64 trimmed = 0; in do_trimming() local
3651 ret = btrfs_discard_extent(fs_info, start, bytes, &trimmed); in do_trimming()
3653 *total_trimmed += trimmed; in do_trimming()
3715 /* Skip bitmaps and if async, already trimmed entries */ in trim_no_bitmap()
[all …]
/Linux-v6.1/fs/xfs/
Dxfs_extent_busy.c399 * Needs to be trimmed to: in xfs_extent_busy_trim()
420 * Needs to be trimmed to: in xfs_extent_busy_trim()
435 * Can be trimmed to: in xfs_extent_busy_trim()
490 * re-check if the trimmed extent satisfies the minlen requirement. in xfs_extent_busy_trim()
/Linux-v6.1/drivers/phy/socionext/
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-v6.1/Documentation/misc-devices/
Dad525x_dpot.rst38 address of 0x2f, we descend (unrelated sysfs entries have been trimmed)::
/Linux-v6.1/fs/fat/
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-v6.1/Documentation/devicetree/bindings/hwmon/
Dadi,ltc2947.yaml27 The LTC2947 uses either a trimmed internal oscillator or an external clock
/Linux-v6.1/arch/x86/include/asm/
Dsgx.h241 * %SGX_PAGE_TYPE_TRIM: a page in trimmed state
266 * %SGX_SECINFO_TRIM: a page in trimmed state
/Linux-v6.1/Documentation/bpf/
Dprog_cgroup_sockopt.rst98 indicates that the kernel should use BPF's trimmed ``optval``.
/Linux-v6.1/arch/x86/kernel/cpu/sgx/
Dioctl.c931 * or SGX_PAGE_TYPE_TRIM but TCS pages can only be trimmed. in sgx_enclave_modify_types()
1082 * sgx_encl_remove_pages() - Remove trimmed pages from SGX enclave
1124 * ENCLS[EMODPR] is run with RWX on a trimmed page that is in sgx_encl_remove_pages()
1126 * %SGX_PAGE_NOT_MODIFIABLE, after the trimmed page is in sgx_encl_remove_pages()
/Linux-v6.1/tools/testing/memblock/tests/
Dbasic_api.c1729 * aligned. Expect that the memory will not be trimmed. Expect the counter to
1775 * Expect that r1 will not be trimmed and r2 will be removed. Expect the
1827 * Expect that r1 will not be trimmed and r2 will be trimmed at the base.
1888 * Expect that r1 will not be trimmed and r2 will be trimmed at the end.
/Linux-v6.1/drivers/gpu/drm/i915/
Dintel_runtime_pm.h62 * the array trimmed to active wakerefs.
/Linux-v6.1/fs/ocfs2/
Ddlmglue.h77 u64 tf_trimlen; /* trimmed length in bytes */
/Linux-v6.1/fs/iomap/
Dswapfile.c26 * the swap code must be trimmed to align to a page boundary. The logical
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-driver-w1_therm7 (typical -55 degC to 125 degC), if not values will be trimmed
/Linux-v6.1/drivers/net/
Deql.c64 * printk's trimmed out.
80 * Log trimmed of non-pertinent 1.x branch messages
/Linux-v6.1/fs/gfs2/
Drgrp.c1319 u32 trimmed = 0; in gfs2_rgrp_send_discards() local
1347 trimmed += nr_blks; in gfs2_rgrp_send_discards()
1363 trimmed += nr_blks; in gfs2_rgrp_send_discards()
1366 *ptrimmed = trimmed; in gfs2_rgrp_send_discards()
1396 u64 trimmed = 0; in gfs2_fitrim() local
1452 trimmed += amt; in gfs2_fitrim()
1455 /* Mark rgrp as having been trimmed */ in gfs2_fitrim()
1476 r.len = trimmed << bs_shift; in gfs2_fitrim()
/Linux-v6.1/Documentation/kbuild/
Dkconfig-macro-language.rst153 whitespace. Then, leading whitespaces are trimmed from the first argument,
/Linux-v6.1/fs/f2fs/
Dsegment.c1555 unsigned int trimmed = 0; in __wait_discard_cmd_range() local
1569 trimmed += iter->len; in __wait_discard_cmd_range()
1580 trimmed += __wait_one_discard_bio(sbi, dc); in __wait_discard_cmd_range()
1584 return trimmed; in __wait_discard_cmd_range()
2979 unsigned int trimmed = 0; in __issue_discard_cmd_range() local
3021 trimmed += __wait_all_discard_cmd(sbi, NULL); in __issue_discard_cmd_range()
3038 return trimmed; in __issue_discard_cmd_range()
3049 unsigned long long trimmed = 0; in f2fs_trim_fs() local
3100 trimmed = __issue_discard_cmd_range(sbi, &dpolicy, in f2fs_trim_fs()
3103 trimmed += __wait_discard_cmd_range(sbi, &dpolicy, in f2fs_trim_fs()
[all …]
/Linux-v6.1/Documentation/block/
Ddata-integrity.rst139 Essentially a bip is a trimmed down struct bio which holds a bio_vec
/Linux-v6.1/mm/
DKconfig712 If trimming is enabled, the excess is trimmed off and returned to the
725 of 1 says that all excess pages should be trimmed.
/Linux-v6.1/fs/ceph/
Dlocks.c76 * inode. Otherwise, auth caps may get trimmed in the in ceph_lock_message()

123