Searched refs:set (Results 251 - 275 of 2137) sorted by last modified time

<<11121314151617181920>>

/linux-master/fs/ext4/
H A Dsuper.c702 * If force_ro is set, we unconditionally force the filesystem into an
703 * ABORT|READONLY state, unless the error response on the fs has been set to
1159 /* es->s_uuid will be set by e2fsck if empty */
1728 * We don't use fsparam_flag_no because of the way we set the
1977 unsigned long vals_s_flags; /* Bits to set in s_flags */
2133 EXT4_SET_CTX(flags); /* set only */
2400 "mb_optimize_scan should be set to 0 or 1.");
2418 unsigned int set = 0; local
2422 set = 1;
2425 set
[all...]
/linux-master/fs/efivarfs/
H A Dvars.c392 * A small set of old UEFI implementations reject sizes
617 * @entry: entry containing variable to set and get
621 * @set: did the set_variable() call succeed?
627 * in @size. The success of set_variable() is indicated by @set.
638 unsigned long *size, void *data, bool *set)
645 *set = false;
666 *set = true;
637 efivar_entry_set_get_size(struct efivar_entry *entry, u32 attributes, unsigned long *size, void *data, bool *set) argument
H A Dinternal.h51 unsigned long *size, void *data, bool *set);
/linux-master/fs/btrfs/
H A Dxattr.c250 * set the transmute xattr (XATTR_NAME_SMACKTRANSMUTE) on the
290 * NOTE: we set key.offset = 0; because we want to start with the
471 .set = btrfs_xattr_handler_set_security,
477 .set = btrfs_xattr_handler_set,
483 .set = btrfs_xattr_handler_set,
489 .set = btrfs_xattr_handler_set_prop,
H A Dsysfs.c122 enum btrfs_feature_set set)
125 if (set == FEAT_COMPAT)
127 else if (set == FEAT_COMPAT_RO)
134 enum btrfs_feature_set set, u64 features)
137 if (set == FEAT_COMPAT)
139 else if (set == FEAT_COMPAT_RO)
148 u64 set, clear; local
151 set = BTRFS_FEATURE_COMPAT_SAFE_SET;
155 set = BTRFS_FEATURE_COMPAT_RO_SAFE_SET;
159 set
121 get_features(struct btrfs_fs_info *fs_info, enum btrfs_feature_set set) argument
133 set_features(struct btrfs_fs_info *fs_info, enum btrfs_feature_set set, u64 features) argument
198 u64 features, set, clear; local
1431 int set; local
1555 btrfs_feature_set_name(enum btrfs_feature_set set) argument
1560 btrfs_printable_features(enum btrfs_feature_set set, u64 flags) argument
1588 int set, i; local
[all...]
H A Dioctl.c193 * Check if @flags are a supported and valid set of FS_*_FL flags and that
325 * status of the file and will not set it.
921 * 5. If the sticky bit on dir is set we should either
1512 "Attempt to set subvolume %llu read-write during send",
2410 * If SPEC_BY_ID is not set, we are looking for the subvolume by
2658 /* the rest are all set to zero by kzalloc */
3536 * Try to acquire fs_info::balance_mutex as well as set BTRFS_EXLCOP_BALANCE as
3540 * @excl_acquired: ptr to boolean value which is set to false in case balance
4236 "unable to set label with more than %d bytes",
4297 enum btrfs_feature_set set,
4296 check_feature_bits(struct btrfs_fs_info *fs_info, enum btrfs_feature_set set, u64 change_mask, u64 flags, u64 supported_flags, u64 safe_set, u64 safe_clear) argument
[all...]
H A Dextent-io-tree.c84 * The only tree allowed to set the inode is IO_TREE_INODE_IO.
129 * set on any extent state when calling this function).
204 int set)
210 if (set && (state->state & bits) == bits)
212 if (!set && (state->state & bits) == 0)
424 * Insert an extent_state struct into the tree. 'bits' are set on the
436 * probably isn't what you want to call (see set/clear_extent_bit).
566 * If no bits are set on the state struct after clearing things, the
604 * Detect if extent bits request NOWAIT semantics and set the gfp mask accordingly,
795 * are more bits than the bits we're waiting on set o
202 add_extent_changeset(struct extent_state *state, u32 bits, struct extent_changeset *changeset, int set) argument
[all...]
/linux-master/fs/bcachefs/
H A Dfs.c82 inode_set_fn set,
94 (set ? set(trans, inode, &inode_u, p) : 0) ?:
80 bch2_write_inode(struct bch_fs *c, struct bch_inode_info *inode, inode_set_fn set, void *p, unsigned fields) argument
/linux-master/fs/afs/
H A Drotate.c157 unsigned long set, failed; local
192 * server if we're looking at a set of RO volumes where some of
598 set = READ_ONCE(op->estate->responsive_set);
600 _debug("iterate ES=%x rs=%lx fs=%lx", op->estate->probe_seq, set, failed);
601 set &= ~(failed | op->addr_tried);
602 trace_afs_rotate(op, afs_rotate_trace_iterate_addr, set);
603 if (!set)
610 if (!(set & (1 << i)))
/linux-master/drivers/ufs/core/
H A Dufshcd.c816 * @mask: mask with one bit set for each request to be cleared
826 * corresponds to request slot 0. A bit in this field is set to ���0���
830 * immediately, and shall set the associated bit in UTRLDBR to ���0���. The
833 * be set ���1��� or ���0��� by host software when UTRLRSR is set to ���1���."
953 * When run-stop registers are set to 1, it indicates the
1034 * ufshcd_set_clk_freq - set UFS controller clock frequencies
1036 * @scale_up: If True, set max possible frequency othewise set low frequency
1057 dev_err(hba->dev, "%s: %s clk set rat
2649 u32 set = ufshcd_readl(hba, REG_INTERRUPT_ENABLE); local
2662 u32 set = ufshcd_readl(hba, REG_INTERRUPT_ENABLE); local
4114 const char *set = action[!!peer]; local
5685 ufshcd_update_ee_control(struct ufs_hba *hba, u16 *mask, const u16 *other_mask, u16 set, u16 clr) argument
5969 __ufshcd_wb_toggle(struct ufs_hba *hba, bool set, enum flag_idn idn) argument
[all...]
H A Dufs-mcq.c42 .set = rw_queue_count_set,
58 .set = read_queue_count_set,
74 .set = poll_queue_count_set,
/linux-master/drivers/ssb/
H A Dmain.c845 /* Calculate the speed the backplane would run at a given set of clockcontrol values */
1030 /* Clear SERR if set. This is a hw bug workaround. */
1051 /* Wait for bitmask in a register to get set or cleared.
1055 int timeout, int set)
1062 if (set) {
1073 bitmask, reg, set ? "set" : "clear");
1054 ssb_wait_bits(struct ssb_device *dev, u16 reg, u32 bitmask, int timeout, int set) argument
/linux-master/drivers/spi/
H A Dspi-pic32-sqi.c155 static inline void pic32_setbits(void __iomem *reg, u32 set) argument
157 writel(readl(reg) | set, reg);
360 /* set spi speed */
368 /* set spi mode */
401 /* set base address BD list for DMA engine */
547 /* set mode: DMA */
H A Dspi-amd.c110 static void amd_spi_setclear_reg8(struct amd_spi *amd_spi, int idx, u8 set, u8 clear) argument
114 tmp = (tmp & ~clear) | set;
128 static inline void amd_spi_setclear_reg32(struct amd_spi *amd_spi, int idx, u32 set, u32 clear) argument
132 tmp = (tmp & ~clear) | set;
/linux-master/drivers/scsi/
H A Dscsi_lib.c428 * current_sdev. We race with others (to set starget_sdev_user),
1007 /* for passthrough, *blk_statp may be set */
1898 static int scsi_mq_init_request(struct blk_mq_tag_set *set, struct request *rq, argument
1901 struct Scsi_Host *shost = set->driver_data;
1926 static void scsi_mq_exit_request(struct blk_mq_tag_set *set, struct request *rq, argument
1929 struct Scsi_Host *shost = set->driver_data;
1957 static void scsi_map_queues(struct blk_mq_tag_set *set) argument
1959 struct Scsi_Host *shost = container_of(set, struct Scsi_Host, tag_set);
1963 blk_mq_map_queues(&set->map[HCTX_TYPE_DEFAULT]);
2238 * @dbd: set t
[all...]
/linux-master/drivers/s390/cio/
H A Didset.c26 struct idset *set; local
28 set = vmalloc(sizeof(struct idset) +
30 if (set) {
31 set->num_ssid = num_ssid;
32 set->num_id = num_id;
33 memset(set->bitmap, 0, idset_bitmap_size(num_ssid, num_id));
35 return set;
38 void idset_free(struct idset *set) argument
40 vfree(set);
43 void idset_fill(struct idset *set) argument
49 idset_add(struct idset *set, int ssid, int id) argument
54 idset_del(struct idset *set, int ssid, int id) argument
59 idset_contains(struct idset *set, int ssid, int id) argument
69 idset_sch_add(struct idset *set, struct subchannel_id schid) argument
74 idset_sch_del(struct idset *set, struct subchannel_id schid) argument
80 idset_sch_del_subseq(struct idset *set, struct subchannel_id schid) argument
87 idset_sch_contains(struct idset *set, struct subchannel_id schid) argument
92 idset_is_empty(struct idset *set) argument
[all...]
/linux-master/drivers/regulator/
H A Drpi-panel-attiny-regulator.c364 state->gc.set = attiny_gpio_set;
H A Dcore.c638 /* If we have no suspend mode configuration don't set anything;
1017 * first check to see if we can set modes at all, otherwise just
1042 /* set the optimum mode for our new total regulator load */
1045 rdev_err(rdev, "failed to set load %d: %pe\n",
1053 * wasn't set.
1098 rdev_err(rdev, "failed to set optimum mode %x: %pe\n",
1127 rdev_err(rdev, "failed to set voltage: %pe\n", ERR_PTR(ret));
1135 rdev_err(rdev, "failed to set mode: %pe\n", ERR_PTR(ret));
1401 rdev_err(rdev, "Failed to set current constraint, %d\n", ret);
1411 int (*set)(struc
[all...]
/linux-master/drivers/pwm/
H A Dpwm-pca9685.c29 * prescale setting as the one set by the first requested channel.
135 /* Helper function to set the duty cycle ratio to duty/4096 (e.g. duty=2048 -> 50%) */
155 * If usage_power is set, the pca9685 driver will phase shift
187 /* Full OFF bit is set */
193 /* Full ON bit is set */
325 pca->gpio.set = pca9685_pwm_gpio_set;
/linux-master/drivers/platform/x86/
H A Deeepc-laptop.c1016 static ssize_t store_sys_hwmon(void (*set)(int), const char *buf, size_t count) argument
1023 set(value);
1302 Check if cm_getv[cm] works and, if yes, assume cm should be set. */
/linux-master/drivers/pinctrl/
H A Dpinctrl-cy8c95x0.c910 * clear conflicting set bits in the other drive mode registers.
977 * clear conflicting set bits in the other drive mode registers.
1022 gc->set = cy8c95x0_gpio_set_value;
1315 /* Set direction to output & set output to 1 so that PWM can work */
/linux-master/drivers/perf/
H A Dxgene_pmu.c408 XGENE_PMU_EVENT_ATTR(sip-insertions-r-set, 0x16),
410 XGENE_PMU_EVENT_ATTR(dip-insertions-r-set, 0x18),
412 XGENE_PMU_EVENT_ATTR(dip-insertions-force-r-set, 0x1a),
417 XGENE_PMU_EVENT_ATTR(r-set-replacement, 0x1f),
/linux-master/drivers/nvme/host/
H A Dcore.c150 * that had previously been set to the resetting state. This is intended for
714 /* passthru commands should let the driver set the SGL flags */
768 * command, which is require to set the queue live in the
958 * we enable the PRACT bit for protection information or set the
1145 /* Ignore execution restrictions if any relaxation bits are set */
1492 dev_warn(ctrl->device, "Command set not reported for nsid:%d\n",
1644 dev_err(ctrl->device, "Could not set queue count (%d)\n", status);
2122 * Only set the DEAC bit if the device guarantees that reads from
2208 * To work around this, we explicitly set the device
2434 "could not set timestam
4383 nvme_alloc_admin_tag_set(struct nvme_ctrl *ctrl, struct blk_mq_tag_set *set, const struct blk_mq_ops *ops, unsigned int cmd_size) argument
4447 nvme_alloc_io_tag_set(struct nvme_ctrl *ctrl, struct blk_mq_tag_set *set, const struct blk_mq_ops *ops, unsigned int nr_maps, unsigned int cmd_size) argument
[all...]
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c2166 * which case this needs to be set up again
2719 bool set)
2780 * set, otherwise reject.
4222 /* For all MCS and bandwidth, set 8 NSS for both Tx and
4227 * Since B0, B1, B2 and B3 are not set in
4228 * the supported channel width set field in the
4330 /* For all MCS and bandwidth, set 8 NSS for both Tx and
4335 * Since B0, B1, B2 and B3 are not set in
4336 * the supported channel width set field in the
4495 /* For all MCS and bandwidth, set
2717 mac80211_hwsim_set_tim(struct ieee80211_hw *hw, struct ieee80211_sta *sta, bool set) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dphy.c578 * so the decision just depends on if all bitrates are set or not.
2377 "[TXPWR] set txpwr byrate with ch=%d\n", ch);
2427 rtw89_debug(rtwdev, RTW89_DBG_TXPWR, "[TXPWR] set txpwr offset\n");
2456 "[TXPWR] set txpwr limit with ch=%d bw=%d\n", ch, bw);
2491 "[TXPWR] set txpwr limit ru with ch=%d bw=%d\n", ch, bw);
5425 struct rtw89_agc_gaincode_set *set)
5428 s8 lna_gain = dig->lna_gain[set->lna_idx];
5429 s8 tia_gain = dig->tia_gain[set->tia_idx];
5444 struct rtw89_agc_gaincode_set *set)
5446 set
5424 rtw89_phy_dig_rxb_idx_by_rssi(struct rtw89_dev *rtwdev, u8 rssi, struct rtw89_agc_gaincode_set *set) argument
5443 rtw89_phy_dig_gaincode_by_rssi(struct rtw89_dev *rtwdev, u8 rssi, struct rtw89_agc_gaincode_set *set) argument
5527 rtw89_phy_dig_set_igi_cr(struct rtw89_dev *rtwdev, const struct rtw89_agc_gaincode_set set) argument
[all...]

Completed in 368 milliseconds

<<11121314151617181920>>