Lines Matching refs:data
113 static int isofs_remount(struct super_block *sb, int *flags, char *data)
617 static int isofs_fill_super(struct super_block *s, void *data, int silent)
639 if (!parse_options((char *)data, &opt))
1503 static int isofs_iget5_test(struct inode *ino, void *data)
1507 (struct isofs_iget5_callback_data*)data;
1512 static int isofs_iget5_set(struct inode *ino, void *data)
1516 (struct isofs_iget5_callback_data*)data;
1523 * offset that point to the underlying meta-data for the inode. The
1533 struct isofs_iget5_callback_data data;
1539 data.block = block;
1540 data.offset = offset;
1545 &isofs_iget5_set, &data);
1564 int flags, const char *dev_name, void *data)
1566 return mount_bdev(fs_type, flags, dev_name, data, isofs_fill_super);