Searched refs:get_int (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/fs/nfsd/ |
D | nfsctl.c | 377 len = get_int(&mesg, &maxsize); in write_filehandle() 441 rv = get_int(&mesg, &newthreads); in write_threads() 510 rv = get_int(&mesg, &nthreads[i]); in write_pool_threads() 730 err = get_int(&mesg, &fd); in __write_ports_addfd() 898 int rv = get_int(&mesg, &bsize); in write_maxblksize() 967 rv = get_int(&mesg, &i); in __nfsd4_write_time()
|
D | export.c | 446 err = get_int(mesg, &migrated); in fsloc_parse() 573 err = get_int(&mesg, &an_int); in svc_export_parse() 583 err = get_int(&mesg, &an_int); in svc_export_parse() 589 err = get_int(&mesg, &an_int); in svc_export_parse() 595 err = get_int(&mesg, &an_int); in svc_export_parse()
|
D | nfs4idmap.c | 401 error = get_int(&buf, &ent.id); in nametoid_parse()
|
/Linux-v5.4/include/linux/sunrpc/ |
D | cache.h | 240 static inline int get_int(char **bpp, int *anint) in get_int() function
|
/Linux-v5.4/net/sunrpc/ |
D | svcauth_unix.c | 501 rv = get_int(&mesg, &id); in unix_gid_parse() 511 rv = get_int(&mesg, &gids); in unix_gid_parse() 522 rv = get_int(&mesg, &gid); in unix_gid_parse()
|
/Linux-v5.4/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 460 rv = get_int(&mesg, &id); in rsc_parse() 480 if (get_int(&mesg, &id)) in rsc_parse() 485 if (get_int(&mesg, &N)) in rsc_parse() 498 if (get_int(&mesg, &id)) in rsc_parse()
|