Searched refs:write_file (Results 1 – 3 of 3) sorted by relevance
/fs/hostfs/ |
D | hostfs.h | 76 extern int write_file(int fd, unsigned long long *offset, const char *buf,
|
D | hostfs_user.c | 129 int write_file(int fd, unsigned long long *offset, const char *buf, int len) in write_file() function
|
D | hostfs_kern.c | 416 err = write_file(HOSTFS_I(inode)->fd, &base, buffer, count); in hostfs_writepage() 483 err = write_file(FILE_HOSTFS_I(file)->fd, &pos, buffer + from, copied); in hostfs_write_end()
|