Lines Matching defs:vi
19 * @vi: vfs inode describing the bitmap
26 * vfs inode @vi to @value, where @value is either 0 or 1.
33 int __ntfs_bitmap_set_bits_in_run(struct inode *vi, const s64 start_bit,
44 BUG_ON(!vi);
46 "value %u.%s", vi->i_ino, (unsigned long long)start_bit,
60 mapping = vi->i_mapping;
64 ntfs_error(vi->i_sb, "Failed to map first page (error "
160 pos = __ntfs_bitmap_set_bits_in_run(vi, start_bit, count - cnt,
166 ntfs_error(vi->i_sb, "Failed to map subsequent page (error "
170 ntfs_error(vi->i_sb, "Failed to map subsequent page (error "
174 NVolSetErrors(NTFS_SB(vi->i_sb));