Searched refs:append (Results 1 – 3 of 3) sorted by relevance
45 static int append = 0; variable71 append = 1; in hostfs_args()404 fd = open_file(name, r, w, append); in hostfs_file_open()722 if (append) in hostfs_unlink()861 if (append) in hostfs_setattr()
62 extern int open_file(char *path, int r, int w, int append);
113 int open_file(char *path, int r, int w, int append) in open_file() argument125 if (append) in open_file()