Home
last modified time | relevance | path

Searched refs:intent (Results 1 – 4 of 4) sorted by relevance

/fs/
Dinternal.h101 int intent; member
Dopen.c973 op->intent = flags & O_PATH ? 0 : LOOKUP_OPEN; in build_open_flags()
976 op->intent |= LOOKUP_CREATE; in build_open_flags()
978 op->intent |= LOOKUP_EXCL; in build_open_flags()
Dexec.c124 .intent = LOOKUP_OPEN, in SYSCALL_DEFINE1()
794 .intent = LOOKUP_OPEN, in do_open_execat()
Dnamei.c3109 nd->flags |= op->intent; in do_last()
3463 if (d_is_symlink(dentry) && op->intent & LOOKUP_OPEN) in do_file_open_root()