Home
last modified time | relevance | path

Searched refs:ir_flags (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ocfs2/
H A Dioctl.c46 kreq->ir_flags |= OCFS2_INFO_FL_ERROR; in o2info_set_request_error()
47 (void)put_user(kreq->ir_flags, (__u32 __user *)&(req->ir_flags)); in o2info_set_request_error()
52 req->ir_flags |= OCFS2_INFO_FL_FILLED; in o2info_set_request_filled()
57 req->ir_flags &= ~OCFS2_INFO_FL_FILLED; in o2info_clear_request_filled()
62 return (!(req->ir_flags & OCFS2_INFO_FL_NON_COHERENT)); in o2info_coherent()
/linux/include/linux/mfd/
H A Diqs62x.h92 u8 ir_flags; member
/linux/drivers/mfd/
H A Diqs62x.c496 event_data.ir_flags = event_map[i]; in iqs62x_irq()