/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | lznt.c | 29 const u8 *unc; member 60 if (hash[0] >= ctx->unc && hash[0] < src && hash[0][0] == src[0] && in longest_match_std() 68 if (hash[1] >= ctx->unc && hash[1] < src && hash[1][0] == src[0] && in longest_match_std() 94 if (ctx->unc >= src || !ctx->max_len) in longest_match_best() 98 for (ptr = ctx->unc; ptr < src; ++ptr) { in longest_match_best() 139 const u8 *unc, const u8 *unc_end, u8 *cmpr, in compress_chunk() 145 const u8 *up = unc; in compress_chunk() 154 if (unc + LZNT_CHUNK_SIZE < unc_end) in compress_chunk() 155 unc_end = unc + LZNT_CHUNK_SIZE; in compress_chunk() 159 ctx->unc in compress_chunk() 138 compress_chunk(size_t (match)const u8 *, struct lznt *), const u8 *unc, const u8 *unc_end, u8 *cmpr, u8 *cmpr_end, size_t *cmpr_chunk_size, struct lznt *ctx) compress_chunk() argument 227 decompress_chunk(u8 *unc, u8 *unc_end, const u8 *cmpr, const u8 *cmpr_end) decompress_chunk() argument 315 compress_lznt(const void *unc, size_t unc_size, void *cmpr, size_t cmpr_size, struct lznt *ctx) compress_lznt() argument 356 decompress_lznt(const void *cmpr, size_t cmpr_size, void *unc, size_t unc_size) decompress_lznt() argument [all...] |
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | dns_resolve.c | 37 * @unc: UNC path specifying the server (with '/' as delimiter) 46 dns_resolve_server_name_to_ip(const char *unc, char **ip_addr) in dns_resolve_server_name_to_ip() argument 53 if (!ip_addr || !unc) in dns_resolve_server_name_to_ip() 56 len = strlen(unc); in dns_resolve_server_name_to_ip() 58 cifs_dbg(FYI, "%s: unc is too short: %s\n", __func__, unc); in dns_resolve_server_name_to_ip() 64 hostname = unc + 2; in dns_resolve_server_name_to_ip() 71 cifs_dbg(FYI, "%s: probably server name is whole unc: %s\n", in dns_resolve_server_name_to_ip() 72 __func__, unc); in dns_resolve_server_name_to_ip() 96 cifs_dbg(FYI, "%s: unc i in dns_resolve_server_name_to_ip() [all...] |
H A D | misc.c | 993 void extract_unc_hostname(const char *unc, const char **h, size_t *len) in extract_unc_hostname() argument 998 while (*unc && (*unc == '\\' || *unc == '/')) in extract_unc_hostname() 999 unc++; in extract_unc_hostname() 1001 end = unc; in extract_unc_hostname() 1006 *h = unc; in extract_unc_hostname() 1007 *len = end - unc; in extract_unc_hostname()
|
H A D | dns_resolve.h | 27 extern int dns_resolve_server_name_to_ip(const char *unc, char **ip_addr);
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dns_resolve.c | 25 * @unc: UNC path specifying the server (with '/' as delimiter) 32 dns_resolve_server_name_to_ip(const char *unc, struct sockaddr *ip_addr, time64_t *expiry) in dns_resolve_server_name_to_ip() argument 38 if (!ip_addr || !unc) in dns_resolve_server_name_to_ip() 41 len = strlen(unc); in dns_resolve_server_name_to_ip() 43 cifs_dbg(FYI, "%s: unc is too short: %s\n", __func__, unc); in dns_resolve_server_name_to_ip() 49 hostname = unc + 2; in dns_resolve_server_name_to_ip() 56 cifs_dbg(FYI, "%s: probably server name is whole unc: %s\n", in dns_resolve_server_name_to_ip() 57 __func__, unc); in dns_resolve_server_name_to_ip() 62 cifs_dbg(FYI, "%s: unc i in dns_resolve_server_name_to_ip() [all...] |
H A D | unc.c | 18 char *extract_hostname(const char *unc) in extract_hostname() argument 26 if (strlen(unc) < 3) in extract_hostname() 28 for (src = unc; *src && *src == '\\'; src++) in extract_hostname() 49 char *extract_sharename(const char *unc) in extract_sharename() argument 55 src = unc + 2; in extract_sharename()
|
H A D | dns_resolve.h | 17 int dns_resolve_server_name_to_ip(const char *unc, struct sockaddr *ip_addr, time64_t *expiry);
|
H A D | misc.c | 1073 void extract_unc_hostname(const char *unc, const char **h, size_t *len) in extract_unc_hostname() argument 1078 while (*unc && (*unc == '\\' || *unc == '/')) in extract_unc_hostname() 1079 unc++; in extract_unc_hostname() 1081 end = unc; in extract_unc_hostname() 1086 *h = unc; in extract_unc_hostname() 1087 *len = end - unc; in extract_unc_hostname()
|
H A D | Makefile | 11 readdir.o ioctl.o sess.o export.o unc.o winucase.o \
|
/kernel/linux/linux-5.10/arch/ia64/lib/ |
H A D | memset.S | 90 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 3 // should we do a st8 ? 94 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 2 // should we do a st4 ? 101 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 1 // should we do a st2 ? 109 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 0 // should we do a st1 ? 289 (p_y) cmp.le.unc p_yy, p_nn = 16, cnt 300 tbit.nz.unc p_y, p0 = cnt, 2 // should we terminate with a st4 ? 305 tbit.nz.unc p_yy, p0 = cnt, 1 // should we terminate with a st2 ? 309 tbit.nz.unc p_y, p0 = cnt, 0 // should we terminate with a st1 ? 335 (p_yy) cmp.le.unc p_y, p0 = 8, cnt 344 (p_y) cmp.le.unc p_y [all...] |
/kernel/linux/linux-6.6/arch/ia64/lib/ |
H A D | memset.S | 90 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 3 // should we do a st8 ? 94 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 2 // should we do a st4 ? 101 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 1 // should we do a st2 ? 109 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 0 // should we do a st1 ? 289 (p_y) cmp.le.unc p_yy, p_nn = 16, cnt 300 tbit.nz.unc p_y, p0 = cnt, 2 // should we terminate with a st4 ? 305 tbit.nz.unc p_yy, p0 = cnt, 1 // should we terminate with a st2 ? 309 tbit.nz.unc p_y, p0 = cnt, 0 // should we terminate with a st1 ? 335 (p_yy) cmp.le.unc p_y, p0 = 8, cnt 344 (p_y) cmp.le.unc p_y [all...] |
/kernel/linux/linux-5.10/kernel/power/ |
H A D | swap.c | 594 unsigned char *unc[LZO_THREADS]; /* uncompressed data */ member 618 d->unc[i], *d->unc_len[i]); in crc32_threadfn() 636 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */ member 660 d->ret = lzo1x_1_compress(d->unc, d->unc_len, in lzo_compress_threadfn() 752 crc->unc[thr] = data[thr].unc; in save_image_lzo() 788 memcpy(data[thr].unc + off, in save_image_lzo() 1123 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */ member 1148 d->unc, &d->unc_len); in lzo_decompress_threadfn() 1150 flush_icache_range((unsigned long)d->unc, in lzo_decompress_threadfn() [all...] |
/kernel/linux/linux-6.6/kernel/power/ |
H A D | swap.c | 596 unsigned char *unc[LZO_THREADS]; /* uncompressed data */ member 620 d->unc[i], *d->unc_len[i]); in crc32_threadfn() 638 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */ member 662 d->ret = lzo1x_1_compress(d->unc, d->unc_len, in lzo_compress_threadfn() 751 crc->unc[thr] = data[thr].unc; in save_image_lzo() 787 memcpy(data[thr].unc + off, in save_image_lzo() 1122 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */ member 1147 d->unc, &d->unc_len); in lzo_decompress_threadfn() 1149 flush_icache_range((unsigned long)d->unc, in lzo_decompress_threadfn() [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | vp7045-fe.c | 61 static int vp7045_fe_read_unc_blocks(struct dvb_frontend* fe, u32 *unc) in vp7045_fe_read_unc_blocks() argument 64 *unc = (vp7045_read_reg(state->d, 0x10) << 8) | in vp7045_fe_read_unc_blocks()
|
H A D | cinergyT2-fe.c | 181 static int cinergyt2_fe_read_unc_blocks(struct dvb_frontend *fe, u32 *unc) in cinergyt2_fe_read_unc_blocks() argument 185 *unc = le32_to_cpu(state->status.uncorrected_block_count); in cinergyt2_fe_read_unc_blocks()
|
H A D | dtt200u-fe.c | 72 static int dtt200u_fe_read_unc_blocks(struct dvb_frontend* fe, u32 *unc) in dtt200u_fe_read_unc_blocks() argument 82 *unc = (state->data[0] << 8) | state->data[1]; in dtt200u_fe_read_unc_blocks()
|
H A D | vp702x-fe.c | 100 static int vp702x_fe_read_unc_blocks(struct dvb_frontend* fe, u32 *unc) in vp702x_fe_read_unc_blocks() argument 104 *unc = 0; in vp702x_fe_read_unc_blocks()
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | vp7045-fe.c | 61 static int vp7045_fe_read_unc_blocks(struct dvb_frontend* fe, u32 *unc) in vp7045_fe_read_unc_blocks() argument 64 *unc = (vp7045_read_reg(state->d, 0x10) << 8) | in vp7045_fe_read_unc_blocks()
|
H A D | cinergyT2-fe.c | 181 static int cinergyt2_fe_read_unc_blocks(struct dvb_frontend *fe, u32 *unc) in cinergyt2_fe_read_unc_blocks() argument 185 *unc = le32_to_cpu(state->status.uncorrected_block_count); in cinergyt2_fe_read_unc_blocks()
|
H A D | dtt200u-fe.c | 72 static int dtt200u_fe_read_unc_blocks(struct dvb_frontend* fe, u32 *unc) in dtt200u_fe_read_unc_blocks() argument 82 *unc = (state->data[0] << 8) | state->data[1]; in dtt200u_fe_read_unc_blocks()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | uvc_v4l2.c | 34 struct uvcg_uncompressed *unc; in to_uvc_format() local 37 unc = to_uvcg_uncompressed(&uformat->group.cg_item); in to_uvc_format() 38 if (!unc) in to_uvc_format() 41 memcpy(guid, unc->desc.guidFormat, sizeof(guid)); in to_uvc_format()
|
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_req.h | 48 u64 unc : 8; member 320 * @unc: Uncertainty count for an input packet. 337 u64 unc : 8; member 349 u64 unc : 8;
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_req.h | 48 u64 unc : 8; member 322 * @unc: Uncertainty count for an input packet. 340 u64 unc : 8; member 352 u64 unc : 8;
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | gp8psk-fe.c | 94 static int gp8psk_fe_read_unc_blocks(struct dvb_frontend* fe, u32 *unc) in gp8psk_fe_read_unc_blocks() argument 97 *unc = 0; in gp8psk_fe_read_unc_blocks()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | gp8psk-fe.c | 94 static int gp8psk_fe_read_unc_blocks(struct dvb_frontend* fe, u32 *unc) in gp8psk_fe_read_unc_blocks() argument 97 *unc = 0; in gp8psk_fe_read_unc_blocks()
|