Searched refs:idal_buffer (Results 1 – 5 of 5) sorted by relevance
/linux/arch/s390/include/asm/ |
H A D | idals.h | 123 struct idal_buffer { struct 132 static inline struct idal_buffer *idal_buffer_alloc(size_t size, int page_order) in idal_buffer_alloc() argument 135 struct idal_buffer *ib; in idal_buffer_alloc() 169 static inline void idal_buffer_free(struct idal_buffer *ib) in idal_buffer_free() 186 static inline bool __idal_buffer_is_needed(struct idal_buffer *ib) in __idal_buffer_is_needed() 196 static inline void idal_buffer_set_cda(struct idal_buffer *ib, struct ccw1 *ccw) in idal_buffer_set_cda() 219 static inline size_t idal_buffer_to_user(struct idal_buffer *ib, void __user *to, size_t count) in idal_buffer_to_user() 241 static inline size_t idal_buffer_from_user(struct idal_buffer *ib, const void __user *from, size_t … in idal_buffer_from_user()
|
/linux/drivers/s390/char/ |
H A D | tape.h | 175 struct idal_buffer *idal_buf; /* idal buffer for user char data */ 350 tape_ccw_cc_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) in tape_ccw_cc_idal() 359 tape_ccw_end_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) in tape_ccw_end_idal()
|
H A D | raw3270.h | 40 void raw3270_request_set_idal(struct raw3270_request *rq, struct idal_buffer *ib);
|
H A D | tape_std.c | 213 struct idal_buffer *new; in tape_std_mtsetblk()
|
H A D | raw3270.c | 236 void raw3270_request_set_idal(struct raw3270_request *rq, struct idal_buffer *ib) in raw3270_request_set_idal()
|