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

/linux-master/fs/
H A Dfsopen.c87 static int fscontext_create_fd(struct fs_context *fc, unsigned int o_flags) function
148 return fscontext_create_fd(fc, flags & FSOPEN_CLOEXEC ? O_CLOEXEC : 0);
202 return fscontext_create_fd(fc, flags & FSPICK_CLOEXEC ? O_CLOEXEC : 0);

Completed in 103 milliseconds