Home | History | Annotate | Download | only in server

Lines Matching refs:CREATE

971  * nfs create service (creates regular files for V2 and V3. Spec. files for V2.)
998 NFSNAMEICNDSET(&named.ni_cnd, nd->nd_cred, CREATE,
1096 * Iff doesn't exist, create it
1143 * nfs v3 mknod service (and v4 create)
1210 NFSNAMEICNDSET(&named.ni_cnd, nd->nd_cred, CREATE, cnflags | NOCACHE);
1662 NFSNAMEICNDSET(&named.ni_cnd, nd->nd_cred, CREATE,
1739 NFSNAMEICNDSET(&named.ni_cnd, nd->nd_cred, CREATE,
1857 NFSNAMEICNDSET(&named.ni_cnd, nd->nd_cred, CREATE,
2583 int error = 0, create, claim, exclusive_flag = 0;
2698 create = fxdr_unsigned(int, *tl);
2701 if (create == NFSV4OPEN_CREATE) {
2716 * a user that isn't in that group to do the create.
2743 * a user that isn't in that group to do the create.
2755 } else if (create != NFSV4OPEN_NOCREATE) {
2777 if (!nd->nd_repstat && create == NFSV4OPEN_CREATE &&
2785 if (create == NFSV4OPEN_CREATE)
2786 NFSNAMEICNDSET(&named.ni_cnd, nd->nd_cred, CREATE,
2810 if (create == NFSV4OPEN_CREATE) {
2839 &exclusive_flag, &nva, cverf, create, aclp, &attrbits,
2861 if (nd->nd_repstat == 0 && create == NFSV4OPEN_CREATE)
3393 * Finally have the export flags for name, so we can create
3847 * nfsv4 create session service