Searched refs:mesg (Results 1 – 2 of 2) sorted by relevance
/fs/nfsd/ |
D | nfsctl.c | 335 char *mesg = buf; in write_filehandle() local 347 dname = mesg; in write_filehandle() 348 len = qword_get(&mesg, dname, size); in write_filehandle() 353 len = qword_get(&mesg, path, size); in write_filehandle() 357 len = get_int(&mesg, &maxsize); in write_filehandle() 365 if (qword_get(&mesg, mesg, size)>0) in write_filehandle() 378 mesg = buf; in write_filehandle() 380 qword_addhex(&mesg, &len, fh.fh_raw, fh.fh_size); in write_filehandle() 381 mesg[-1] = '\n'; in write_filehandle() 382 return mesg - buf; in write_filehandle() [all …]
|
D | export.c | 78 static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen) in expkey_parse() argument 90 if (mesg[mlen - 1] != '\n') in expkey_parse() 92 mesg[mlen-1] = 0; in expkey_parse() 100 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in expkey_parse() 110 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in expkey_parse() 118 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in expkey_parse() 126 key.h.expiry_time = get_expiry(&mesg); in expkey_parse() 141 len = qword_get(&mesg, buf, PAGE_SIZE); in expkey_parse() 448 fsloc_parse(char **mesg, char *buf, struct nfsd4_fs_locations *fsloc) in fsloc_parse() argument 458 err = get_uint(mesg, &fsloc->locations_count); in fsloc_parse() [all …]
|