Searched refs:niobuf_local (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | dt_object.h | 68 struct niobuf_local; 496 loff_t pos, ssize_t len, struct niobuf_local *lb, 502 struct niobuf_local *lb, int nr); 507 struct niobuf_local *lb, int nr); 513 struct niobuf_local *, 519 struct niobuf_local *, int, struct thandle *); 524 struct niobuf_local *lnb, int nr); 1162 struct niobuf_local *lnb, int rw, in dt_bufs_get() 1173 struct niobuf_local *lnb, int n) in dt_bufs_put() 1182 struct niobuf_local *lnb, int n) in dt_write_prep() [all …]
|
D | lustre_debug.h | 49 void dump_lniobuf(struct niobuf_local *lnb);
|
D | obd.h | 615 struct niobuf_local { struct 1184 int *nr_pages, struct niobuf_local *local, 1190 struct niobuf_local *local,
|
D | obd_class.h | 1213 struct niobuf_local *local, in obd_preprw() 1231 struct niobuf_local *local, in obd_commitrw()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | debug.c | 49 void dump_lniobuf(struct niobuf_local *nb) in dump_lniobuf()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 1651 struct niobuf_local *lnb; in echo_client_prep_commit() 1664 OBD_ALLOC(lnb, npages * sizeof(struct niobuf_local)); in echo_client_prep_commit() 1743 OBD_FREE(lnb, npages * sizeof(struct niobuf_local)); in echo_client_prep_commit()
|