Searched refs:sign (Results 1 - 25 of 445) sorted by last modified time

1234567891011>>

/linux-master/fs/btrfs/
H A Dqgroup.c1483 struct btrfs_qgroup *src, int sign)
1499 qgroup->rfer += sign * num_bytes;
1500 qgroup->rfer_cmpr += sign * num_bytes;
1502 WARN_ON(sign < 0 && qgroup->excl < num_bytes);
1503 qgroup->excl += sign * num_bytes;
1504 qgroup->excl_cmpr += sign * num_bytes;
1506 if (sign > 0)
1535 u64 src, u64 dst, int sign)
1546 err = __qgroup_excl_accounting(fs_info, dst, qgroup, sign);
4811 const int sign
1482 __qgroup_excl_accounting(struct btrfs_fs_info *fs_info, u64 ref_root, struct btrfs_qgroup *src, int sign) argument
1534 quick_update_accounting(struct btrfs_fs_info *fs_info, u64 src, u64 dst, int sign) argument
4809 const int sign = (delta->is_inc ? 1 : -1); local
[all...]
/linux-master/arch/arm/net/
H A Dbpf_jit_32.c520 static inline void emit_udivmod(u8 rd, u8 rm, u8 rn, struct jit_ctx *ctx, u8 op, u8 sign) argument
529 emit(sign ? ARM_SDIV(rd, rm, rn) : ARM_UDIV(rd, rm, rn), ctx);
531 emit(sign ? ARM_SDIV(ARM_IP, rm, rn) : ARM_UDIV(ARM_IP, rm, rn), ctx);
559 if (sign) {
589 u8 op, u8 sign)
627 if (sign) {
925 /* Sign extend rs if needed. If off == 32, lower 32-bits of src are moved to dst and sign
943 * In this case src_lo was loaded into rd(tmp[1]) but rd was not sign extended as off==32.
1332 /* Load a Byte with sign extension*/
1336 /* Load a HalfWord with sign extensio
588 emit_udivmod64(const s8 *rd, const s8 *rm, const s8 *rn, struct jit_ctx *ctx, u8 op, u8 sign) argument
[all...]
/linux-master/fs/smb/client/
H A Dtransport.c762 if (server->sign)
942 if (server->sign) {
1121 * Make sure that we sign in the same order that we send on this socket
1397 /* make sure that we sign in the same order that we send on this socket
1541 /* make sure that we sign in the same order that we send on this socket
H A Dsmb2transport.c279 * For SMB2+, __cifs_calc_signature() expects to sign only the actual
341 cifs_server_dbg(VFS, "%s: Could not init sign hmac\n", __func__);
608 * For SMB2+, __cifs_calc_signature() expects to sign only the actual
712 cifs_dbg(VFS, "sign fail cmd 0x%x message id 0x%llx\n",
840 if (len > 24 && server->sign && !mid->decrypted) {
H A Dsmb2pdu.c153 if (server && server->sign && !smb3_encryption_required(tcon))
1097 if (ses->sign)
1245 rc = cifs_enable_signing(server, ses->sign);
1285 * can not sign it (ie are not known user). Even if signing is not
1287 * sign just this, the first and only signed request on a connection.
1313 if (tcon->ses->sign)
1497 if (server->sign)
1932 if ((ses->session_flags & SMB2_SESSION_FLAG_IS_GUEST) && (ses->sign))
1978 else if (server->sign)
4373 if (server->sign)
[all...]
H A Dsmb2ops.c463 if (server->sign)
511 if (server->sign)
4229 u8 sign[SMB2_SIGNATURE_SIZE] = {}; local
4271 creq = smb2_get_aead_req(tfm, rqst, num_rqst, sign, &iv, &req, &sg,
4277 memcpy(sign, &tr_hdr->Signature, SMB2_SIGNATURE_SIZE);
4300 memcpy(&tr_hdr->Signature, sign, SMB2_SIGNATURE_SIZE);
H A Dmisc.c296 if (treeCon->ses->server->sign)
H A Dfs_context.h201 bool sign; /* was signing requested via mnt opts? */ member in struct:smb3_fs_context
H A Dconnect.c942 server->sign = true;
951 server->sign = true;
954 if (cifs_rdma_enabled(server) && server->sign)
1498 * the server->sign had better be too.
1500 if (ctx->sign && !server->sign)
2342 ses->sign = ctx->sign;
3732 if (ses->server->sign)
4032 ctx->sign
[all...]
H A Dfs_context.c109 fsparam_flag("sign", Opt_sign),
212 ctx->sign = false;
219 ctx->sign = true;
225 ctx->sign = true;
231 ctx->sign = true;
1553 ctx->sign = true;
1556 ctx->sign = true;
H A Dcifsglob.h283 /* setup request: allocate mid, sign message */
287 /* setup async request: allocate mid, sign message */
713 bool sign; /* is signing enabled on this connection? */ member in struct:TCP_Server_Info
1085 bool sign; /* is signing required? */ member in struct:cifs_ses
H A Dcifsfs.c488 if (ses->sign)
H A Dsmb1ops.c464 (!(server->capabilities & CAP_UNIX) && server->sign))
H A Dcifssmb.c501 rc = cifs_enable_signing(server, ses->sign);
643 if (ses->server->sign)
1281 if (server->sign) {
1297 if (server->sign && rdata->got_bytes)
1298 /* reset bytes number since we can not check a sign */
4371 if (ses->server->sign)
H A Dcifs_debug.c446 if (server->sign)
528 if (ses->sign)
/linux-master/
H A DMakefile1828 sign-only=$(if $(filter modules_install,$(MAKECMDGOALS)),,y)
1838 @echo >&2 '*** CONFIG_MODULE_SIG is disabled. You cannot sign modules.'
/linux-master/fs/ntfs3/
H A Dsuper.c1080 rec->rhdr.sign = NTFS_FILE_SIGNATURE;
/linux-master/fs/smb/server/
H A Dsmb2pdu.c1231 conn->sign = true;
1235 conn->sign = true;
1515 (conn->sign || server_conf.enforced_signing)) ||
1517 sess->sign = true;
1534 sess->sign = false;
1602 if ((conn->sign || server_conf.enforced_signing) ||
1604 sess->sign = true;
1616 sess->sign = false;
8638 * smb2_check_sign_req() - handler for req packet sign processing
8682 * smb2_set_sign_rsp() - handler for rsp packet sign processin
[all...]
H A Dserver.c235 (work->sess->sign || smb3_11_final_sess_setup_resp(work) ||
/linux-master/drivers/platform/x86/amd/pmf/
H A Dpmf.h22 u32 sign; member in struct:cookie_header
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c53 u8 sign; member in struct:vdec_vp9_slice_frame_ctx::__anon53
124 u32 sign[2]; member in struct:vdec_vp9_slice_frame_counts::__anon59
144 * @sign: motion vector sign counts.
157 u32 sign[2][2]; member in struct:vdec_vp9_slice_counts_map
1260 for (i = 0; i < ARRAY_SIZE(counts_map->sign); i++)
1261 memcpy(counts_map->sign[i], counts->mvcomp[i].sign,
1262 sizeof(counts_map->sign[0]));
1263 counts_helper->sign
[all...]
/linux-master/fs/bcachefs/
H A Dutil.c530 * @sign: 1 or -1; 1 if increasing the rate makes actual go up, -1 if increasing
534 s64 target, s64 actual, int sign)
565 change *= (sign * -1);
533 bch2_pd_controller_update(struct bch_pd_controller *pd, s64 target, s64 actual, int sign) argument
H A Dbset.h466 int sign)
468 n->live_u64s += k->u64s * sign;
469 n->bset_u64s[bset] += k->u64s * sign;
472 n->packed_keys += sign;
474 n->unpacked_keys += sign;
/linux-master/drivers/gpu/drm/i915/
H A DMakefile28 subdir-ccflags-y += -Wno-sign-compare
/linux-master/scripts/mod/
H A Dmodpost.c1230 uint32_t inst, upper, lower, sign, j1, j2; local
1273 sign = (upper >> 10) & 1;
1276 offset = sign_extend32((sign << 20) | (j2 << 19) | (j1 << 18) |
1297 sign = (upper >> 10) & 1;
1300 offset = sign_extend32((sign << 24) |
1301 ((~(j1 ^ sign) & 1) << 23) |
1302 ((~(j2 ^ sign) & 1) << 22) |

Completed in 804 milliseconds

1234567891011>>