Searched refs:O_RSYNC (Results 1 – 4 of 4) sorted by relevance
82 testdd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); in main()92 int fd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); in main()
186 oflag = oflag | O_RSYNC; in main()
170 #define O_RSYNC 0 macro
290 info->fd = open(info->channel_path, O_RDWR | O_RSYNC); in open_host_channel()