Lines Matching defs:fattr3
959 static void fattr_to_fattr3(nfsfattr *fattr, am_fattr3 *fattr3)
961 fattr3->type = ftype_to_ftype3(fattr->na_type);
962 fattr3->mode = (am_mode3) fattr->na_mode;
963 fattr3->nlink = fattr->na_nlink;
964 fattr3->uid = (am_uid3) fattr->na_uid;
965 fattr3->gid = (am_uid3) fattr->na_gid;
966 fattr3->size = (am_size3) fattr->na_size;
967 fattr3->used = (am_size3) fattr->na_size;
968 rdev_to_am_specdata3(fattr->na_rdev, &fattr3->rdev);
969 fattr3->fsid = (uint64) fattr->na_fsid;
970 fattr3->fileid = (uint64) fattr->na_fileid;
971 nfstime_to_am_nfstime3(&fattr->na_atime, &fattr3->atime);
972 nfstime_to_am_nfstime3(&fattr->na_mtime, &fattr3->mtime);
973 nfstime_to_am_nfstime3(&fattr->na_ctime, &fattr3->ctime);
995 am_fattr3 *fattr3 = &post_op->am_post_op_attr_u.attributes;
1001 fattr_to_fattr3(fattr, fattr3);
1080 am_fattr3 *fattr3;
1103 fattr3 = (am_fattr3 *) &result.res_u.ok.obj_attributes;
1104 fattr_to_fattr3(fattr, fattr3);
1111 (unsigned long long) fattr3->size,
1112 (u_int) fattr3->mtime.seconds,
1113 (u_int) fattr3->mtime.nseconds);
1175 am_fattr3 *fattr3;
1183 fattr3 = &post_op_dir->am_post_op_attr_u.attributes;
1184 fattr_to_fattr3(fattr, fattr3);
1216 fattr3 = &post_op_obj->am_post_op_attr_u.attributes;
1217 fattr_to_fattr3(fattr, fattr3);
1249 am_fattr3 *fattr3;
1251 fattr3 = &post_op_obj->am_post_op_attr_u.attributes;
1253 fattr_to_fattr3(fattr, fattr3);
1290 am_fattr3 *fattr3;
1305 fattr3 = &post_op_sym->am_post_op_attr_u.attributes;
1306 fattr_to_fattr3(fattr, fattr3);
1335 fattr3 = &post_op_file->am_post_op_attr_u.attributes;
1337 fattr_to_fattr3(fattr, fattr3);
1484 am_fattr3 *fattr3;
1500 fattr3 = &post_op_to->am_post_op_attr_u.attributes;
1501 fattr_to_fattr3(fattr, fattr3);
1513 fattr3 = &post_op_from->am_post_op_attr_u.attributes;
1514 fattr_to_fattr3(fattr, fattr3);
1549 am_fattr3 *fattr3 = &post_op_file->am_post_op_attr_u.attributes;
1550 fattr_to_fattr3(fattr, fattr3);
1561 am_fattr3 *fattr3 = &post_op_dir->am_post_op_attr_u.attributes;
1567 fattr_to_fattr3(fattr, fattr3);
1617 am_fattr3 *fattr3;
1620 fattr3 = &post_op_dir->am_post_op_attr_u.attributes;
1622 fattr_to_fattr3(fattr, fattr3);
1643 am_fattr3 *fattr3;
1659 fattr3 = &post_op_dir->am_post_op_attr_u.attributes;
1661 fattr_to_fattr3(fattr, fattr3);
1694 am_fattr3 *fattr3;
1703 fattr3 = &post_op_fsroot->am_post_op_attr_u.attributes;
1704 fattr_to_fattr3(fattr, fattr3);
1769 am_fattr3 *fattr3;
1777 fattr3 = &post_op_fsroot->am_post_op_attr_u.attributes;
1778 fattr_to_fattr3(fattr, fattr3);
1827 am_fattr3 *fattr3;
1835 fattr3 = &post_op_obj->am_post_op_attr_u.attributes;
1836 fattr_to_fattr3(fattr, fattr3);