Searched refs:append (Results 1 – 6 of 6) sorted by relevance
/fs/hostfs/ |
D | hostfs_kern.c | 41 static int append = 0; variable 65 append = 1; in hostfs_args() 258 if (append) in hostfs_show_options() 323 fd = open_file(name, r, w, append); in hostfs_open() 648 if (append) in hostfs_unlink() 805 if (append) in hostfs_setattr()
|
D | hostfs_user.c | 70 int open_file(char *path, int r, int w, int append) in open_file() argument 82 if (append) in open_file()
|
D | hostfs.h | 72 extern int open_file(char *path, int r, int w, int append);
|
/fs/f2fs/ |
D | debug.c | 139 si->append = sbi->im[APPEND_INO].ino_num; in update_general_status() 389 si->orphans, si->append, si->update); in stat_show()
|
D | f2fs.h | 3877 int inline_xattr, inline_inode, inline_dir, append, update, orphans; member
|
/fs/zonefs/ |
D | super.c | 897 bool append = false; in zonefs_file_dio_write() local 936 append = sync; in zonefs_file_dio_write() 939 if (append) in zonefs_file_dio_write()
|