Lines Matching defs:data
425 static int jfs_remount(struct super_block *sb, int *flags, char *data)
433 if (!parse_options(data, sb, &newLVSize, &flag))
449 * changed the on-disk data since we mounted r/o
485 static int jfs_fill_super(struct super_block *sb, void *data, int silent)
511 if (!parse_options((char *) data, sb, &newLVSize, &flag))
668 int flags, const char *dev_name, void *data)
670 return mount_bdev(fs_type, flags, dev_name, data, jfs_fill_super);
725 /* Read data from quotafile - avoid pagecache and such because we cannot afford
729 static ssize_t jfs_quota_read(struct super_block *sb, int type, char *data,
756 memset(data, 0, tocopy);
761 memcpy(data, bh->b_data+offset, tocopy);
766 data += tocopy;
774 const char *data, size_t len, loff_t off)
803 memcpy(bh->b_data+offset, data, tocopy);
811 data += tocopy;