/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | debug.c | 34 int flen = 0; in __ntfs_warning() local 41 flen = strlen(function); in __ntfs_warning() 47 sb->s_id, flen ? function : "", &vaf); in __ntfs_warning() 49 pr_warn("%s(): %pV\n", flen ? function : "", &vaf); in __ntfs_warning() 77 int flen = 0; in __ntfs_error() local 84 flen = strlen(function); in __ntfs_error() 90 sb->s_id, flen ? function : "", &vaf); in __ntfs_error() 92 pr_err("%s(): %pV\n", flen ? function : "", &vaf); in __ntfs_error() 106 int flen = 0; in __ntfs_debug() local 111 flen in __ntfs_debug() [all...] |
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | debug.c | 34 int flen = 0; in __ntfs_warning() local 41 flen = strlen(function); in __ntfs_warning() 47 sb->s_id, flen ? function : "", &vaf); in __ntfs_warning() 49 pr_warn("%s(): %pV\n", flen ? function : "", &vaf); in __ntfs_warning() 77 int flen = 0; in __ntfs_error() local 84 flen = strlen(function); in __ntfs_error() 90 sb->s_id, flen ? function : "", &vaf); in __ntfs_error() 92 pr_err("%s(): %pV\n", flen ? function : "", &vaf); in __ntfs_error() 106 int flen = 0; in __ntfs_debug() local 111 flen in __ntfs_debug() [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_discard.c | 68 xfs_extlen_t flen; in xfs_trim_extents() local 72 error = xfs_alloc_get_rec(cur, &fbno, &flen, &i); in xfs_trim_extents() 79 ASSERT(flen <= be32_to_cpu(agf->agf_longest)); in xfs_trim_extents() 87 dlen = XFS_FSB_TO_BB(mp, flen); in xfs_trim_extents() 93 trace_xfs_discard_toosmall(mp, agno, fbno, flen); in xfs_trim_extents() 103 trace_xfs_discard_exclude(mp, agno, fbno, flen); in xfs_trim_extents() 111 if (xfs_extent_busy_search(mp, agno, fbno, flen)) { in xfs_trim_extents() 112 trace_xfs_discard_busy(mp, agno, fbno, flen); in xfs_trim_extents() 116 trace_xfs_discard_extent(mp, agno, fbno, flen); in xfs_trim_extents() 120 *blocks_trimmed += flen; in xfs_trim_extents() [all...] |
H A D | xfs_extent_busy.c | 139 xfs_extlen_t flen, 143 xfs_agblock_t fend = fbno + flen; 266 trace_xfs_extent_busy_reuse(mp, pag->pag_agno, fbno, flen); 272 trace_xfs_extent_busy_force(mp, pag->pag_agno, fbno, flen); 279 * For a given extent [fbno, flen], make sure we can reuse it safely. 286 xfs_extlen_t flen, in xfs_extent_busy_reuse() 292 ASSERT(flen > 0); in xfs_extent_busy_reuse() 304 if (fbno + flen <= bbno) { in xfs_extent_busy_reuse() 312 if (!xfs_extent_busy_update_extent(mp, pag, busyp, fbno, flen, in xfs_extent_busy_reuse() 321 * For a given extent [fbno, flen], searc 282 xfs_extent_busy_reuse( struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agblock_t fbno, xfs_extlen_t flen, bool userdata) xfs_extent_busy_reuse() argument 340 xfs_extlen_t flen; xfs_extent_busy_trim() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_extent_busy.c | 154 xfs_extlen_t flen, 158 xfs_agblock_t fend = fbno + flen; 282 trace_xfs_extent_busy_reuse(mp, pag->pag_agno, fbno, flen); 288 trace_xfs_extent_busy_force(mp, pag->pag_agno, fbno, flen); 295 * For a given extent [fbno, flen], make sure we can reuse it safely. 302 xfs_extlen_t flen, in xfs_extent_busy_reuse() 307 ASSERT(flen > 0); in xfs_extent_busy_reuse() 317 if (fbno + flen <= bbno) { in xfs_extent_busy_reuse() 325 if (!xfs_extent_busy_update_extent(mp, pag, busyp, fbno, flen, in xfs_extent_busy_reuse() 333 * For a given extent [fbno, flen], searc 298 xfs_extent_busy_reuse( struct xfs_mount *mp, struct xfs_perag *pag, xfs_agblock_t fbno, xfs_extlen_t flen, bool userdata) xfs_extent_busy_reuse() argument 352 xfs_extlen_t flen; xfs_extent_busy_trim() local [all...] |
H A D | xfs_discard.c | 199 xfs_extlen_t flen; in xfs_trim_gather_extents() local 203 error = xfs_alloc_get_rec(cur, &fbno, &flen, &i); in xfs_trim_gather_extents() 217 tcur->ar_blockcount = flen; in xfs_trim_gather_extents() 227 dlen = XFS_FSB_TO_BB(mp, flen); in xfs_trim_gather_extents() 233 trace_xfs_discard_toosmall(mp, pag->pag_agno, fbno, flen); in xfs_trim_gather_extents() 244 trace_xfs_discard_exclude(mp, pag->pag_agno, fbno, flen); in xfs_trim_gather_extents() 252 if (xfs_extent_busy_search(mp, pag, fbno, flen)) { in xfs_trim_gather_extents() 253 trace_xfs_discard_busy(mp, pag->pag_agno, fbno, flen); in xfs_trim_gather_extents() 257 xfs_extent_busy_insert_discard(pag, fbno, flen, in xfs_trim_gather_extents() 259 *blocks_trimmed += flen; in xfs_trim_gather_extents() [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | michael_mic.c | 65 int flen = 4 - mctx->pending_len; in michael_update() local 66 if (flen > len) in michael_update() 67 flen = len; in michael_update() 68 memcpy((u8 *)&mctx->pending + mctx->pending_len, data, flen); in michael_update() 69 mctx->pending_len += flen; in michael_update() 70 data += flen; in michael_update() 71 len -= flen; in michael_update()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | michael_mic.c | 65 int flen = 4 - mctx->pending_len; in michael_update() local 66 if (flen > len) in michael_update() 67 flen = len; in michael_update() 68 memcpy((u8 *)&mctx->pending + mctx->pending_len, data, flen); in michael_update() 69 mctx->pending_len += flen; in michael_update() 70 data += flen; in michael_update() 71 len -= flen; in michael_update()
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | dir.c | 39 int flen; in udf_readdir() local 106 flen = udf_get_filename(sb, iter.name, in udf_readdir() 108 if (flen < 0) in udf_readdir() 113 if (!dir_emit(ctx, fname, flen, iblock, DT_UNKNOWN)) in udf_readdir()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | srv6_end_x_next_csid_l3vpn_test.sh | 1067 local flen="$4" 1074 if [ "${flen}" != "d" ]; then 1075 layout="${layout} nflen ${flen}" 1092 local flen="$3" 1098 __nextcsid_end_x_behavior_test "${nsname}" "add" "${blen}" "${flen}" 1100 __nextcsid_end_x_behavior_test "${nsname}" "del" "${blen}" "${flen}" 1118 local flen 1126 flen="$(__parse_csid_container_cfg "${cfg}" 2)" 1132 "${flen}" 1137 "Accept valid C-SID container cfg (lblen=${blen}, nflen=${flen})" [all...] |
H A D | srv6_end_next_csid_l3vpn_test.sh | 1000 local flen="$4" 1007 if [ "${flen}" != "d" ]; then 1008 layout="${layout} nflen ${flen}" 1024 local flen="$3" 1030 __nextcsid_end_behavior_test "${nsname}" "add" "${blen}" "${flen}" 1032 __nextcsid_end_behavior_test "${nsname}" "del" "${blen}" "${flen}" 1050 local flen 1058 flen="$(__parse_csid_container_cfg "${cfg}" 2)" 1064 "${flen}" 1069 "Accept valid C-SID container cfg (lblen=${blen}, nflen=${flen})" [all...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 423 * actual (current) free extent fbno for flen blocks. 432 xfs_extlen_t flen, /* length of free extent */ in xfs_alloc_fixup_trees() 457 nflen1 != flen)) in xfs_alloc_fixup_trees() 461 if ((error = xfs_alloc_lookup_eq(cnt_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees() 476 nflen1 != flen)) in xfs_alloc_fixup_trees() 480 if ((error = xfs_alloc_lookup_eq(bno_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees() 506 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees() 510 nflen1 = flen - rlen; in xfs_alloc_fixup_trees() 512 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees() 514 nflen1 = flen in xfs_alloc_fixup_trees() 428 xfs_alloc_fixup_trees( xfs_btree_cur_t *cnt_cur, xfs_btree_cur_t *bno_cur, xfs_agblock_t fbno, xfs_extlen_t flen, xfs_agblock_t rbno, xfs_extlen_t rlen, int flags) xfs_alloc_fixup_trees() argument 1032 xfs_extlen_t flen = 0; xfs_alloc_ag_vextent_small() local 1208 xfs_extlen_t flen; /* length of found extent */ xfs_alloc_ag_vextent_exact() local 1666 xfs_extlen_t flen; /* length of found freespace */ xfs_alloc_ag_vextent_size() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | alloc.c | 43 xfs_extlen_t flen; in xchk_allocbt_xref_other() local 62 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other() 70 if (fbno != agbno || flen != len) in xchk_allocbt_xref_other()
|
/kernel/linux/linux-6.6/arch/powerpc/net/ |
H A D | bpf_jit_comp.c | 65 int flen; in bpf_int_jit_compile() local 96 flen = fp->len; in bpf_int_jit_compile() 109 addrs = kcalloc(flen + 1, sizeof(*addrs), GFP_KERNEL); in bpf_int_jit_compile() 194 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_int_jit_compile()
|
/kernel/linux/linux-5.10/fs/udf/ |
H A D | dir.c | 49 int flen; in udf_readdir() local 204 flen = udf_get_filename(sb, nameptr, lfi, fname, UDF_NAME_LEN); in udf_readdir() 205 if (flen < 0) in udf_readdir() 210 if (!dir_emit(ctx, fname, flen, iblock, DT_UNKNOWN)) in udf_readdir()
|
/kernel/linux/linux-5.10/net/phonet/ |
H A D | pep-gprs.c | 88 int flen = 0; in gprs_recv() local 106 flen += fs->len; in gprs_recv() 109 skb->len -= flen; in gprs_recv() 110 skb->data_len -= flen; in gprs_recv() 111 skb->truesize -= flen; in gprs_recv()
|
/kernel/linux/linux-6.6/net/phonet/ |
H A D | pep-gprs.c | 90 int flen = 0; in gprs_recv() local 108 flen += fs->len; in gprs_recv() 111 skb->len -= flen; in gprs_recv() 112 skb->data_len -= flen; in gprs_recv() 113 skb->truesize -= flen; in gprs_recv()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 468 * actual (current) free extent fbno for flen blocks. 477 xfs_extlen_t flen, /* length of free extent */ in xfs_alloc_fixup_trees() 502 nflen1 != flen)) in xfs_alloc_fixup_trees() 506 if ((error = xfs_alloc_lookup_eq(cnt_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees() 521 nflen1 != flen)) in xfs_alloc_fixup_trees() 525 if ((error = xfs_alloc_lookup_eq(bno_cur, fbno, flen, &i))) in xfs_alloc_fixup_trees() 551 if (rbno == fbno && rlen == flen) in xfs_alloc_fixup_trees() 555 nflen1 = flen - rlen; in xfs_alloc_fixup_trees() 557 } else if (rbno + rlen == fbno + flen) { in xfs_alloc_fixup_trees() 559 nflen1 = flen in xfs_alloc_fixup_trees() 473 xfs_alloc_fixup_trees( struct xfs_btree_cur *cnt_cur, struct xfs_btree_cur *bno_cur, xfs_agblock_t fbno, xfs_extlen_t flen, xfs_agblock_t rbno, xfs_extlen_t rlen, int flags) xfs_alloc_fixup_trees() argument 1085 xfs_extlen_t flen = 0; xfs_alloc_ag_vextent_small() local 1190 xfs_extlen_t flen; /* length of found extent */ xfs_alloc_ag_vextent_exact() local 1661 xfs_extlen_t flen; /* length of found freespace */ xfs_alloc_ag_vextent_size() local 2597 xfs_extlen_t flen; xfs_exact_minlen_extent_available() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | alloc.c | 52 xfs_extlen_t flen; in xchk_allocbt_xref_other() local 71 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other() 79 if (fbno != agbno || flen != len) in xchk_allocbt_xref_other()
|
/kernel/linux/linux-5.10/arch/powerpc/net/ |
H A D | bpf_jit_comp.c | 115 int flen = fp->len; in bpf_jit_build_body() local 121 unsigned int exit_addr = addrs[flen]; in bpf_jit_build_body() 123 for (i = 0; i < flen; i++) { in bpf_jit_build_body() 269 if (i != flen - 1) { in bpf_jit_build_body() 285 if (i != flen - 1) { in bpf_jit_build_body() 559 int flen = fp->len; in bpf_jit_compile() local 564 addrs = kcalloc(flen + 1, sizeof(*addrs), GFP_KERNEL); in bpf_jit_compile() 659 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_jit_compile()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | vfs.c | 1228 char *fname, int flen, struct iattr *iap, in nfsd_create_locked() 1339 char *fname, int flen, struct iattr *iap, in nfsd_create() 1346 if (isdotent(fname, flen)) in nfsd_create() 1360 dchild = lookup_one_len(fname, dentry, flen); in nfsd_create() 1372 return nfsd_create_locked(rqstp, fhp, fname, flen, iap, type, in nfsd_create() 1383 char *fname, int flen, struct iattr *iap, in do_nfsd_create() 1394 if (!flen) in do_nfsd_create() 1397 if (isdotent(fname, flen)) in do_nfsd_create() 1417 dchild = lookup_one_len(fname, dentry, flen); in do_nfsd_create() 1588 char *fname, int flen, in nfsd_symlink() 1227 nfsd_create_locked(struct svc_rqst *rqstp, struct svc_fh *fhp, char *fname, int flen, struct iattr *iap, int type, dev_t rdev, struct svc_fh *resfhp) nfsd_create_locked() argument 1338 nfsd_create(struct svc_rqst *rqstp, struct svc_fh *fhp, char *fname, int flen, struct iattr *iap, int type, dev_t rdev, struct svc_fh *resfhp) nfsd_create() argument 1382 do_nfsd_create(struct svc_rqst *rqstp, struct svc_fh *fhp, char *fname, int flen, struct iattr *iap, struct svc_fh *resfhp, int createmode, u32 *verifier, bool *truncp, bool *created) do_nfsd_create() argument 1587 nfsd_symlink(struct svc_rqst *rqstp, struct svc_fh *fhp, char *fname, int flen, char *path, struct svc_fh *resfhp) nfsd_symlink() argument 1735 nfsd_rename(struct svc_rqst *rqstp, struct svc_fh *ffhp, char *fname, int flen, struct svc_fh *tfhp, char *tname, int tlen) nfsd_rename() argument 1852 nfsd_unlink(struct svc_rqst *rqstp, struct svc_fh *fhp, int type, char *fname, int flen) nfsd_unlink() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/ |
H A D | test_signals_utils.c | 37 size_t flen = MAX_FEATS_SZ - 1; in feats_to_string() local 43 assert(flen > tlen); in feats_to_string() 44 flen -= tlen; in feats_to_string() 45 strncat(feats_string, feats_names[i], flen); in feats_to_string()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | sock_diag.c | 77 unsigned int flen; in sock_diag_put_filterinfo() local 94 flen = bpf_classic_proglen(fprog); in sock_diag_put_filterinfo() 96 attr = nla_reserve(skb, attrtype, flen); in sock_diag_put_filterinfo() 102 memcpy(nla_data(attr), fprog->filter, flen); in sock_diag_put_filterinfo() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/ |
H A D | test_signals_utils.c | 40 size_t flen = MAX_FEATS_SZ - 1; in feats_to_string() local 48 assert(flen > tlen); in feats_to_string() 49 flen -= tlen; in feats_to_string() 50 strncat(feats_string, feats_names[i], flen); in feats_to_string()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock_diag.c | 81 unsigned int flen; in sock_diag_put_filterinfo() local 98 flen = bpf_classic_proglen(fprog); in sock_diag_put_filterinfo() 100 attr = nla_reserve(skb, attrtype, flen); in sock_diag_put_filterinfo() 106 memcpy(nla_data(attr), fprog->filter, flen); in sock_diag_put_filterinfo() local
|