Home
last modified time | relevance | path

Searched refs:build_open_how (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dinternal.h135 extern struct open_how build_open_how(int flags, umode_t mode);
H A Dopen.c978 inline struct open_how build_open_how(int flags, umode_t mode) in build_open_how() function
1127 struct open_how how = build_open_how(flags, mode); in file_open_name()
1162 struct open_how how = build_open_how(flags, mode); in file_open_root()
1201 struct open_how how = build_open_how(flags, mode); in do_sys_open()
/kernel/linux/linux-6.6/fs/
H A Dinternal.h173 extern struct open_how build_open_how(int flags, umode_t mode);
H A Dopen.c1203 inline struct open_how build_open_how(int flags, umode_t mode) in build_open_how() function
1360 struct open_how how = build_open_how(flags, mode); in file_open_name()
1395 struct open_how how = build_open_how(flags, mode); in file_open_root()
1433 struct open_how how = build_open_how(flags, mode); in do_sys_open()
/kernel/linux/linux-6.6/io_uring/
H A Dopenclose.c86 open->how = build_open_how(flags, mode); in io_openat_prep()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c4201 req->open.how = build_open_how(flags, mode); in io_openat_prep()

Completed in 18 milliseconds