Searched refs:get_int (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/mips/mti-malta/ |
D | malta-int.c | 88 static inline int get_int(void) in get_int() function 111 irq = get_int(); in malta_hw0_irqdispatch()
|
/linux-4.4.14/fs/nfsd/ |
D | nfsctl.c | 376 len = get_int(&mesg, &maxsize); in write_filehandle() 440 rv = get_int(&mesg, &newthreads); in write_threads() 509 rv = get_int(&mesg, &nthreads[i]); in write_pool_threads() 706 err = get_int(&mesg, &fd); in __write_ports_addfd() 874 int rv = get_int(&mesg, &bsize); in write_maxblksize() 943 rv = get_int(&mesg, &i); in __nfsd4_write_time()
|
D | export.c | 431 err = get_int(mesg, &migrated); in fsloc_parse() 558 err = get_int(&mesg, &an_int); in svc_export_parse() 568 err = get_int(&mesg, &an_int); in svc_export_parse() 574 err = get_int(&mesg, &an_int); in svc_export_parse() 580 err = get_int(&mesg, &an_int); in svc_export_parse()
|
D | nfs4idmap.c | 400 error = get_int(&buf, &ent.id); in nametoid_parse()
|
/linux-4.4.14/include/linux/sunrpc/ |
D | cache.h | 242 static inline int get_int(char **bpp, int *anint) in get_int() function
|
/linux-4.4.14/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-4.4.14/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()
|