Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfsd/
Dexport.c499 int an_int; in svc_export_parse() local
543 err = get_int(&mesg, &an_int); in svc_export_parse()
548 if (err || an_int < 0) in svc_export_parse()
550 exp.ex_flags= an_int; in svc_export_parse()
553 err = get_int(&mesg, &an_int); in svc_export_parse()
556 exp.ex_anon_uid= an_int; in svc_export_parse()
559 err = get_int(&mesg, &an_int); in svc_export_parse()
562 exp.ex_anon_gid= an_int; in svc_export_parse()
565 err = get_int(&mesg, &an_int); in svc_export_parse()
568 exp.ex_fsid = an_int; in svc_export_parse()