Searched defs:md_ops (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/lustre/lustre/include/ |
D | obd.h | 1126 struct md_ops { struct 1127 int (*m_getstatus)(struct obd_export *, struct lu_fid *); 1128 int (*m_null_inode)(struct obd_export *, const struct lu_fid *); 1129 int (*m_find_cbdata)(struct obd_export *, const struct lu_fid *, 1131 int (*m_close)(struct obd_export *, struct md_op_data *, 1133 int (*m_create)(struct obd_export *, struct md_op_data *, 1136 int (*m_done_writing)(struct obd_export *, struct md_op_data *, 1138 int (*m_enqueue)(struct obd_export *, struct ldlm_enqueue_info *, 1142 int (*m_getattr)(struct obd_export *, struct md_op_data *, 1144 int (*m_getattr_name)(struct obd_export *, struct md_op_data *, [all …]
|
/drivers/staging/lustre/lustre/obdclass/ |
D | genops.c | 153 int class_register_type(struct obd_ops *dt_ops, struct md_ops *md_ops, in class_register_type()
|