Rechercher une page de manuel
filp_open
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
filp_open - open file and return file pointerSYNOPSIS
- struct file * filp_open(const char * filename, int flags, int mode);
ARGUMENTS
filename
- path to open
flags
- open flags as per the open(2) second argument
mode
- mode for the new file if O_CREAT is set, else ignored
DESCRIPTION
This is the helper to open a file from kernelspace if you really have to. But in generally you should not do this, so please move along, nothing to see here..
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre