HomeSort by relevance Sort by last modified time
    Searched refs:XFS_IOC_ALLOCSP64 (Results 1 - 4 of 4) sorted by null

  /external/syslinux/core/fs/xfs/
xfs_fs.h 440 #define XFS_IOC_ALLOCSP64 _IOW ('X', 36, struct xfs_flock64)
  /external/syslinux/extlinux/
xfs_fs.h 440 #define XFS_IOC_ALLOCSP64 _IOW ('X', 36, struct xfs_flock64)
  /external/e2fsprogs/contrib/
fsstress.c 1488 e = ioctl(fd, XFS_IOC_ALLOCSP64, &fl) < 0 ? errno : 0;
1490 printf("%d/%d: ioctl(XFS_IOC_ALLOCSP64) %s %lld 0 %d\n",
    [all...]
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 1463 e = ioctl(fd, XFS_IOC_ALLOCSP64, &fl) < 0 ? errno : 0;
1465 printf("%d/%d: ioctl(XFS_IOC_ALLOCSP64) %s %lld 0 %d\n",
    [all...]

Completed in 224 milliseconds