Blame view

include/linux/udf_fs_i.h 634 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
  /*
   * udf_fs_i.h
   *
   * This file is intended for the Linux kernel/module. 
   *
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
6
7
8
9
10
11
   * COPYRIGHT
   *	This file is distributed under the terms of the GNU General Public
   *	License (GPL). Copies of the GPL can be obtained from:
   *		ftp://prep.ai.mit.edu/pub/gnu/GPL
   *	Each contributing author retains all rights to their own work.
   */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
12
13
  #ifndef _UDF_FS_I_H
  #define _UDF_FS_I_H 1
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
14
  /* exported IOCTLs, we have 'l', 0x40-0x7f */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
15
16
17
18
19
20
  #define UDF_GETEASIZE   _IOR('l', 0x40, int)
  #define UDF_GETEABLOCK  _IOR('l', 0x41, void *)
  #define UDF_GETVOLIDENT _IOR('l', 0x42, void *)
  #define UDF_RELOCATE_BLOCKS _IOWR('l', 0x43, long)
  
  #endif /* _UDF_FS_I_H */