Searched refs:new_attributes (Results 1 – 7 of 7) sorted by relevance
386 generic_attr_t *new_attributes; in get_master_attributes_by_type() local396 new_attributes = malloc(master_template_size); in get_master_attributes_by_type()397 if (new_attributes == NULL) in get_master_attributes_by_type()400 (void) memcpy(new_attributes, master_template, master_template_size); in get_master_attributes_by_type()407 attr = new_attributes + i; in get_master_attributes_by_type()426 new_attributes[1].generic_ulong = subtype; in get_master_attributes_by_type()429 *attributes = new_attributes; in get_master_attributes_by_type()
605 sattr3 new_attributes; member
1398 error = vattr_to_sattr3(vap, &args.new_attributes); in nfs3setattr()1401 args.new_attributes.atime.set_it = SET_TO_SERVER_TIME; in nfs3setattr()1404 args.new_attributes.mtime.set_it = SET_TO_SERVER_TIME; in nfs3setattr()1408 error = vattr_to_sattr3(vap, &args.new_attributes); in nfs3setattr()2671 error = vattr_to_sattr3(vap, &args.new_attributes); in nfs3excl_create_settimes()2674 args.new_attributes.atime.set_it = SET_TO_SERVER_TIME; in nfs3excl_create_settimes()2675 args.new_attributes.mtime.set_it = SET_TO_SERVER_TIME; in nfs3excl_create_settimes()
564 return (xdr_set_size3(xdrs, &objp->new_attributes.size)); in xdr_nfslog_SETATTR3args()
179 error = sattr3_to_vattr(&args->new_attributes, &ava); in rfs3_setattr()240 if (args->new_attributes.mtime.set_it == SET_TO_CLIENT_TIME) in rfs3_setattr()
1089 if (!xdr_sattr3(xdrs, &objp->new_attributes)) in xdr_SETATTR3args()
1304 sattr3 new_attributes; member