![]() |
CernVM-FS
2.13.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 74 of file file_chunk.h.
|
inline |
Definition at line 75 of file file_chunk.h.
unsigned ChunkFd::chunk_idx |
Definition at line 77 of file file_chunk.h.
Referenced by cvmfs::cvmfs_read(), and LibContext::Pread().
int ChunkFd::fd |
Definition at line 76 of file file_chunk.h.
Referenced by LibContext::Close(), cvmfs::cvmfs_read(), cvmfs::cvmfs_release(), and LibContext::Pread().