Searched refs:build_open_how (Results 1 – 3 of 3) sorted by relevance
1199 inline struct open_how build_open_how(int flags, umode_t mode) in build_open_how() function1356 struct open_how how = build_open_how(flags, mode); in file_open_name()1391 struct open_how how = build_open_how(flags, mode); in file_open_root()1429 struct open_how how = build_open_how(flags, mode); in do_sys_open()
186 extern struct open_how build_open_how(int flags, umode_t mode);
91 open->how = build_open_how(flags, mode); in io_openat_prep()