This website requires JavaScript.
Explore
Help
Sign In
c
/
mirror_zfs
Watch
1
Star
0
Fork
0
You've already forked mirror_zfs
mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced
2024-11-17 18:11:00 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a5d6f6020a
mirror_zfs
/
include
/
sys
/
file.h
7 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
OK, a first reasonable attempt at a solaris module/chdev shim layer. This should handle the absolute minimum I need for ZFS. It will register the chdev with the right callbacks. Then the generic registered linux callback will find the right registered solaris callback for the function and munge the args just right before passing it on. Should work, but untested (just compiled), so I expect bugs. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@52 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-03-21 02:30:15 +03:00
#
ifndef _SPL_FILE_H
#
define _SPL_FILE_H
Define FKIOCTL which is used on Solaris to mark an in-kernel ioctl.
2009-07-10 01:59:41 +04:00
#
define FKIOCTL 0x80000000
OK, a first reasonable attempt at a solaris module/chdev shim layer. This should handle the absolute minimum I need for ZFS. It will register the chdev with the right callbacks. Then the generic registered linux callback will find the right registered solaris callback for the function and munge the args just right before passing it on. Should work, but untested (just compiled), so I expect bugs. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@52 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-03-21 02:30:15 +03:00
#
endif
/* SPL_FILE_H */
Reference in New Issue
Copy Permalink