Lines Matching refs:super_block
30 static void qnx6_put_super(struct super_block *sb);
31 static struct inode *qnx6_alloc_inode(struct super_block *sb);
33 static int qnx6_remount(struct super_block *sb, int *flags, char *data);
48 struct super_block *sb = root->d_sb; in qnx6_show_options()
56 static int qnx6_remount(struct super_block *sb, int *flags, char *data) in qnx6_remount()
63 static unsigned qnx6_get_devblock(struct super_block *sb, __fs32 block) in qnx6_get_devblock()
113 struct super_block *s = inode->i_sb; in qnx6_block_map()
157 struct super_block *sb = dentry->d_sb; in qnx6_statfs()
180 static const char *qnx6_checkroot(struct super_block *s) in qnx6_checkroot()
204 void qnx6_superblock_debug(struct qnx6_super_block *sb, struct super_block *s) in qnx6_superblock_debug()
231 static int qnx6_parse_options(char *options, struct super_block *sb) in qnx6_parse_options()
257 static struct buffer_head *qnx6_check_first_superblock(struct super_block *s, in qnx6_check_first_superblock()
294 static struct inode *qnx6_private_inode(struct super_block *s,
297 static int qnx6_fill_super(struct super_block *s, void *data, int silent) in qnx6_fill_super()
482 static void qnx6_put_super(struct super_block *sb) in qnx6_put_super()
503 static struct inode *qnx6_private_inode(struct super_block *s, in qnx6_private_inode()
519 struct inode *qnx6_iget(struct super_block *sb, unsigned ino) in qnx6_iget()
595 static struct inode *qnx6_alloc_inode(struct super_block *sb) in qnx6_alloc_inode()