Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dexport.c1175 err = get_uint(mesg, &fsloc->locations_count); in check_security_flavor()
1231 err = get_uint(mesg, &listsize); in rqst_exp_get_by_name()
1238 err = get_uint(mesg, &f->pseudoflavor); in rqst_exp_get_by_name()
1247 err = get_uint(mesg, &f->flags); in rqst_exp_get_by_name()
1270 err = get_uint(mesg, &listsize);
1278 err = get_uint(mesg, &mode); in rqst_exp_find()
/linux/net/netfilter/
H A Dnf_conntrack_h323_asn1.c105 static unsigned int get_uint(struct bitstr *bs, int b);
250 static unsigned int get_uint(struct bitstr *bs, int b) in get_uint() function
336 unsigned int v = get_uint(bs, len) + f->lb; in decode_int()
/linux/fs/nfs/
H A Ddns_resolve.c256 if (get_uint(&buf, &ttl) < 0) in nfs_dns_parse()