Searched refs:build_open_how (Results 1 – 3 of 3) sorted by relevance
137 extern struct open_how build_open_how(int flags, umode_t mode);
992 inline struct open_how build_open_how(int flags, umode_t mode) in build_open_how() function1141 struct open_how how = build_open_how(flags, mode); in file_open_name()1176 struct open_how how = build_open_how(flags, mode); in file_open_root()1215 struct open_how how = build_open_how(flags, mode); in do_sys_open()
4175 req->open.how = build_open_how(flags, mode); in io_openat_prep()