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.247 by root, Fri Jun 23 22:09:50 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)
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)
1041 1105
1106 const_eio (RENAME_NOREPLACE)
1107 const_eio (RENAME_EXCHANGE)
1108 const_eio (RENAME_WHITEOUT)
1109
1042 const_eio (READDIR_DENTS) 1110 const_eio (READDIR_DENTS)
1043 const_eio (READDIR_DIRS_FIRST) 1111 const_eio (READDIR_DIRS_FIRST)
1044 const_eio (READDIR_STAT_ORDER) 1112 const_eio (READDIR_STAT_ORDER)
1045 const_eio (READDIR_FOUND_UNKNOWN) 1113 const_eio (READDIR_FOUND_UNKNOWN)
1046 1114
1532 1600
1533 REQ_SEND; 1601 REQ_SEND;
1534} 1602}
1535 1603
1536void 1604void
1605aio_rename2 (SV8 *oldpath, SV8 *newpath, int flags = 0, SV *callback = &PL_sv_undef)
1606 PPCODE:
1607{
1608 eio_wd wd2 = 0;
1609 dREQ;
1610
1611 req->type = EIO_RENAME;
1612 req_set_path1 (req, oldpath);
1613 req_set_path (req, newpath, &req->sv2, &req->sv4, &wd2, &req->ptr2);
1614 req->int2 = flags;
1615 req->int3 = (long)wd2;
1616
1617 REQ_SEND;
1618}
1619
1620void
1537aio_mknod (SV8 *pathname, int mode, UV dev, SV *callback = &PL_sv_undef) 1621aio_mknod (SV8 *pathname, int mode, UV dev, SV *callback = &PL_sv_undef)
1538 PPCODE: 1622 PPCODE:
1539{ 1623{
1540 dREQ; 1624 dREQ;
1541 1625
1546 1630
1547 REQ_SEND; 1631 REQ_SEND;
1548} 1632}
1549 1633
1550void 1634void
1551aio_mtouch (SV8 *data, IV offset = 0, SV *length = &PL_sv_undef, int flags = 0, SV *callback = &PL_sv_undef) 1635aio_mtouch (SV8 *data, IV offset = 0, SV *length = &PL_sv_undef, int flags = -1, SV *callback = &PL_sv_undef)
1552 ALIAS: 1636 ALIAS:
1553 aio_mtouch = EIO_MTOUCH 1637 aio_mtouch = EIO_MTOUCH
1554 aio_msync = EIO_MSYNC 1638 aio_msync = EIO_MSYNC
1555 PPCODE: 1639 PPCODE:
1556{ 1640{
1557 STRLEN svlen; 1641 STRLEN svlen;
1558 char *svptr = SvPVbyte (data, svlen); 1642 char *svptr = SvPVbyte (data, svlen);
1559 UV len = SvUV (length); 1643 UV len = SvUV (length);
1644
1645 if (flags < 0)
1646 flags = ix == EIO_MSYNC ? EIO_MS_SYNC : 0;
1560 1647
1561 if (offset < 0) 1648 if (offset < 0)
1562 offset += svlen; 1649 offset += svlen;
1563 1650
1564 if (offset < 0 || offset > svlen) 1651 if (offset < 0 || offset > svlen)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines