Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c6929 argop[idx_create].nfs_argop4_u.opccreate.cname = nm; in call_nfs4_create_req()
6930 argop[idx_create].nfs_argop4_u.opccreate.type = type; in call_nfs4_create_req()
6936 argop[idx_create].nfs_argop4_u.opccreate.ftype4_u.clinkdata = in call_nfs4_create_req()
6941 argop[idx_create].nfs_argop4_u.opccreate.ftype4_u.devdata = in call_nfs4_create_req()
6945 crattr = &argop[idx_create].nfs_argop4_u.opccreate.createattrs; in call_nfs4_create_req()
H A Dnfs4_xdr.c4488 return (xdr_CREATE4cargs(xdrs, &objp->nfs_argop4_u.opccreate)); in xdr_cnfs_argop4()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h2742 CREATE4cargs opccreate; member