Searched refs:tmp_buf (Results 1 – 7 of 7) sorted by relevance
| /fs/ceph/ |
| A D | acl.c | 175 void *tmp_buf = NULL; in ceph_pre_init_acls() local 201 tmp_buf = kmalloc(max(val_size1, val_size2), GFP_KERNEL); in ceph_pre_init_acls() 202 if (!tmp_buf) in ceph_pre_init_acls() 222 tmp_buf, val_size1); in ceph_pre_init_acls() 226 ceph_pagelist_append(pagelist, tmp_buf, val_size1); in ceph_pre_init_acls() 236 tmp_buf, val_size2); in ceph_pre_init_acls() 240 ceph_pagelist_append(pagelist, tmp_buf, val_size2); in ceph_pre_init_acls() 243 kfree(tmp_buf); in ceph_pre_init_acls() 253 kfree(tmp_buf); in ceph_pre_init_acls()
|
| A D | crypto.c | 427 char tmp_buf[CEPH_BASE64_CHARS(NAME_MAX)]; in ceph_fname_to_usr() local 429 name_len = snprintf(tmp_buf, sizeof(tmp_buf), "_%.*s_%ld", in ceph_fname_to_usr() 431 memcpy(oname->name, tmp_buf, name_len); in ceph_fname_to_usr()
|
| /fs/jffs2/ |
| A D | compr.c | 155 unsigned char *output_buf = NULL, *tmp_buf; in jffs2_compress() local 190 tmp_buf = kmalloc(orig_slen, GFP_KERNEL); in jffs2_compress() 192 if (!tmp_buf) { in jffs2_compress() 198 this->compr_buf = tmp_buf; in jffs2_compress()
|
| /fs/smb/client/ |
| A D | readdir.c | 1042 char *tmp_buf = NULL; in cifs_readdir() local 1160 tmp_buf = kmalloc(UNICODE_NAME_MAX, GFP_KERNEL); in cifs_readdir() 1161 if (tmp_buf == NULL) { in cifs_readdir() 1177 *tmp_buf = 0; in cifs_readdir() 1179 tmp_buf, max_len, cfid); in cifs_readdir() 1196 ctx->pos, tmp_buf); in cifs_readdir() 1204 kfree(tmp_buf); in cifs_readdir()
|
| /fs/btrfs/ |
| A D | send.c | 485 char *tmp_buf; in fs_path_ensure_buf() local 509 tmp_buf = kmalloc(len, GFP_KERNEL); in fs_path_ensure_buf() 510 if (tmp_buf) in fs_path_ensure_buf() 511 memcpy(tmp_buf, p->buf, old_buf_len); in fs_path_ensure_buf() 515 if (!tmp_buf) in fs_path_ensure_buf() 517 p->buf = tmp_buf; in fs_path_ensure_buf() 7514 char *tmp_buf) in tree_compare_item() argument 7651 char *tmp_buf = NULL; in btrfs_compare_trees() local 7678 if (!tmp_buf) { in btrfs_compare_trees() 7865 tmp_buf); in btrfs_compare_trees() [all …]
|
| A D | volumes.c | 4318 char tmp_buf[128] = {'\0'}; in describe_balance_args() local 4358 btrfs_describe_block_groups(bargs->profiles, tmp_buf, in describe_balance_args() 4359 sizeof(tmp_buf)); in describe_balance_args() 4360 CHECK_APPEND_1ARG("profiles=%s,", tmp_buf); in describe_balance_args() 4407 char tmp_buf[192] = {'\0'}; in describe_balance_start_or_resume() local 4433 describe_balance_args(&bctl->data, tmp_buf, sizeof(tmp_buf)); in describe_balance_start_or_resume() 4434 CHECK_APPEND_1ARG("-d%s ", tmp_buf); in describe_balance_start_or_resume() 4438 describe_balance_args(&bctl->meta, tmp_buf, sizeof(tmp_buf)); in describe_balance_start_or_resume() 4439 CHECK_APPEND_1ARG("-m%s ", tmp_buf); in describe_balance_start_or_resume() 4443 describe_balance_args(&bctl->sys, tmp_buf, sizeof(tmp_buf)); in describe_balance_start_or_resume() [all …]
|
| /fs/nfs/flexfilelayout/ |
| A D | flexfilelayout.c | 2304 struct xdr_buf tmp_buf = { in ff_layout_encode_layoutreturn() local 2317 xdr_init_encode(&tmp_xdr, &tmp_buf, NULL, NULL); in ff_layout_encode_layoutreturn() 2323 *start = cpu_to_be32(tmp_buf.len); in ff_layout_encode_layoutreturn() 2324 xdr_write_pages(xdr, ff_args->pages, 0, tmp_buf.len); in ff_layout_encode_layoutreturn()
|
Completed in 39 milliseconds