Lines Matching defs:dt_device

65 struct dt_device;
123 struct dt_device *dev, struct obd_statfs *osfs);
128 struct dt_device *dev);
133 struct dt_device *dev, struct thandle *th);
148 struct dt_device *dev, struct lu_fid *f);
153 const struct dt_device *dev,
158 int (*dt_sync)(const struct lu_env *env, struct dt_device *dev);
159 int (*dt_ro)(const struct lu_env *env, struct dt_device *dev);
164 * \param dev dt_device to start commit on
169 struct dt_device *dev);
174 struct dt_device *dev,
650 struct dt_device {
662 int dt_device_init(struct dt_device *dev, struct lu_device_type *t);
663 void dt_device_fini(struct dt_device *dev);
670 static inline struct dt_device * lu2dt_dev(struct lu_device *l)
673 return container_of0(l, struct dt_device, dd_lu_dev);
692 struct dt_device *los_dev;
744 struct dt_device *th_dev;
793 void dt_txn_callback_add(struct dt_device *dev, struct dt_txn_callback *cb);
794 void dt_txn_callback_del(struct dt_device *dev, struct dt_txn_callback *cb);
797 struct dt_device *dev, struct thandle *txn);
818 dt_store_resolve(const struct lu_env *env, struct dt_device *dt,
822 struct dt_device *dt,
828 struct dt_device *dt,
834 struct dt_device *dev,
838 dt_locate(const struct lu_env *env, struct dt_device *dev,
845 int local_oid_storage_init(const struct lu_env *env, struct dt_device *dev,
869 struct dt_device *dt,
882 struct dt_device *dt,
887 int local_object_unlink(const struct lu_env *env, struct dt_device *dt,
933 int dt_index_read(const struct lu_env *env, struct dt_device *dev,
937 struct dt_device *d)
944 struct dt_device *d, struct thandle *th)
952 struct dt_device *d, struct thandle *th)
960 struct dt_device *d, struct thandle *th)
1251 static inline int dt_statfs(const struct lu_env *env, struct dt_device *dev,
1260 static inline int dt_root_get(const struct lu_env *env, struct dt_device *dev,
1270 const struct dt_device *dev,
1279 static inline int dt_sync(const struct lu_env *env, struct dt_device *dev)
1287 static inline int dt_ro(const struct lu_env *env, struct dt_device *dev)
1411 struct dt_device *dev)
1420 struct dt_device *dev,
1455 struct dt_device *dfh_dt;