Searched refs:nvf_open (Results 1 – 1 of 1) sorted by relevance
94 static int nvf_open(char *path, int flags, int mode);999 file = nvf_open(NVF_TMP_FILENAME, O_RDWR | O_CREAT, 0600); in nvf_flush()1097 file = nvf_open(filename, O_RDONLY, 0600); in nvf_parse()1291 nvf_open(char *path, int flags, int mode) in nvf_open() function