CernVM-FS
2.12.0
|
#include <file_chunk.h>
Public Member Functions | |
ChunkFd () | |
Public Attributes | |
int | fd |
unsigned | chunk_idx |
Stores the chunk index of a file descriptor. Needed for the Fuse module and for libcvmfs.
Definition at line 80 of file file_chunk.h.
|
inline |
Definition at line 81 of file file_chunk.h.
unsigned ChunkFd::chunk_idx |
Definition at line 83 of file file_chunk.h.
Referenced by cvmfs::cvmfs_read(), and LibContext::Pread().
int ChunkFd::fd |
Definition at line 82 of file file_chunk.h.
Referenced by LibContext::Close(), cvmfs::cvmfs_read(), cvmfs::cvmfs_release(), and LibContext::Pread().