qnx6.h (9a64e8e0ace51b309fdcff4b4754b3649250382a) | qnx6.h (00cd8dd3bf95f2cc8435b4cac01d9995635c6d0b) |
---|---|
1/* 2 * QNX6 file system, Linux implementation. 3 * 4 * Version : 1.0.0 5 * 6 * History : 7 * 8 * 01-02-2012 by Kai Bankett (chaosman@ontika.net) : first release. --- 31 unchanged lines hidden (view full) --- 40 __fs32 di_block_ptr[QNX6_NO_DIRECT_POINTERS]; 41 __u8 di_filelevels; 42 __u32 i_dir_start_lookup; 43 struct inode vfs_inode; 44}; 45 46extern struct inode *qnx6_iget(struct super_block *sb, unsigned ino); 47extern struct dentry *qnx6_lookup(struct inode *dir, struct dentry *dentry, | 1/* 2 * QNX6 file system, Linux implementation. 3 * 4 * Version : 1.0.0 5 * 6 * History : 7 * 8 * 01-02-2012 by Kai Bankett (chaosman@ontika.net) : first release. --- 31 unchanged lines hidden (view full) --- 40 __fs32 di_block_ptr[QNX6_NO_DIRECT_POINTERS]; 41 __u8 di_filelevels; 42 __u32 i_dir_start_lookup; 43 struct inode vfs_inode; 44}; 45 46extern struct inode *qnx6_iget(struct super_block *sb, unsigned ino); 47extern struct dentry *qnx6_lookup(struct inode *dir, struct dentry *dentry, |
48 struct nameidata *nd); | 48 unsigned int flags); |
49 50#ifdef CONFIG_QNX6FS_DEBUG 51extern void qnx6_superblock_debug(struct qnx6_super_block *, 52 struct super_block *); 53#endif 54 55extern const struct inode_operations qnx6_dir_inode_operations; 56extern const struct file_operations qnx6_dir_operations; --- 79 unchanged lines hidden --- | 49 50#ifdef CONFIG_QNX6FS_DEBUG 51extern void qnx6_superblock_debug(struct qnx6_super_block *, 52 struct super_block *); 53#endif 54 55extern const struct inode_operations qnx6_dir_inode_operations; 56extern const struct file_operations qnx6_dir_operations; --- 79 unchanged lines hidden --- |