Lines Matching defs:data
397 le16_to_cpu(ctx->attr->data.resident.value_offset));
753 * parse_ntfs_boot_sector - parse the boot sector and store the data in @vol
754 * @vol: volume structure to initialise with data from boot sector
1003 * Set the current position within each data zone to the start of the
1013 /* Set the mft data allocation position to mft record 24. */
1149 /* Get the amount of data in the current record. */
1882 le16_to_cpu(ctx->attr->data.resident.value_offset));
1885 le32_to_cpu(ctx->attr->data.resident.value_length) >
2615 * Total data blocks in filesystem in units of f_bsize and since
2616 * inodes are also stored in data blocs ($MFT is a file) this is just
2621 /* Free data blocks in filesystem in units of f_bsize. */
2694 * with the mount otions in @data with the NTFS filesystem.
2797 * Extract the data from the boot sector and setup the ntfs volume
3055 int flags, const char *dev_name, void *data)
3057 return mount_bdev(fs_type, flags, dev_name, data, ntfs_fill_super);