Home
last modified time | relevance | path

Searched refs:blen (Results 51 - 75 of 138) sorted by relevance

123456

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_filestream.h18 struct xfs_alloc_arg *args, xfs_extlen_t *blen);
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_iba7220.c812 u64 err, char *buf, size_t blen) in qib_decode_7220_sdma_errs()
848 bidx += scnprintf(buf + bidx, blen - bidx, in qib_decode_7220_sdma_errs()
970 static int qib_decode_7220_err(struct qib_devdata *dd, char *buf, size_t blen, in qib_decode_7220_err() argument
981 strlcat(buf, "CRC ", blen); in qib_decode_7220_err()
986 strlcat(buf, "rhdrlen ", blen); in qib_decode_7220_err()
988 strlcat(buf, "rbadtid ", blen); in qib_decode_7220_err()
990 strlcat(buf, "rbadversion ", blen); in qib_decode_7220_err()
992 strlcat(buf, "rhdr ", blen); in qib_decode_7220_err()
994 strlcat(buf, "sendspecialtrigger ", blen); in qib_decode_7220_err()
996 strlcat(buf, "rlongpktlen ", blen); in qib_decode_7220_err()
811 qib_decode_7220_sdma_errs(struct qib_pportdata *ppd, u64 err, char *buf, size_t blen) qib_decode_7220_sdma_errs() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_iba7220.c812 u64 err, char *buf, size_t blen) in qib_decode_7220_sdma_errs()
848 bidx += scnprintf(buf + bidx, blen - bidx, in qib_decode_7220_sdma_errs()
970 static int qib_decode_7220_err(struct qib_devdata *dd, char *buf, size_t blen, in qib_decode_7220_err() argument
981 strlcat(buf, "CRC ", blen); in qib_decode_7220_err()
986 strlcat(buf, "rhdrlen ", blen); in qib_decode_7220_err()
988 strlcat(buf, "rbadtid ", blen); in qib_decode_7220_err()
990 strlcat(buf, "rbadversion ", blen); in qib_decode_7220_err()
992 strlcat(buf, "rhdr ", blen); in qib_decode_7220_err()
994 strlcat(buf, "sendspecialtrigger ", blen); in qib_decode_7220_err()
996 strlcat(buf, "rlongpktlen ", blen); in qib_decode_7220_err()
811 qib_decode_7220_sdma_errs(struct qib_pportdata *ppd, u64 err, char *buf, size_t blen) qib_decode_7220_sdma_errs() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm8985.c753 u16 blen, srate_idx; in wm8985_hw_params() local
766 blen = 0x0; in wm8985_hw_params()
769 blen = 0x1; in wm8985_hw_params()
772 blen = 0x2; in wm8985_hw_params()
775 blen = 0x3; in wm8985_hw_params()
784 WM8985_WL_MASK, blen << WM8985_WL_SHIFT); in wm8985_hw_params()
H A Dwm8983.c653 u16 blen, srate_idx; in wm8983_hw_params() local
668 blen = 0x0; in wm8983_hw_params()
671 blen = 0x1; in wm8983_hw_params()
674 blen = 0x2; in wm8983_hw_params()
677 blen = 0x3; in wm8983_hw_params()
686 WM8983_WL_MASK, blen << WM8983_WL_SHIFT); in wm8983_hw_params()
/kernel/linux/linux-5.10/fs/fat/
H A Dnamei_vfat.c159 unsigned int alen, blen; in vfat_cmpi() local
163 blen = __vfat_striptail_len(len, str); in vfat_cmpi()
164 if (alen == blen) { in vfat_cmpi()
177 unsigned int alen, blen; in vfat_cmp() local
181 blen = __vfat_striptail_len(len, str); in vfat_cmp()
182 if (alen == blen) { in vfat_cmp()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm8983.c653 u16 blen, srate_idx; in wm8983_hw_params() local
668 blen = 0x0; in wm8983_hw_params()
671 blen = 0x1; in wm8983_hw_params()
674 blen = 0x2; in wm8983_hw_params()
677 blen = 0x3; in wm8983_hw_params()
686 WM8983_WL_MASK, blen << WM8983_WL_SHIFT); in wm8983_hw_params()
H A Dwm8985.c753 u16 blen, srate_idx; in wm8985_hw_params() local
766 blen = 0x0; in wm8985_hw_params()
769 blen = 0x1; in wm8985_hw_params()
772 blen = 0x2; in wm8985_hw_params()
775 blen = 0x3; in wm8985_hw_params()
784 WM8985_WL_MASK, blen << WM8985_WL_SHIFT); in wm8985_hw_params()
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dcache.h80 char **bpp, int *blen);
246 extern void qword_addhex(char **bpp, int *lp, char *buf, int blen);
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dcache.h84 char **bpp, int *blen);
250 extern void qword_addhex(char **bpp, int *lp, char *buf, int blen);
/kernel/linux/linux-5.10/fs/nfsd/
H A Dexport.c61 char **bpp, int *blen) in expkey_request()
67 qword_add(bpp, blen, ek->ek_client->name); in expkey_request()
69 qword_add(bpp, blen, type); in expkey_request()
70 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype)); in expkey_request()
351 char **bpp, int *blen) in svc_export_request()
357 qword_add(bpp, blen, exp->ex_client->name); in svc_export_request()
358 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
364 qword_add(bpp, blen, pth); in svc_export_request()
59 expkey_request(struct cache_detail *cd, struct cache_head *h, char **bpp, int *blen) expkey_request() argument
349 svc_export_request(struct cache_detail *cd, struct cache_head *h, char **bpp, int *blen) svc_export_request() argument
/kernel/linux/linux-6.6/fs/nfsd/
H A Dexport.c61 char **bpp, int *blen) in expkey_request()
67 qword_add(bpp, blen, ek->ek_client->name); in expkey_request()
69 qword_add(bpp, blen, type); in expkey_request()
70 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype)); in expkey_request()
368 char **bpp, int *blen) in svc_export_request()
374 qword_add(bpp, blen, exp->ex_client->name); in svc_export_request()
375 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
381 qword_add(bpp, blen, pth); in svc_export_request()
59 expkey_request(struct cache_detail *cd, struct cache_head *h, char **bpp, int *blen) expkey_request() argument
366 svc_export_request(struct cache_detail *cd, struct cache_head *h, char **bpp, int *blen) svc_export_request() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dsunvnet_common.c1068 int i, nc, err, blen; in vnet_skb_map() local
1071 blen = skb_headlen(skb); in vnet_skb_map()
1072 if (blen < ETH_ZLEN) in vnet_skb_map()
1073 blen = ETH_ZLEN; in vnet_skb_map()
1074 blen += VNET_PACKET_SKIP; in vnet_skb_map()
1075 blen += 8 - (blen & 7); in vnet_skb_map()
1077 err = ldc_map_single(lp, skb->data - VNET_PACKET_SKIP, blen, cookies, in vnet_skb_map()
1089 blen = skb_frag_size(f); in vnet_skb_map()
1090 blen in vnet_skb_map()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H A Dsunvnet_common.c1069 int i, nc, err, blen; in vnet_skb_map() local
1072 blen = skb_headlen(skb); in vnet_skb_map()
1073 if (blen < ETH_ZLEN) in vnet_skb_map()
1074 blen = ETH_ZLEN; in vnet_skb_map()
1075 blen += VNET_PACKET_SKIP; in vnet_skb_map()
1076 blen += 8 - (blen & 7); in vnet_skb_map()
1078 err = ldc_map_single(lp, skb->data - VNET_PACKET_SKIP, blen, cookies, in vnet_skb_map()
1090 blen = skb_frag_size(f); in vnet_skb_map()
1091 blen in vnet_skb_map()
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Dvp702x.h112 extern int vp702x_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value, u16 index, u8 *b, int blen);
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A Dvp702x.h112 extern int vp702x_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value, u16 index, u8 *b, int blen);
/kernel/linux/linux-5.10/fs/gfs2/
H A Dbmap.c1505 s64 blen; /* needs to be s64 or gfs2_add_inode_blocks breaks */ in sweep_bh_for_rgrps() local
1518 blen = 0; in sweep_bh_for_rgrps()
1601 if (bstart + blen == bn) { in sweep_bh_for_rgrps()
1602 blen++; in sweep_bh_for_rgrps()
1606 __gfs2_free_blocks(ip, rgd, bstart, (u32)blen, meta); in sweep_bh_for_rgrps()
1607 (*btotal) += blen; in sweep_bh_for_rgrps()
1608 gfs2_add_inode_blocks(&ip->i_inode, -blen); in sweep_bh_for_rgrps()
1611 blen = 1; in sweep_bh_for_rgrps()
1614 __gfs2_free_blocks(ip, rgd, bstart, (u32)blen, meta); in sweep_bh_for_rgrps()
1615 (*btotal) += blen; in sweep_bh_for_rgrps()
[all...]
/kernel/linux/linux-6.6/fs/gfs2/
H A Dbmap.c1460 s64 blen; /* needs to be s64 or gfs2_add_inode_blocks breaks */ in sweep_bh_for_rgrps() local
1473 blen = 0; in sweep_bh_for_rgrps()
1556 if (bstart + blen == bn) { in sweep_bh_for_rgrps()
1557 blen++; in sweep_bh_for_rgrps()
1561 __gfs2_free_blocks(ip, rgd, bstart, (u32)blen, meta); in sweep_bh_for_rgrps()
1562 (*btotal) += blen; in sweep_bh_for_rgrps()
1563 gfs2_add_inode_blocks(&ip->i_inode, -blen); in sweep_bh_for_rgrps()
1566 blen = 1; in sweep_bh_for_rgrps()
1569 __gfs2_free_blocks(ip, rgd, bstart, (u32)blen, meta); in sweep_bh_for_rgrps()
1570 (*btotal) += blen; in sweep_bh_for_rgrps()
[all...]
/kernel/linux/linux-5.10/net/xfrm/
H A Despintcp.c115 __be16 blen; in espintcp_parse() local
122 err = skb_copy_bits(skb, rxm->offset, &blen, sizeof(blen)); in espintcp_parse()
126 len = be16_to_cpu(blen); in espintcp_parse()
/kernel/linux/linux-6.6/net/xfrm/
H A Despintcp.c116 __be16 blen; in espintcp_parse() local
123 err = skb_copy_bits(skb, rxm->offset, &blen, sizeof(blen)); in espintcp_parse()
127 len = be16_to_cpu(blen); in espintcp_parse()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_bmap.c3281 xfs_extlen_t *blen, in xfs_bmap_longest_free_extent()
3305 if (*blen < longest) in xfs_bmap_longest_free_extent()
3306 *blen = longest; in xfs_bmap_longest_free_extent()
3317 xfs_extlen_t *blen, in xfs_bmap_select_minlen()
3320 if (notinit || *blen < ap->minlen) { in xfs_bmap_select_minlen()
3326 } else if (*blen < args->maxlen) { in xfs_bmap_select_minlen()
3331 args->minlen = *blen; in xfs_bmap_select_minlen()
3345 xfs_extlen_t *blen) in xfs_bmap_btalloc_nullfb()
3359 while (*blen < args->maxlen) { in xfs_bmap_btalloc_nullfb()
3360 error = xfs_bmap_longest_free_extent(args->tp, ag, blen, in xfs_bmap_btalloc_nullfb()
3278 xfs_bmap_longest_free_extent( struct xfs_trans *tp, xfs_agnumber_t ag, xfs_extlen_t *blen, int *notinit) xfs_bmap_longest_free_extent() argument
3314 xfs_bmap_select_minlen( struct xfs_bmalloca *ap, struct xfs_alloc_arg *args, xfs_extlen_t *blen, int notinit) xfs_bmap_select_minlen() argument
3342 xfs_bmap_btalloc_nullfb( struct xfs_bmalloca *ap, struct xfs_alloc_arg *args, xfs_extlen_t *blen) xfs_bmap_btalloc_nullfb() argument
3376 xfs_bmap_btalloc_filestreams( struct xfs_bmalloca *ap, struct xfs_alloc_arg *args, xfs_extlen_t *blen) xfs_bmap_btalloc_filestreams() argument
3478 xfs_extlen_t blen; xfs_bmap_btalloc() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_bmap.c3182 xfs_extlen_t *blen) in xfs_bmap_longest_free_extent()
3197 if (*blen < longest) in xfs_bmap_longest_free_extent()
3198 *blen = longest; in xfs_bmap_longest_free_extent()
3207 xfs_extlen_t blen) in xfs_bmap_select_minlen()
3214 if (blen < ap->minlen) in xfs_bmap_select_minlen()
3222 if (blen < args->maxlen) in xfs_bmap_select_minlen()
3223 return blen; in xfs_bmap_select_minlen()
3231 xfs_extlen_t *blen) in xfs_bmap_btalloc_select_lengths()
3249 *blen = 0; in xfs_bmap_btalloc_select_lengths()
3251 error = xfs_bmap_longest_free_extent(pag, args->tp, blen); in xfs_bmap_btalloc_select_lengths()
3179 xfs_bmap_longest_free_extent( struct xfs_perag *pag, struct xfs_trans *tp, xfs_extlen_t *blen) xfs_bmap_longest_free_extent() argument
3204 xfs_bmap_select_minlen( struct xfs_bmalloca *ap, struct xfs_alloc_arg *args, xfs_extlen_t blen) xfs_bmap_select_minlen() argument
3228 xfs_bmap_btalloc_select_lengths( struct xfs_bmalloca *ap, struct xfs_alloc_arg *args, xfs_extlen_t *blen) xfs_bmap_btalloc_select_lengths() argument
3463 xfs_bmap_btalloc_at_eof( struct xfs_bmalloca *ap, struct xfs_alloc_arg *args, xfs_extlen_t blen, int stripe_align, bool ag_only) xfs_bmap_btalloc_at_eof() argument
3594 xfs_extlen_t blen = 0; xfs_bmap_btalloc_filestreams() local
3644 xfs_extlen_t blen = 0; xfs_bmap_btalloc_best_length() local
[all...]
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsvcauth_unix.c158 char **bpp, int *blen) in ip_map_request()
168 qword_add(bpp, blen, im->m_class); in ip_map_request()
169 qword_add(bpp, blen, text_addr); in ip_map_request()
482 char **bpp, int *blen) in unix_gid_request()
488 qword_add(bpp, blen, tuid); in unix_gid_request()
156 ip_map_request(struct cache_detail *cd, struct cache_head *h, char **bpp, int *blen) ip_map_request() argument
480 unix_gid_request(struct cache_detail *cd, struct cache_head *h, char **bpp, int *blen) unix_gid_request() argument
/kernel/linux/linux-6.6/fs/smb/server/
H A Dauth.h43 struct ntlmv2_resp *ntlmv2, int blen, char *domain_name,
/kernel/linux/linux-5.10/fs/isofs/
H A Dinode.c206 int alen, blen; in isofs_dentry_cmp_common() local
210 blen = len; in isofs_dentry_cmp_common()
214 while (blen && str[blen-1] == '.') in isofs_dentry_cmp_common()
215 blen--; in isofs_dentry_cmp_common()
217 if (alen == blen) { in isofs_dentry_cmp_common()

Completed in 44 milliseconds

123456