Lines Matching refs:vol
70 struct ntfs_volume *vol = dir_ni->vol;
71 struct super_block *sb = vol->sb;
148 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) {
193 if ((!NVolCaseSensitive(vol) ||
198 IGNORE_CASE, vol->upcase,
199 vol->upcase_len)) {
235 IGNORE_CASE, vol->upcase, vol->upcase_len);
254 CASE_SENSITIVE, vol->upcase, vol->upcase_len);
348 err = ntfs_index_block_inconsistent(vol, ia,
383 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) {
428 if ((!NVolCaseSensitive(vol) ||
433 IGNORE_CASE, vol->upcase,
434 vol->upcase_len)) {
471 IGNORE_CASE, vol->upcase, vol->upcase_len);
490 CASE_SENSITIVE, vol->upcase, vol->upcase_len);
522 if (ntfs_cluster_to_pidx(vol, old_vcn) ==
523 ntfs_cluster_to_pidx(vol, vcn))
566 * @vol: current ntfs volume
585 static inline int ntfs_filldir(struct ntfs_volume *vol,
604 !NVolShowSystemFiles(vol)) {
608 if (!NVolShowHiddenFiles(vol) &&
614 name_len = ntfs_ucstonls(vol, (__le16 *)&ie->key.file_name.file_name,
618 ntfs_warning(vol->sb, "Skipping unrepresentable inode 0x%llx.",
628 dt_type = ntfs_reparse_tag_dt_types(vol, mref);
716 struct ntfs_volume *vol = NTFS_SB(sb);
780 file_ra_state_init(ra, vol->mft_ino->i_mapping);
798 if (actor->pos > vol->mft_record_size && ictx->ia_ni) {
851 if (vol->cluster_size <= ictx->block_size)
852 ictx->vcn_size_bits = vol->cluster_size_bits;
900 index = ntfs_mft_no_to_pidx(vol,
954 err = ntfs_filldir(vol, ndir, NULL, next, name, actor);
989 page_cache_sync_readahead(vol->mft_ino->i_mapping, ra, NULL,
1020 ntfs_error(ni->vol->sb, "Failed to get search context");
1028 ntfs_error(ni->vol->sb, "Index root attribute missing in directory inode %llu",
1107 struct ntfs_volume *vol = NTFS_I(vi)->vol;
1116 if (NVolShutdown(vol))
1168 write_inode_now(vol->mftbmp_ino, 1);
1169 down_write(&vol->lcnbmp_lock);
1170 write_inode_now(vol->lcnbmp_ino, 1);
1171 up_write(&vol->lcnbmp_lock);
1172 write_inode_now(vol->mft_ino, 1);