search for: statx_struct_ptr

Displaying 1 result from an estimated 1 matches for "statx_struct_ptr".

2007 Sep 23
0
A preliminary design for an external DB for rsync
...be NULL. # FLAGS: active-checksum-type, incl-acl-info, incl-xattr-info, etc. The chroot path modifies incoming filenames into a global DB context and strips the returned filenames down to work in a chroot (also ensures that no filenames outside the chroot will be returned). db_stat(FILENAME_PTR, STATX_STRUCT_PTR, CHKSUM_PTR, FLAGS); # CHKSUM_PTR: can be NULL. Will be returned if enabled in db_open(). # FLAGS: lstat/stat, use-checksum-for-stat The stat info is used during the lookup, and then updated. Stat would try to handle renamed files by using both filename and inode info, checking it for accuracy,...