Lines Matching refs:compound_init
92 compound_init(&readargs.r_arg, &str, 0, 2, &filep->fh.fh4); in nfs4read()
94 compound_init(&readargs.r_arg, &str, 0, 2, NULL); in nfs4read()
199 compound_init(&getattrargs.ga_arg, &str, 0, 2, &nfp->fh.fh4); in nfs4getattr()
201 compound_init(&getattrargs.ga_arg, &str, 0, 2, NULL); in nfs4getattr()
406 compound_init(&lookupargs.la_arg, &str, 0, 3, &dir->fh.fh4); in nfs4lookup()
408 compound_init(&lookupargs.la_arg, &str, 0, 3, NULL); in nfs4lookup()
519 compound_init(&lookuppargs.la_arg, &str, 0, 3, &dir->fh.fh4); in nfs4lookupp()
521 compound_init(&lookuppargs.la_arg, &str, 0, 3, NULL); in nfs4lookupp()
614 compound_init(&readlinkargs.rl_arg, &str, 0, 2, in nfs4getsymlink()
617 compound_init(&readlinkargs.rl_arg, &str, 0, 2, NULL); in nfs4getsymlink()
665 compound_init(b_compound_t *cp, utf8string *str, uint_t mvers, uint_t arglen, in compound_init() function