|
Motr
M0
|
Go to the source code of this file.
Data Structures | |
| struct | m0_md_lustre_fid |
| struct | m0_md_lustre_logrec |
Macros | |
| #define | __MOTR_MDSERVICE_UT_LUSTRE_H__ |
Enumerations | |
| enum | m0_md_lustre_logrec_type { RT_MARK = 0, RT_CREATE = 1, RT_MKDIR = 2, RT_HARDLINK = 3, RT_SOFTLINK = 4, RT_MKNOD = 5, RT_UNLINK = 6, RT_RMDIR = 7, RT_RENAME = 8, RT_EXT = 9, RT_OPEN = 10, RT_CLOSE = 11, RT_IOCTL = 12, RT_TRUNC = 13, RT_SETATTR = 14, RT_XATTR = 15, RT_HSM = 16, RT_MTIME = 17, RT_CTIME = 18, RT_ATIME = 19, RT_LAST } |
Functions | |
| struct m0_md_lustre_logrec | __attribute__ ((packed)) |
Variables | |
| uint16_t | cr_namelen |
| uint16_t | cr_flags |
| uint16_t | cr_valid |
| uint32_t | cr_mode |
| uint8_t | cr_type |
| uint64_t | cr_index |
| uint64_t | cr_time |
| uint64_t | cr_atime |
| uint64_t | cr_ctime |
| uint64_t | cr_mtime |
| uint32_t | cr_nlink |
| uint32_t | cr_rdev |
| uint64_t | cr_version |
| uint64_t | cr_size |
| uint64_t | cr_blocks |
| uint64_t | cr_blksize |
| uint32_t | cr_uid |
| uint32_t | cr_gid |
| uint32_t | cr_sid |
| uint64_t | cr_clnid |
| struct m0_md_lustre_fid | cr_tfid |
| struct m0_md_lustre_fid | cr_pfid |
| char | cr_name [0] |
| enum m0_md_lustre_logrec_type | __attribute__ |
| struct m0_md_lustre_logrec __attribute__ | ( | (packed) | ) |
| struct m0_md_lustre_fid cr_pfid |
| struct m0_md_lustre_fid cr_tfid |