|
XRootD
|
small structs to store file metadata More...
Inheritance diagram for CephFile:
Collaboration diagram for CephFile:Public Attributes | |
| std::string | name |
| unsigned int | nbStripes |
| unsigned long long | objectSize |
| std::string | pool |
| unsigned long long | stripeUnit |
| std::string | userId |
small structs to store file metadata
Definition at line 54 of file XrdCephPosix.cc.
| std::string CephFile::name |
Definition at line 55 of file XrdCephPosix.cc.
Referenced by ceph_aio_read(), ceph_aio_write(), ceph_posix_close(), ceph_posix_fstat(), ceph_posix_internal_getxattr(), ceph_posix_internal_listxattrs(), ceph_posix_internal_removexattr(), ceph_posix_internal_setxattr(), ceph_posix_internal_truncate(), ceph_posix_open(), ceph_posix_opendir(), ceph_posix_pread(), ceph_posix_pwrite(), ceph_posix_read(), ceph_posix_stat(), ceph_posix_unlink(), ceph_posix_write(), deleteFileRef(), fillCephFile(), and insertFileRef().
| unsigned int CephFile::nbStripes |
Definition at line 58 of file XrdCephPosix.cc.
Referenced by checkAndCreateStriper(), fillCephNbStripes(), getIoCtx(), and getRadosStriper().
| unsigned long long CephFile::objectSize |
Definition at line 60 of file XrdCephPosix.cc.
Referenced by checkAndCreateStriper(), fillCephObjectSize(), getIoCtx(), and getRadosStriper().
| std::string CephFile::pool |
Definition at line 56 of file XrdCephPosix.cc.
Referenced by checkAndCreateStriper(), fillCephPool(), getIoCtx(), and getRadosStriper().
| unsigned long long CephFile::stripeUnit |
Definition at line 59 of file XrdCephPosix.cc.
Referenced by checkAndCreateStriper(), fillCephStripeUnit(), getIoCtx(), and getRadosStriper().
| std::string CephFile::userId |
Definition at line 57 of file XrdCephPosix.cc.
Referenced by checkAndCreateStriper(), fillCephUserId(), getIoCtx(), and getRadosStriper().