Home
last modified time | relevance | path

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

/fs/hostfs/
Dhostfs_kern.c42 static int append = 0; variable
66 append = 1; in hostfs_args()
259 if (append) in hostfs_show_options()
324 fd = open_file(name, r, w, append); in hostfs_open()
650 if (append) in hostfs_unlink()
807 if (append) in hostfs_setattr()
Dhostfs_user.c70 int open_file(char *path, int r, int w, int append) in open_file() argument
82 if (append) in open_file()
Dhostfs.h72 extern int open_file(char *path, int r, int w, int append);
/fs/zonefs/
Dfile.c548 bool append = false; in zonefs_file_dio_write() local
594 append = sync; in zonefs_file_dio_write()
597 if (append) { in zonefs_file_dio_write()
/fs/f2fs/
Ddebug.c151 si->append = sbi->im[APPEND_INO].ino_num; in update_general_status()
437 si->orphans, si->append, si->update); in stat_show()
Df2fs.h3893 int inline_xattr, inline_inode, inline_dir, append, update, orphans; member