Searched refs:build_open_how (Results 1 – 3 of 3) sorted by relevance
134 extern struct open_how build_open_how(int flags, umode_t mode);
978 inline struct open_how build_open_how(int flags, umode_t mode) in build_open_how() function1109 struct open_how how = build_open_how(flags, mode); in file_open_name()1144 struct open_how how = build_open_how(flags, mode); in file_open_root()1183 struct open_how how = build_open_how(flags, mode); in do_sys_open()
3811 req->open.how = build_open_how(flags, mode); in io_openat_prep()