Home
last modified time | relevance | path

Searched refs:get_uint (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/sunrpc/
Dcache.h255 static inline int get_uint(char **bpp, unsigned int *anint) in get_uint() function
/linux-4.19.296/fs/nfsd/
Dexport.c399 err = get_uint(mesg, &fsloc->locations_count); in fsloc_parse()
456 err = get_uint(mesg, &listsize); in secinfo_parse()
463 err = get_uint(mesg, &f->pseudoflavor); in secinfo_parse()
472 err = get_uint(mesg, &f->flags); in secinfo_parse()
Dnfsctl.c946 int rv = get_uint(&mesg, &maxconn); in write_maxconn()
/linux-4.19.296/fs/nfs/
Ddns_resolve.c247 if (get_uint(&buf, &ttl) < 0) in nfs_dns_parse()