Searched refs:cstr (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/ext4/ |
D | symlink.c | 30 struct ext4_str cstr, pstr; in ext4_follow_link() local 60 cstr.name = sd->encrypted_path; in ext4_follow_link() 61 cstr.len = le32_to_cpu(sd->len); in ext4_follow_link() 62 if ((cstr.len + in ext4_follow_link() 69 plen = (cstr.len < EXT4_FNAME_CRYPTO_DIGEST_SIZE*2) ? in ext4_follow_link() 70 EXT4_FNAME_CRYPTO_DIGEST_SIZE*2 : cstr.len; in ext4_follow_link() 77 res = _ext4_fname_disk_to_usr(ctx, NULL, &cstr, &pstr); in ext4_follow_link()
|
D | crypto_fname.c | 667 int ext4_fname_match(struct ext4_fname_crypto_ctx *ctx, struct ext4_str *cstr, in ext4_fname_match() argument 675 if (cstr->name == NULL) { in ext4_fname_match() 678 ret = ext4_fname_crypto_alloc_buffer(ctx, len, cstr); in ext4_fname_match() 683 ret = ext4_fname_encrypt(ctx, &istr, cstr); in ext4_fname_match() 688 if (cstr->name == NULL) { in ext4_fname_match() 689 cstr->name = kmalloc(32, GFP_KERNEL); in ext4_fname_match() 690 if (cstr->name == NULL) in ext4_fname_match() 696 cstr->name); in ext4_fname_match() 701 cstr->len = ret; in ext4_fname_match() 707 cstr->name + 8, 16); in ext4_fname_match() [all …]
|
D | ext4.h | 2138 int ext4_fname_match(struct ext4_fname_crypto_ctx *ctx, struct ext4_str *cstr,
|
/linux-4.1.27/arch/frv/kernel/ |
D | dma.c | 358 unsigned long cstr, pix, six, bcl; in frv_dma_dump() local 360 cstr = __get_DMAC(ioaddr, CSTR); in frv_dma_dump() 365 printk("DMA[%d] cstr=%lx pix=%lx six=%lx bcl=%lx\n", dma, cstr, pix, six, bcl); in frv_dma_dump() 381 unsigned long cstr, cctr; in frv_dma_pause_all() local 399 cstr = __get_DMAC(ioaddr, CSTR); in frv_dma_pause_all() 400 } while (cstr & DMAC_CSTRx_BUSY); in frv_dma_pause_all() 402 if (cstr & DMAC_CSTRx_FED) in frv_dma_pause_all() 422 unsigned long cstr, cctr; in frv_dma_resume_all() local 432 cstr = __get_DMAC(ioaddr, CSTR); in frv_dma_resume_all() 433 cstr &= ~(DMAC_CSTRx_FED | DMAC_CSTRx_INT); in frv_dma_resume_all() [all …]
|
/linux-4.1.27/arch/frv/include/asm/ |
D | dma.h | 27 typedef irqreturn_t (*dma_irq_handler_t)(int dmachan, unsigned long cstr, void *data);
|
/linux-4.1.27/tools/perf/ |
D | builtin-diff.c | 181 char *cstr = (char *) str; in setup_compute() local 206 cstr = buf; in setup_compute() 210 if (!strcmp(cstr, compute_names[i])) { in setup_compute()
|