O_RSYNC
O_LARGEFILE | O_NOCTTY | O_NONBLOCK | O_NDELAY | O_RSYNC |
O_SYNC | O_DSYNC | O_RSYNC | O_XATTR | \
if (flags & O_RSYNC)
|O_EXCL|O_NOCTTY|O_LARGEFILE|O_RSYNC|O_XATTR|O_NOFOLLOW|O_NOLINKS\
if (arg & O_RSYNC)
if (flag & O_RSYNC) {
testdd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC);
int fd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC);
oflag = oflag | O_RSYNC;