Home
last modified time | relevance | path

Searched refs:flen (Results 1 – 25 of 56) sorted by relevance

123

/linux/fs/ntfs/
A Ddebug.c34 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 = strlen(function); in __ntfs_debug()
[all …]
/linux/fs/xfs/
A Dxfs_extent_busy.c131 xfs_extlen_t flen, in xfs_extent_busy_update_extent() argument
135 xfs_agblock_t fend = fbno + flen; in xfs_extent_busy_update_extent()
278 xfs_extlen_t flen, in xfs_extent_busy_reuse() argument
283 ASSERT(flen > 0); in xfs_extent_busy_reuse()
293 if (fbno + flen <= bbno) { in xfs_extent_busy_reuse()
328 xfs_extlen_t flen; in xfs_extent_busy_trim() local
336 flen = *len; in xfs_extent_busy_trim()
473 flen = fend - fbno; in xfs_extent_busy_trim()
479 fbno, flen); in xfs_extent_busy_trim()
481 *len = flen; in xfs_extent_busy_trim()
[all …]
A Dxfs_discard.c68 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, pag, 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()
A Dxfs_reflink.c136 xfs_extlen_t *flen, in xfs_reflink_find_shared() argument
149 error = xfs_refcount_find_shared(cur, agbno, aglen, fbno, flen, in xfs_reflink_find_shared()
178 xfs_extlen_t flen; in xfs_reflink_trim_around_shared() local
194 aglen, &fbno, &flen, true); in xfs_reflink_trim_around_shared()
209 irec->br_blockcount = flen; in xfs_reflink_trim_around_shared()
1364 loff_t flen = *len + (pos_out - XFS_ISIZE(dest)); in xfs_reflink_remap_prep() local
1365 ret = xfs_flush_unmap_range(dest, XFS_ISIZE(dest), flen); in xfs_reflink_remap_prep()
/linux/crypto/
A Dmichael_mic.c65 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()
/linux/fs/xfs/libxfs/
A Dxfs_alloc.c457 nflen1 != flen)) in xfs_alloc_fixup_trees()
476 nflen1 != flen)) in xfs_alloc_fixup_trees()
510 nflen1 = flen - rlen; in xfs_alloc_fixup_trees()
1107 flen = 0; in xfs_alloc_ag_vextent_small()
1110 *flenp = flen; in xfs_alloc_ag_vextent_small()
1249 tlen = flen; in xfs_alloc_ag_vextent_exact()
1754 (rlen > flen || in xfs_alloc_ag_vextent_size()
1767 bestflen = flen; in xfs_alloc_ag_vextent_size()
1796 bestflen = flen; in xfs_alloc_ag_vextent_size()
1811 flen = bestflen; in xfs_alloc_ag_vextent_size()
[all …]
A Dxfs_refcount.c1291 xfs_extlen_t *flen, in xfs_refcount_find_shared() argument
1304 *flen = 0; in xfs_refcount_find_shared()
1353 *flen = min(tmp.rc_blockcount, agbno + aglen - *fbno); in xfs_refcount_find_shared()
1358 while (*fbno + *flen < agbno + aglen) { in xfs_refcount_find_shared()
1372 tmp.rc_startblock != *fbno + *flen) in xfs_refcount_find_shared()
1374 *flen = min(*flen + tmp.rc_blockcount, agbno + aglen - *fbno); in xfs_refcount_find_shared()
1379 cur->bc_ag.pag->pag_agno, *fbno, *flen); in xfs_refcount_find_shared()
/linux/net/phonet/
A Dpep-gprs.c88 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()
/linux/arch/powerpc/net/
A Dbpf_jit_comp.c98 int flen; in bpf_int_jit_compile() local
127 flen = fp->len; in bpf_int_jit_compile()
139 addrs = kcalloc(flen + 1, sizeof(*addrs), GFP_KERNEL); in bpf_int_jit_compile()
231 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_int_jit_compile()
/linux/fs/udf/
A Ddir.c48 int flen; in udf_readdir() local
203 flen = udf_get_filename(sb, nameptr, lfi, fname, UDF_NAME_LEN); in udf_readdir()
204 if (flen < 0) in udf_readdir()
209 if (!dir_emit(ctx, fname, flen, iblock, DT_UNKNOWN)) in udf_readdir()
/linux/fs/xfs/scrub/
A Dalloc.c43 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()
A Drmap.c39 xfs_extlen_t flen; in xchk_rmapbt_xref_refc() local
56 irec->rm_blockcount, &fbno, &flen, false); in xchk_rmapbt_xref_refc()
59 if (flen != 0 && (non_inode || is_attr || is_bmbt || is_unwritten)) in xchk_rmapbt_xref_refc()
/linux/fs/nfsd/
A Dvfs.c1203 char *fname, int flen, struct iattr *iap, in nfsd_create_locked() argument
1315 char *fname, int flen, struct iattr *iap, in nfsd_create() argument
1322 if (isdotent(fname, flen)) in nfsd_create()
1370 if (!flen) in do_nfsd_create()
1373 if (isdotent(fname, flen)) in do_nfsd_create()
1565 char *fname, int flen, in nfsd_symlink() argument
1574 if (!flen || path[0] == '\0') in nfsd_symlink()
1577 if (isdotent(fname, flen)) in nfsd_symlink()
1736 if (!flen || isdotent(fname, flen) || !tlen || isdotent(tname, tlen)) in nfsd_rename()
1840 char *fname, int flen) in nfsd_unlink() argument
[all …]
A Dxdr.h49 unsigned int flen; member
65 unsigned int flen; member
/linux/tools/testing/selftests/arm64/signal/
A Dtest_signals_utils.c37 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()
/linux/net/core/
A Dsock_diag.c77 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()
/linux/drivers/media/usb/pwc/
A Dpwc-if.c289 int i, fst, flen; in pwc_isoc_handler() local
347 flen = urb->iso_frame_desc[i].actual_length; in pwc_isoc_handler()
353 if (flen > 0 && pdev->vsync) { in pwc_isoc_handler()
361 if (flen + fbuf->filled > pdev->frame_total_size) { in pwc_isoc_handler()
363 flen + fbuf->filled, in pwc_isoc_handler()
368 flen); in pwc_isoc_handler()
369 fbuf->filled += flen; in pwc_isoc_handler()
372 if (flen < pdev->vlast_packet_size) { in pwc_isoc_handler()
383 pdev->vlast_packet_size = flen; in pwc_isoc_handler()
/linux/tools/bpf/
A Dbpf_jit_disasm.c176 int ret, flen, pass, ulen = 0; in get_last_jit_image() local
204 &flen, &proglen, &pass, &base); in get_last_jit_image()
244 proglen, pass, flen); in get_last_jit_image()
/linux/tools/perf/jvmti/
A Djvmti_agent.c422 size_t sret, len, size, flen = 0; in jvmti_write_debug_info() local
439 flen += strlen(file_names[i]) + 1; in jvmti_write_debug_info()
456 size += flen; in jvmti_write_debug_info()
/linux/net/decnet/
A Ddn_nsp_in.c177 unsigned char flen = *ptr++; in dn_check_idf() local
180 if (flen > max) in dn_check_idf()
182 if ((flen + follow_on) > *len) in dn_check_idf()
185 *len -= flen; in dn_check_idf()
186 *pptr = ptr + flen; in dn_check_idf()
/linux/drivers/net/wireless/intersil/hostap/
A Dhostap_80211_rx.c920 int flen; in hostap_80211_rx() local
931 flen = skb->len; in hostap_80211_rx()
933 flen -= hdrlen; in hostap_80211_rx()
935 if (frag_skb->tail + flen > frag_skb->end) { in hostap_80211_rx()
946 skb_copy_from_linear_data(skb, skb_put(frag_skb, flen), in hostap_80211_rx()
947 flen); in hostap_80211_rx()
953 flen), flen); in hostap_80211_rx()
/linux/arch/sparc/net/
A Dbpf_jit_comp_32.c331 int i, flen = fp->len, pc_ret0 = -1; in bpf_jit_compile() local
338 addrs = kmalloc_array(flen, sizeof(*addrs), GFP_KERNEL); in bpf_jit_compile()
345 for (proglen = 0, i = 0; i < flen; i++) { in bpf_jit_compile()
390 for (i = 0; i < flen; i++) { in bpf_jit_compile()
497 if (i != flen - 1) { in bpf_jit_compile()
747 bpf_jit_dump(flen, proglen, pass + 1, image); in bpf_jit_compile()
/linux/tools/testing/selftests/net/
A Dpsock_tpacket.c72 int type, rd_num, flen, version; member
643 ring->flen = ring->req.tp_frame_size; in __v1_v2_fill()
664 ring->flen = ring->req3.tp_block_size; in __v3_fill()
721 ring->rd[i].iov_base = ring->mm_space + (i * ring->flen); in mmap_ring()
722 ring->rd[i].iov_len = ring->flen; in mmap_ring()
/linux/drivers/net/ppp/
A Dppp_generic.c1911 int flen; in ppp_mp_explode() local
2036 flen = len; in ppp_mp_explode()
2041 flen++; in ppp_mp_explode()
2062 flen = len; in ppp_mp_explode()
2069 if (flen <= 0) { in ppp_mp_explode()
2083 if (flen > mtu) in ppp_mp_explode()
2084 flen = mtu; in ppp_mp_explode()
2085 if (flen == len) in ppp_mp_explode()
2087 frag = alloc_skb(flen + hdrlen + (flen == 0), GFP_ATOMIC); in ppp_mp_explode()
2112 p += flen; in ppp_mp_explode()
[all …]
/linux/Documentation/devicetree/bindings/leds/
A Dleds-aat1290.txt12 - flen-gpios : Must be device tree identifier of the flash device FL_EN pin.
48 flen-gpios = <&gpj1 1 GPIO_ACTIVE_HIGH>;

Completed in 59 milliseconds

123