ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/AIO.xs
(Generate patch)

Comparing IO-AIO/AIO.xs (file contents):
Revision 1.241 by root, Sun May 1 17:19:39 2016 UTC vs.
Revision 1.248 by root, Fri Jun 23 22:33:06 2017 UTC

21# include <sys/mman.h> 21# include <sys/mman.h>
22#endif 22#endif
23 23
24/* the incompetent fool that created musl keeps __linux__, refuses 24/* the incompetent fool that created musl keeps __linux__, refuses
25 * to implement any linux standard apis, and also has no way to test 25 * to implement any linux standard apis, and also has no way to test
26 * for his broken iplementation. on't complain if this fails for you. 26 * for his broken iplementation. don't complain to me if this fails
27 * for you.
27 */ 28 */
28#if __linux__ && (defined __GLIBC__ || defined __UCLIBC__) 29#if __linux__ && (defined __GLIBC__ || defined __UCLIBC__)
29# include <linux/fs.h> 30# include <linux/fs.h>
30# ifdef FS_IOC_FIEMAP 31# ifdef FS_IOC_FIEMAP
31# include <linux/types.h> 32# include <linux/types.h>
994 const_iv (MAP_GROWSDOWN) 995 const_iv (MAP_GROWSDOWN)
995 const_iv (MAP_32BIT) 996 const_iv (MAP_32BIT)
996 const_iv (MAP_HUGETLB) 997 const_iv (MAP_HUGETLB)
997 const_iv (MAP_STACK) 998 const_iv (MAP_STACK)
998 999
1000 const_iv (F_DUPFD_CLOEXEC)
1001
1002 const_iv (F_OFD_GETLK)
1003 const_iv (F_OFD_SETLK)
1004 const_iv (F_OFD_GETLKW)
1005
1006 const_iv (FIFREEZE)
1007 const_iv (FITHAW)
1008 const_iv (FITRIM)
1009 const_iv (FICLONE)
1010 const_iv (FICLONERANGE)
1011 const_iv (FIDEDUPERANGE)
1012
1013 const_iv (FS_IOC_GETFLAGS)
1014 const_iv (FS_IOC_SETFLAGS)
1015 const_iv (FS_IOC_GETVERSION)
1016 const_iv (FS_IOC_SETVERSION)
1017 const_iv (FS_IOC_FIEMAP)
1018 const_iv (FS_IOC_FSGETXATTR)
1019 const_iv (FS_IOC_FSSETXATTR)
1020 const_iv (FS_IOC_SET_ENCRYPTION_POLICY)
1021 const_iv (FS_IOC_GET_ENCRYPTION_PWSALT)
1022 const_iv (FS_IOC_GET_ENCRYPTION_POLICY)
1023
1024 const_iv (FS_KEY_DESCRIPTOR_SIZE)
1025
1026 const_iv (FS_SECRM_FL)
1027 const_iv (FS_UNRM_FL)
1028 const_iv (FS_COMPR_FL)
1029 const_iv (FS_SYNC_FL)
1030 const_iv (FS_IMMUTABLE_FL)
1031 const_iv (FS_APPEND_FL)
1032 const_iv (FS_NODUMP_FL)
1033 const_iv (FS_NOATIME_FL)
1034 const_iv (FS_DIRTY_FL)
1035 const_iv (FS_COMPRBLK_FL)
1036 const_iv (FS_NOCOMP_FL)
1037 const_iv (FS_ENCRYPT_FL)
1038 const_iv (FS_BTREE_FL)
1039 const_iv (FS_INDEX_FL)
1040 const_iv (FS_JOURNAL_DATA_FL)
1041 const_iv (FS_NOTAIL_FL)
1042 const_iv (FS_DIRSYNC_FL)
1043 const_iv (FS_TOPDIR_FL)
1044 const_iv (FS_FL_USER_MODIFIABLE)
1045
1046 const_iv (FS_XFLAG_REALTIME)
1047 const_iv (FS_XFLAG_PREALLOC)
1048 const_iv (FS_XFLAG_IMMUTABLE)
1049 const_iv (FS_XFLAG_APPEND)
1050 const_iv (FS_XFLAG_SYNC)
1051 const_iv (FS_XFLAG_NOATIME)
1052 const_iv (FS_XFLAG_NODUMP)
1053 const_iv (FS_XFLAG_RTINHERIT)
1054 const_iv (FS_XFLAG_PROJINHERIT)
1055 const_iv (FS_XFLAG_NOSYMLINKS)
1056 const_iv (FS_XFLAG_EXTSIZE)
1057 const_iv (FS_XFLAG_EXTSZINHERIT)
1058 const_iv (FS_XFLAG_NODEFRAG)
1059 const_iv (FS_XFLAG_FILESTREAM)
1060 const_iv (FS_XFLAG_DAX)
1061 const_iv (FS_XFLAG_HASATTR)
1062
999 const_iv (FIEMAP_FLAG_SYNC) 1063 const_iv (FIEMAP_FLAG_SYNC)
1000 const_iv (FIEMAP_FLAG_XATTR) 1064 const_iv (FIEMAP_FLAG_XATTR)
1001 const_iv (FIEMAP_FLAGS_COMPAT) 1065 const_iv (FIEMAP_FLAGS_COMPAT)
1002 const_iv (FIEMAP_EXTENT_LAST) 1066 const_iv (FIEMAP_EXTENT_LAST)
1003 const_iv (FIEMAP_EXTENT_UNKNOWN) 1067 const_iv (FIEMAP_EXTENT_UNKNOWN)
1036 1100
1037 const_eio (FALLOC_FL_KEEP_SIZE) 1101 const_eio (FALLOC_FL_KEEP_SIZE)
1038 const_eio (FALLOC_FL_PUNCH_HOLE) 1102 const_eio (FALLOC_FL_PUNCH_HOLE)
1039 const_eio (FALLOC_FL_COLLAPSE_RANGE) 1103 const_eio (FALLOC_FL_COLLAPSE_RANGE)
1040 const_eio (FALLOC_FL_ZERO_RANGE) 1104 const_eio (FALLOC_FL_ZERO_RANGE)
1105 const_eio (FALLOC_FL_INSET_RANGE)
1106 const_eio (FALLOC_FL_UNSHARE_RANGE)
1107
1108 const_eio (RENAME_NOREPLACE)
1109 const_eio (RENAME_EXCHANGE)
1110 const_eio (RENAME_WHITEOUT)
1041 1111
1042 const_eio (READDIR_DENTS) 1112 const_eio (READDIR_DENTS)
1043 const_eio (READDIR_DIRS_FIRST) 1113 const_eio (READDIR_DIRS_FIRST)
1044 const_eio (READDIR_STAT_ORDER) 1114 const_eio (READDIR_STAT_ORDER)
1045 const_eio (READDIR_FOUND_UNKNOWN) 1115 const_eio (READDIR_FOUND_UNKNOWN)
1532 1602
1533 REQ_SEND; 1603 REQ_SEND;
1534} 1604}
1535 1605
1536void 1606void
1607aio_rename2 (SV8 *oldpath, SV8 *newpath, int flags = 0, SV *callback = &PL_sv_undef)
1608 PPCODE:
1609{
1610 eio_wd wd2 = 0;
1611 dREQ;
1612
1613 req->type = EIO_RENAME;
1614 req_set_path1 (req, oldpath);
1615 req_set_path (req, newpath, &req->sv2, &req->sv4, &wd2, &req->ptr2);
1616 req->int2 = flags;
1617 req->int3 = (long)wd2;
1618
1619 REQ_SEND;
1620}
1621
1622void
1537aio_mknod (SV8 *pathname, int mode, UV dev, SV *callback = &PL_sv_undef) 1623aio_mknod (SV8 *pathname, int mode, UV dev, SV *callback = &PL_sv_undef)
1538 PPCODE: 1624 PPCODE:
1539{ 1625{
1540 dREQ; 1626 dREQ;
1541 1627
1546 1632
1547 REQ_SEND; 1633 REQ_SEND;
1548} 1634}
1549 1635
1550void 1636void
1551aio_mtouch (SV8 *data, IV offset = 0, SV *length = &PL_sv_undef, int flags = 0, SV *callback = &PL_sv_undef) 1637aio_mtouch (SV8 *data, IV offset = 0, SV *length = &PL_sv_undef, int flags = -1, SV *callback = &PL_sv_undef)
1552 ALIAS: 1638 ALIAS:
1553 aio_mtouch = EIO_MTOUCH 1639 aio_mtouch = EIO_MTOUCH
1554 aio_msync = EIO_MSYNC 1640 aio_msync = EIO_MSYNC
1555 PPCODE: 1641 PPCODE:
1556{ 1642{
1557 STRLEN svlen; 1643 STRLEN svlen;
1558 char *svptr = SvPVbyte (data, svlen); 1644 char *svptr = SvPVbyte (data, svlen);
1559 UV len = SvUV (length); 1645 UV len = SvUV (length);
1646
1647 if (flags < 0)
1648 flags = ix == EIO_MSYNC ? EIO_MS_SYNC : 0;
1560 1649
1561 if (offset < 0) 1650 if (offset < 0)
1562 offset += svlen; 1651 offset += svlen;
1563 1652
1564 if (offset < 0 || offset > svlen) 1653 if (offset < 0 || offset > svlen)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines