Home
last modified time | relevance | path

Searched refs:buf1 (Results 1 – 4 of 4) sorted by relevance

/fs/nfsd/
Dnfs4idmap.c208 char *buf1, *bp; in idtoname_parse() local
216 buf1 = kmalloc(PAGE_SIZE, GFP_KERNEL); in idtoname_parse()
217 if (buf1 == NULL) in idtoname_parse()
223 len = qword_get(&buf, buf1, PAGE_SIZE); in idtoname_parse()
226 memcpy(ent.authname, buf1, sizeof(ent.authname)); in idtoname_parse()
229 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in idtoname_parse()
231 ent.type = strcmp(buf1, "user") == 0 ? in idtoname_parse()
235 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in idtoname_parse()
237 ent.id = simple_strtoul(buf1, &bp, 10); in idtoname_parse()
238 if (bp == buf1) in idtoname_parse()
[all …]
/fs/nfs/
Ddns_resolve.c232 char buf1[NFS_DNS_HOSTNAME_MAXLEN+1]; in nfs_dns_parse() local
242 len = qword_get(&buf, buf1, sizeof(buf1)); in nfs_dns_parse()
245 key.addrlen = rpc_pton(cd->net, buf1, len, in nfs_dns_parse()
249 len = qword_get(&buf, buf1, sizeof(buf1)); in nfs_dns_parse()
253 key.hostname = buf1; in nfs_dns_parse()
/fs/ubifs/
Drecovery.c229 void *buf1 = NULL, *buf2 = NULL, *cor1 = NULL, *cor2 = NULL; in ubifs_recover_master_node() local
236 err = get_master_node(c, UBIFS_MST_LNUM, &buf1, &mst1, &cor1); in ubifs_recover_master_node()
245 offs1 = (void *)mst1 - buf1; in ubifs_recover_master_node()
345 vfree(buf1); in ubifs_recover_master_node()
355 ubifs_dump_node(c, mst1, c->leb_size - ((void *)mst1 - buf1)); in ubifs_recover_master_node()
362 vfree(buf1); in ubifs_recover_master_node()
/fs/unicode/
Dmkutf8data.c57 char buf1[LINESIZE]; variable
2326 &unichar, buf0, buf1, in corrections_init()
2341 &unichar, buf0, buf1, in corrections_init()
2368 unichar, buf0, buf1, major, minor, revision); in corrections_init()
3233 buf0, buf1); in normalization_test()
3245 s = buf1; in normalization_test()
3259 printf("Line %s -> %s", buf0, buf1); in normalization_test()