Searched refs:opts (Results 501 - 521 of 521) sorted by relevance

<<21

/linux-master/fs/bcachefs/
H A Dbtree_update_interior.c334 c->opts.metadata_target ?:
335 c->opts.foreground_target,
341 c->opts.metadata_replicas_required),
1240 c->opts.metadata_replicas,
H A Dchecksum.c436 if (bch2_crc_cmp(merged, crc_old.csum) && !c->opts.no_data_io) {
H A Dbtree_trans_commit.c1075 trans->journal_transaction_names = READ_ONCE(c->opts.journal_transaction_names);
H A Dbtree_iter.c903 c->opts.btree_node_prefetch)
950 c->opts.btree_node_prefetch) {
H A Dfsck.c1155 bool full = c->opts.fsck;
1441 unsigned encoded_extent_max_sectors = c->opts.encoded_extent_max >> 9;
H A Dec.c1623 s->v.csum_granularity_bits = ilog2(c->opts.encoded_extent_max >> 9);
/linux-master/drivers/nvme/host/
H A Dnvme.h392 struct nvmf_ctrl_options *opts; member in struct:nvme_ctrl
/linux-master/net/ceph/
H A Dosd_client.c3450 struct ceph_options *opts = osdc->client->options; local
3451 unsigned long cutoff = jiffies - opts->osd_keepalive_timeout;
3452 unsigned long expiry_cutoff = jiffies - opts->osd_request_timeout;
3479 if (opts->osd_request_timeout &&
3504 if (opts->osd_request_timeout) {
4828 struct ceph_options *opts = osdc->client->options; local
4850 ret = wait_request_timeout(req, opts->mount_timeout);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_iocb.c2449 uint16_t opts; local
2454 opts = lio->u.logio.flags & SRB_LOGIN_COND_PLOGI ? BIT_0 : 0;
2455 opts |= lio->u.logio.flags & SRB_LOGIN_SKIP_PRLI ? BIT_1 : 0;
2458 mbx->mb10 = cpu_to_le16(opts);
2460 mbx->mb1 = cpu_to_le16((sp->fcport->loop_id << 8) | opts);
H A Dqla_mbx.c6896 int qla28xx_secure_flash_update(scsi_qla_host_t *vha, uint16_t opts, argument
6905 mcp->mb[1] = opts;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c839 LIBBPF_OPTS(bpf_prog_load_opts, opts,
984 "GPL", insns, cur_pos, &opts);
/linux-master/security/
H A Dsecurity.c1023 * @opts: capability check options
1027 * @opts contains options for the capable check <include/linux/security.h>.
1034 unsigned int opts)
1036 return call_int_hook(capable, cred, ns, cap, opts);
1031 security_capable(const struct cred *cred, struct user_namespace *ns, int cap, unsigned int opts) argument
/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.c1657 LIBBPF_OPTS(bpf_xdp_query_opts, opts);
2514 LIBBPF_OPTS(bpf_link_create_opts, opts, .flags = flags);
/linux-master/kernel/trace/
H A Dtrace.h528 struct tracer_opt *opts; member in struct:tracer_flags
H A Dblktrace.c56 .opts = blk_tracer_opts,
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.c1375 efct_hw_command(struct efct_hw *hw, u8 *cmd, u32 opts, void *cb, void *arg) argument
1401 if (opts == EFCT_CMD_POLL) {
1412 } else if (opts == EFCT_CMD_NOWAIT) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2084 struct flow_dissector_key_enc_opts *opts,
2093 while (opts->len > off) {
2094 opt = (struct geneve_opt *)&opts->data[off];
5496 "Couldn't find tunnel (opts) for tun_id: %d, err: %d\n",
2083 enc_opts_is_dont_care_or_full_match(struct mlx5e_priv *priv, struct flow_dissector_key_enc_opts *opts, struct netlink_ext_ack *extack, bool *dont_care) argument
/linux-master/fs/ceph/
H A Dmds_client.c5558 struct ceph_options *opts = mdsc->fsc->client->options; local
5567 ceph_timeout_jiffies(opts->mount_timeout));
5907 struct ceph_options *opts = mdsc->fsc->client->options; local
5934 ceph_timeout_jiffies(opts->mount_timeout));
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-combo.c2512 static int qmp_combo_dp_configure(struct phy *phy, union phy_configure_opts *opts) argument
2514 const struct phy_configure_opts_dp *dp_opts = &opts->dp;
/linux-master/drivers/phy/microchip/
H A Dsparx5_serdes.c2330 union phy_configure_opts *opts)
2328 sparx5_serdes_validate(struct phy *phy, enum phy_mode mode, int submode, union phy_configure_opts *opts) argument
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py4958 opts = dbname.split()
4959 for opt in opts:

Completed in 678 milliseconds

<<21