Home
last modified time | relevance | path

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

/linux/fs/
H A Dopen.c1214 inline struct open_how build_open_how(int flags, umode_t mode) in build_open_how() function
1369 struct open_how how = build_open_how(flags, mode); in file_open_name()
1404 struct open_how how = build_open_how(flags, mode); in file_open_root()
1442 struct open_how how = build_open_how(flags, mode); in do_sys_open()
H A Dinternal.h186 extern struct open_how build_open_how(int flags, umode_t mode);
/linux/io_uring/
H A Dopenclose.c91 open->how = build_open_how(flags, mode); in io_openat_prep()