Lines Matching refs:vol

83 	ntfs_volume *vol = dir_ni->vol;  in ntfs_lookup_inode_by_name()  local
84 struct super_block *sb = vol->sb; in ntfs_lookup_inode_by_name()
159 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
204 if (!NVolCaseSensitive(vol) && in ntfs_lookup_inode_by_name()
209 IGNORE_CASE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
250 IGNORE_CASE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
269 CASE_SENSITIVE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
419 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
464 if (!NVolCaseSensitive(vol) && in ntfs_lookup_inode_by_name()
469 IGNORE_CASE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
512 IGNORE_CASE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
531 CASE_SENSITIVE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
561 if (old_vcn << vol->cluster_size_bits >> in ntfs_lookup_inode_by_name()
563 vol->cluster_size_bits >> in ntfs_lookup_inode_by_name()
636 ntfs_volume *vol = dir_ni->vol;
637 struct super_block *sb = vol->sb;
721 vol->upcase, vol->upcase_len)) {
735 IGNORE_CASE, vol->upcase, vol->upcase_len);
754 CASE_SENSITIVE, vol->upcase, vol->upcase_len);
908 vol->upcase, vol->upcase_len)) {
922 IGNORE_CASE, vol->upcase, vol->upcase_len);
941 CASE_SENSITIVE, vol->upcase, vol->upcase_len);
970 if (old_vcn << vol->cluster_size_bits >>
972 vol->cluster_size_bits >>
1025 static inline int ntfs_filldir(ntfs_volume *vol, in ntfs_filldir() argument
1044 !NVolShowSystemFiles(vol)) { in ntfs_filldir()
1048 name_len = ntfs_ucstonls(vol, (ntfschar*)&ie->key.file_name.file_name, in ntfs_filldir()
1052 ntfs_warning(vol->sb, "Skipping unrepresentable inode 0x%llx.", in ntfs_filldir()
1106 ntfs_volume *vol = NTFS_SB(sb); in ntfs_readdir() local
1123 if (actor->pos >= i_size + vol->mft_record_size) in ntfs_readdir()
1140 if (actor->pos >= vol->mft_record_size) in ntfs_readdir()
1213 rc = ntfs_filldir(vol, ndir, NULL, ie, name, actor); in ntfs_readdir()
1226 actor->pos = vol->mft_record_size; in ntfs_readdir()
1231 ia_pos = (s64)actor->pos - vol->mft_record_size; in ntfs_readdir()
1396 vol->mft_record_size; in ntfs_readdir()
1403 rc = ntfs_filldir(vol, ndir, ia_page, ie, name, actor); in ntfs_readdir()
1422 actor->pos = i_size + vol->mft_record_size; in ntfs_readdir()