MCPcopy Create free account
hub / github.com/RsyncProject/rsync / init_stat_x

Function init_stat_x

ifuncs.h:75–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static inline void
76init_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
87static inline void
88free_stat_x(stat_x *sx_p)

Callers 7

hard_link_checkFunction · 0.85
finish_hard_linkFunction · 0.85
copy_valid_pathFunction · 0.85
make_backupFunction · 0.85
set_file_attrsFunction · 0.85
send_file_nameFunction · 0.85
recv_generatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected