Lines Matching refs:vol

69 	ntfs_volume *vol = dir_ni->vol;  in ntfs_lookup_inode_by_name()  local
70 struct super_block *sb = vol->sb; in ntfs_lookup_inode_by_name()
145 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
190 if (!NVolCaseSensitive(vol) && in ntfs_lookup_inode_by_name()
195 IGNORE_CASE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
236 IGNORE_CASE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
255 CASE_SENSITIVE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
405 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
450 if (!NVolCaseSensitive(vol) && in ntfs_lookup_inode_by_name()
455 IGNORE_CASE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
498 IGNORE_CASE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
517 CASE_SENSITIVE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
547 if (old_vcn << vol->cluster_size_bits >> in ntfs_lookup_inode_by_name()
549 vol->cluster_size_bits >> in ntfs_lookup_inode_by_name()
622 ntfs_volume *vol = dir_ni->vol;
623 struct super_block *sb = vol->sb;
707 vol->upcase, vol->upcase_len)) {
721 IGNORE_CASE, vol->upcase, vol->upcase_len);
740 CASE_SENSITIVE, vol->upcase, vol->upcase_len);
894 vol->upcase, vol->upcase_len)) {
908 IGNORE_CASE, vol->upcase, vol->upcase_len);
927 CASE_SENSITIVE, vol->upcase, vol->upcase_len);
956 if (old_vcn << vol->cluster_size_bits >>
958 vol->cluster_size_bits >>
1011 static inline int ntfs_filldir(ntfs_volume *vol, in ntfs_filldir() argument
1030 !NVolShowSystemFiles(vol)) { in ntfs_filldir()
1034 name_len = ntfs_ucstonls(vol, (ntfschar*)&ie->key.file_name.file_name, in ntfs_filldir()
1038 ntfs_warning(vol->sb, "Skipping unrepresentable inode 0x%llx.", in ntfs_filldir()
1092 ntfs_volume *vol = NTFS_SB(sb); in ntfs_readdir() local
1109 if (actor->pos >= i_size + vol->mft_record_size) in ntfs_readdir()
1126 if (actor->pos >= vol->mft_record_size) in ntfs_readdir()
1199 rc = ntfs_filldir(vol, ndir, NULL, ie, name, actor); in ntfs_readdir()
1212 actor->pos = vol->mft_record_size; in ntfs_readdir()
1217 ia_pos = (s64)actor->pos - vol->mft_record_size; in ntfs_readdir()
1382 vol->mft_record_size; in ntfs_readdir()
1389 rc = ntfs_filldir(vol, ndir, ia_page, ie, name, actor); in ntfs_readdir()
1408 actor->pos = i_size + vol->mft_record_size; in ntfs_readdir()