Home
last modified time | relevance | path

Searched refs:WILL_CREATE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dopen.c975 #define WILL_CREATE(flags) (flags & (O_CREAT | __O_TMPFILE)) macro
989 if (!WILL_CREATE(how.flags)) in build_open_how()
1026 if (WILL_CREATE(flags)) { in build_open_flags()
/kernel/linux/linux-6.6/fs/
H A Dopen.c1200 #define WILL_CREATE(flags) (flags & (O_CREAT | __O_TMPFILE)) macro
1214 if (!WILL_CREATE(how.flags)) in build_open_how()
1251 if (WILL_CREATE(flags)) { in build_open_flags()

Completed in 4 milliseconds