Home
last modified time | relevance | path

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

/fs/hostfs/
Dhostfs_kern.c45 static int append = 0; variable
71 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()
Dhostfs.h62 extern int open_file(char *path, int r, int w, int append);
Dhostfs_user.c113 int open_file(char *path, int r, int w, int append) in open_file() argument
125 if (append) in open_file()