Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | qnx6_sb_info |
struct | qnx6_inode_info |
Macros | |
#define | QNX6DEBUG(X) (void) 0 |
#define | clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) |
#define | set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) |
#define | test_opt(sb, opt) |
Typedefs | |
typedef __u16 __bitwise | __fs16 |
typedef __u32 __bitwise | __fs32 |
typedef __u64 __bitwise | __fs64 |
Enumerations | |
enum | { BYTESEX_LE, BYTESEX_BE } |
Functions | |
struct inode * | qnx6_iget (struct super_block *sb, unsigned ino) |
struct dentry * | qnx6_lookup (struct inode *dir, struct dentry *dentry, unsigned int flags) |
struct qnx6_super_block * | qnx6_mmi_fill_super (struct super_block *s, int silent) |
unsigned | qnx6_find_entry (int len, struct inode *dir, const char *name, struct page **res_page) |
Variables | |
struct inode_operations | qnx6_dir_inode_operations |
struct file_operations | qnx6_dir_operations |
|
read |
|
read |
Definition at line 35 of file super_mmi.c.
struct inode_operations qnx6_dir_inode_operations |
struct file_operations qnx6_dir_operations |