linux/fs/exofs
Boaz Harrosh e806271916 exofs: file and file_inode operations
implementation of the file_operations and inode_operations for
regular data files.

Most file_operations are generic vfs implementations except:
- exofs_truncate will truncate the OSD object as well
- Generic file_fsync is not good for none_bd devices so open code it
- The default for .flush in Linux is todo nothing so call exofs_fsync
  on the file.

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
2009-03-31 19:44:24 +03:00
..
common.h exofs: Kbuild, Headers and osd utils 2009-03-31 19:44:20 +03:00
exofs.h exofs: file and file_inode operations 2009-03-31 19:44:24 +03:00
file.c exofs: file and file_inode operations 2009-03-31 19:44:24 +03:00
inode.c exofs: file and file_inode operations 2009-03-31 19:44:24 +03:00
Kbuild exofs: file and file_inode operations 2009-03-31 19:44:24 +03:00
Kconfig exofs: Kbuild, Headers and osd utils 2009-03-31 19:44:20 +03:00
osd.c exofs: Kbuild, Headers and osd utils 2009-03-31 19:44:20 +03:00