Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dfsopen.c86 static int fscontext_create_fd(struct fs_context *fc, unsigned int o_flags) in fscontext_create_fd() function
147 return fscontext_create_fd(fc, flags & FSOPEN_CLOEXEC ? O_CLOEXEC : 0); in SYSCALL_DEFINE2()
201 return fscontext_create_fd(fc, flags & FSPICK_CLOEXEC ? O_CLOEXEC : 0); in SYSCALL_DEFINE3()