X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fobd_ost.h;h=761d780ad38fd4aaa3971775d517c3c2297a7e0e;hb=f5ccdbcbf94decd5445d9ddd0ade7d5f4c2645e2;hp=e96a1cb9cda20005fe6a37dfb9c743b29b2fff2b;hpb=e3a7c58aebafce40323db54bf6056029e5af4a70;p=fs%2Flustre-release.git diff --git a/lustre/include/obd_ost.h b/lustre/include/obd_ost.h index e96a1cb..761d780 100644 --- a/lustre/include/obd_ost.h +++ b/lustre/include/obd_ost.h @@ -54,6 +54,7 @@ struct osc_brw_async_args { struct brw_page **aa_ppga; struct client_obd *aa_cli; cfs_list_t aa_oaps; + cfs_list_t aa_exts; struct obd_capa *aa_ocapa; struct cl_req *aa_clerq; }; @@ -69,6 +70,12 @@ struct osc_setattr_args { void *sa_cookie; }; +struct osc_fsync_args { + struct obd_info *fa_oi; + obd_enqueue_update_f fa_upcall; + void *fa_cookie; +}; + struct osc_enqueue_args { struct obd_export *oa_exp; int *oa_flags;