Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcompat.h793 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);
796 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);
800 unsigned long vlen, loff_t pos, rwf_t flags);
806 unsigned long vlen, loff_t pos, rwf_t flags);
H A Dfs.h84 typedef __kernel_rwf_t rwf_t; typedef
3095 rwf_t flags);
3097 rwf_t flags);
3447 static inline int kiocb_set_rw_flags(struct kiocb *ki, rwf_t flags, in kiocb_set_rw_flags()
/linux/io_uring/
H A Drw.c34 rwf_t flags;
283 rw->flags = (__force rwf_t) READ_ONCE(sqe->rw_flags); in __io_prep_rw()