/linux-4.19.296/fs/ocfs2/ |
D | reservations.c | 295 unsigned int clen, char *disk_bitmap) in ocfs2_resmap_restart() argument 303 resmap->m_bitmap_len = clen; in ocfs2_resmap_restart() 478 unsigned int cstart, clen; in __ocfs2_resv_find_window() local 499 clen = ocfs2_resmap_find_free_bits(resmap, wanted, goal, in __ocfs2_resv_find_window() 501 &cstart, &clen); in __ocfs2_resv_find_window() 507 BUG_ON(goal == 0 && clen == 0); in __ocfs2_resv_find_window() 509 if (clen == 0) in __ocfs2_resv_find_window() 513 resv->r_len = clen; in __ocfs2_resv_find_window() 552 clen = ocfs2_resmap_find_free_bits(resmap, wanted, goal, in __ocfs2_resv_find_window() 554 &cstart, &clen); in __ocfs2_resv_find_window() [all …]
|
D | reservations.h | 111 unsigned int clen, char *disk_bitmap); 138 int *cstart, int *clen); 157 u32 cstart, u32 clen);
|
D | extent_map.c | 886 u32 cpos, cend, clen, hole_size; in ocfs2_seek_data_hole_offset() local 912 clen = 0; in ocfs2_seek_data_hole_offset() 928 clen = hole_size; in ocfs2_seek_data_hole_offset() 931 clen = le16_to_cpu(rec.e_leaf_clusters) - in ocfs2_seek_data_hole_offset() 944 cpos += clen; in ocfs2_seek_data_hole_offset() 950 extlen = clen; in ocfs2_seek_data_hole_offset()
|
D | dir.c | 869 unsigned int cend, clen; in ocfs2_dx_dir_lookup() local 875 &clen); in ocfs2_dx_dir_lookup() 881 cend = cpos + clen; in ocfs2_dx_dir_lookup() 884 blkno += ocfs2_clusters_to_blocks(inode->i_sb, clen - 1); in ocfs2_dx_dir_lookup() 885 cpos += clen - 1; in ocfs2_dx_dir_lookup() 4423 unsigned int clen; in ocfs2_dx_dir_truncate() local 4453 major_hash, &cpos, &blkno, &clen); in ocfs2_dx_dir_truncate() 4461 ret = ocfs2_remove_btree_range(dir, &et, cpos, p_cpos, clen, 0, in ocfs2_dx_dir_truncate()
|
D | ocfs2_trace.h | 1913 TP_PROTO(unsigned int cstart, unsigned int cend, unsigned int clen, 1916 TP_ARGS(cstart, cend, clen, r_start, r_end, 1921 __field(unsigned int, clen) 1931 __entry->clen = clen; 1939 __entry->cstart, __entry->cend, __entry->clen,
|
/linux-4.19.296/fs/ubifs/ |
D | crypto.c | 58 unsigned int clen = le16_to_cpu(dn->compr_size); in ubifs_decrypt() local 61 if (clen <= 0 || clen > UBIFS_BLOCK_SIZE || clen > dlen) { in ubifs_decrypt() 62 ubifs_err(c, "bad compr_size: %i", clen); in ubifs_decrypt() 73 *out_len = clen; in ubifs_decrypt()
|
/linux-4.19.296/include/linux/netfilter/ |
D | nf_conntrack_sip.h | 67 unsigned int clen; member 79 .clen = (__cname) ? sizeof(__cname) - 1 : 0, \
|
/linux-4.19.296/include/net/ |
D | esp.h | 20 int clen; member
|
/linux-4.19.296/drivers/isdn/hisax/ |
D | l3_1tr6.c | 521 u_char clen = 1; in l3_1tr6_disconnect_req() local 528 clen = 0; in l3_1tr6_disconnect_req() 540 *p++ = clen; /* Laenge */ in l3_1tr6_disconnect_req() 541 if (clen) in l3_1tr6_disconnect_req() 583 u_char clen = 1; in l3_1tr6_t305() local 591 clen = 0; in l3_1tr6_t305() 599 *p++ = clen; /* Laenge */ in l3_1tr6_t305() 600 if (clen) in l3_1tr6_t305()
|
/linux-4.19.296/fs/fat/ |
D | dir.c | 194 fat_short2uni(struct nls_table *t, unsigned char *c, int clen, wchar_t *uni) in fat_short2uni() argument 198 charlen = t->char2uni(c, clen, uni); in fat_short2uni() 208 int clen, wchar_t *uni) in fat_short2lower_uni() argument 213 charlen = t->char2uni(c, clen, &wc); in fat_short2lower_uni()
|
/linux-4.19.296/block/ |
D | sed-opal.c | 806 u32 clen, plen, slen; in response_parse() local 818 clen = be32_to_cpu(hdr->cp.length); in response_parse() 822 clen, plen, slen); in response_parse() 824 if (clen == 0 || plen == 0 || slen == 0 || in response_parse() 827 clen, plen, slen); in response_parse()
|
/linux-4.19.296/fs/cifs/ |
D | smb2pdu.c | 522 int clen; in smb311_decode_neg_context() local 531 clen = le16_to_cpu(pctx->DataLength); in smb311_decode_neg_context() 532 if (clen > len_of_ctxts) in smb311_decode_neg_context() 550 clen = (clen + 7) & ~0x7; in smb311_decode_neg_context() 551 offset += clen + sizeof(struct smb2_neg_context); in smb311_decode_neg_context() 552 len_of_ctxts -= clen; in smb311_decode_neg_context()
|
D | file.c | 2517 size_t clen; in get_numpages() local 2519 clen = min_t(const size_t, len, wsize); in get_numpages() 2520 num_pages = DIV_ROUND_UP(clen, PAGE_SIZE); in get_numpages() 2523 *cur_len = clen; in get_numpages()
|