| 73 | } |
| 74 | |
| 75 | static inline void |
| 76 | init_stat_x(stat_x *sx_p) |
| 77 | { |
| 78 | sx_p->crtime = 0; |
| 79 | #ifdef SUPPORT_ACLS |
| 80 | sx_p->acc_acl = sx_p->def_acl = NULL; |
| 81 | #endif |
| 82 | #ifdef SUPPORT_XATTRS |
| 83 | sx_p->xattr = NULL; |
| 84 | #endif |
| 85 | } |
| 86 | |
| 87 | static inline void |
| 88 | free_stat_x(stat_x *sx_p) |
no outgoing calls
no test coverage detected