| .. | .. |
|---|
| 72 | 72 | uint32_t bitmap[2]; |
|---|
| 73 | 73 | uint64_t size; |
|---|
| 74 | 74 | uint64_t change_attr; |
|---|
| 75 | | - struct timespec ctime; |
|---|
| 76 | | - struct timespec mtime; |
|---|
| 75 | + struct timespec64 ctime; |
|---|
| 76 | + struct timespec64 mtime; |
|---|
| 77 | 77 | }; |
|---|
| 78 | 78 | |
|---|
| 79 | 79 | struct cb_recallargs { |
|---|
| .. | .. |
|---|
| 127 | 127 | #define RCA4_TYPE_MASK_OBJ_LAYOUT_MAX 9 |
|---|
| 128 | 128 | #define RCA4_TYPE_MASK_OTHER_LAYOUT_MIN 12 |
|---|
| 129 | 129 | #define RCA4_TYPE_MASK_OTHER_LAYOUT_MAX 15 |
|---|
| 130 | | -#define RCA4_TYPE_MASK_ALL 0xf31f |
|---|
| 130 | +#define PNFS_FF_RCA4_TYPE_MASK_READ 16 |
|---|
| 131 | +#define PNFS_FF_RCA4_TYPE_MASK_RW 17 |
|---|
| 132 | +#define RCA4_TYPE_MASK_ALL 0x3f31f |
|---|
| 131 | 133 | |
|---|
| 132 | 134 | struct cb_recallanyargs { |
|---|
| 133 | 135 | uint32_t craa_objs_to_keep; |
|---|