~ubuntu-branches/ubuntu/raring/ceph/raring

« back to all changes in this revision

Viewing changes to src/include/fiemap.h

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2012-02-05 10:07:38 UTC
  • mfrom: (1.1.7) (0.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20120205100738-00s0bxx93mamy8tk
Tags: 0.41-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# include "linux_fiemap.h"
14
14
#endif
15
15
 
 
16
#if defined(__linux__)
16
17
#include <linux/ioctl.h>
 
18
#elif defined(__FreeBSD__)
 
19
#include <sys/ioctl.h>
 
20
#endif
17
21
#ifndef FS_IOC_FIEMAP
18
22
# define FS_IOC_FIEMAP                        _IOWR('f', 11, struct fiemap)
19
23
#endif