Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 /*
0003  * udf_fs_i.h
0004  *
0005  * This file is intended for the Linux kernel/module. 
0006  *
0007  * COPYRIGHT
0008  *  This file is distributed under the terms of the GNU General Public
0009  *  License (GPL). Copies of the GPL can be obtained from:
0010  *      ftp://prep.ai.mit.edu/pub/gnu/GPL
0011  *  Each contributing author retains all rights to their own work.
0012  */
0013 #ifndef _UDF_FS_I_H
0014 #define _UDF_FS_I_H 1
0015 
0016 /* exported IOCTLs, we have 'l', 0x40-0x7f */
0017 #define UDF_GETEASIZE   _IOR('l', 0x40, int)
0018 #define UDF_GETEABLOCK  _IOR('l', 0x41, void *)
0019 #define UDF_GETVOLIDENT _IOR('l', 0x42, void *)
0020 #define UDF_RELOCATE_BLOCKS _IOWR('l', 0x43, long)
0021 
0022 #endif /* _UDF_FS_I_H */