Searched refs:get_int (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/nfsd/ |
D | nfsctl.c | 373 len = get_int(&mesg, &maxsize); in write_filehandle() 437 rv = get_int(&mesg, &newthreads); in write_threads() 506 rv = get_int(&mesg, &nthreads[i]); in write_pool_threads() 726 err = get_int(&mesg, &fd); in __write_ports_addfd() 894 int rv = get_int(&mesg, &bsize); in write_maxblksize() 963 rv = get_int(&mesg, &i); in __nfsd4_write_time()
|
D | export.c | 433 err = get_int(mesg, &migrated); in fsloc_parse() 560 err = get_int(&mesg, &an_int); in svc_export_parse() 570 err = get_int(&mesg, &an_int); in svc_export_parse() 576 err = get_int(&mesg, &an_int); in svc_export_parse() 582 err = get_int(&mesg, &an_int); in svc_export_parse()
|
D | nfs4idmap.c | 400 error = get_int(&buf, &ent.id); in nametoid_parse()
|
/Linux-v4.19/include/linux/sunrpc/ |
D | cache.h | 235 static inline int get_int(char **bpp, int *anint) in get_int() function
|
/Linux-v4.19/net/sunrpc/ |
D | svcauth_unix.c | 492 rv = get_int(&mesg, &id); in unix_gid_parse() 502 rv = get_int(&mesg, &gids); in unix_gid_parse() 513 rv = get_int(&mesg, &gid); in unix_gid_parse()
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 439 rv = get_int(&mesg, &id); in rsc_parse() 459 if (get_int(&mesg, &id)) in rsc_parse() 464 if (get_int(&mesg, &N)) in rsc_parse() 477 if (get_int(&mesg, &id)) in rsc_parse()
|