Lines Matching refs:data
113 static int isofs_remount(struct super_block *sb, int *flags, char *data)
618 static int isofs_fill_super(struct super_block *s, void *data, int silent)
640 if (!parse_options((char *)data, &opt))
1496 static int isofs_iget5_test(struct inode *ino, void *data)
1500 (struct isofs_iget5_callback_data*)data;
1505 static int isofs_iget5_set(struct inode *ino, void *data)
1509 (struct isofs_iget5_callback_data*)data;
1516 * offset that point to the underlying meta-data for the inode. The
1526 struct isofs_iget5_callback_data data;
1532 data.block = block;
1533 data.offset = offset;
1538 &isofs_iget5_set, &data);
1557 int flags, const char *dev_name, void *data)
1559 return mount_bdev(fs_type, flags, dev_name, data, isofs_fill_super);