Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dopen.c1199 inline struct open_how build_open_how(int flags, umode_t mode) in build_open_how() function
1356 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()
Dinternal.h186 extern struct open_how build_open_how(int flags, umode_t mode);
/linux-6.12.1/io_uring/
Dopenclose.c91 open->how = build_open_how(flags, mode); in io_openat_prep()