Searched refs:mesg (Results 1 – 2 of 2) sorted by relevance
/fs/nfsd/ |
D | nfsctl.c | 355 char *mesg = buf; in write_filehandle() local 367 dname = mesg; in write_filehandle() 368 len = qword_get(&mesg, dname, size); in write_filehandle() 373 len = qword_get(&mesg, path, size); in write_filehandle() 377 len = get_int(&mesg, &maxsize); in write_filehandle() 385 if (qword_get(&mesg, mesg, size)>0) in write_filehandle() 398 mesg = buf; in write_filehandle() 400 qword_addhex(&mesg, &len, (char*)&fh.fh_base, fh.fh_size); in write_filehandle() 401 mesg[-1] = '\n'; in write_filehandle() 402 return mesg - buf; in write_filehandle() [all …]
|
D | export.c | 72 static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen) in expkey_parse() argument 84 if (mesg[mlen - 1] != '\n') in expkey_parse() 86 mesg[mlen-1] = 0; in expkey_parse() 94 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in expkey_parse() 104 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in expkey_parse() 112 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in expkey_parse() 120 key.h.expiry_time = get_expiry(&mesg); in expkey_parse() 135 len = qword_get(&mesg, buf, PAGE_SIZE); in expkey_parse() 402 fsloc_parse(char **mesg, char *buf, struct nfsd4_fs_locations *fsloc) in fsloc_parse() argument 412 err = get_uint(mesg, &fsloc->locations_count); in fsloc_parse() [all …]
|