Home
last modified time | relevance | path

Searched refs:cl_io_operations (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h2016 const struct cl_io_operations *cis_iop;
2028 struct cl_io_operations { struct
2721 struct cl_object *obj, const struct cl_io_operations *ops);
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_io.c757 static const struct cl_io_operations lov_io_ops = {
846 static const struct cl_io_operations lov_empty_io_ops = {
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_io.c644 static const struct cl_io_operations osc_io_ops = {
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dvvp_io.c1089 static const struct cl_io_operations vvp_io_ops = {
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c1029 const struct cl_io_operations *ops) in cl_io_slice_add()