Home
last modified time | relevance | path

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

/fs/ocfs2/
Dioctl.c44 kreq->ir_flags |= OCFS2_INFO_FL_ERROR; in o2info_set_request_error()
45 (void)put_user(kreq->ir_flags, (__u32 __user *)&(req->ir_flags)); in o2info_set_request_error()
50 req->ir_flags |= OCFS2_INFO_FL_FILLED; in o2info_set_request_filled()
55 req->ir_flags &= ~OCFS2_INFO_FL_FILLED; in o2info_clear_request_filled()
60 return (!(req->ir_flags & OCFS2_INFO_FL_NON_COHERENT)); in o2info_coherent()
Docfs2_ioctl.h100 __u32 ir_flags; /* Request flags */ member