• Home
  • Raw
  • Download

Lines Matching refs:vol

70 	ntfs_volume *vol = dir_ni->vol;  in ntfs_lookup_inode_by_name()  local
71 struct super_block *sb = vol->sb; in ntfs_lookup_inode_by_name()
146 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
191 if (!NVolCaseSensitive(vol) && in ntfs_lookup_inode_by_name()
196 IGNORE_CASE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
237 IGNORE_CASE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
256 CASE_SENSITIVE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
406 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
451 if (!NVolCaseSensitive(vol) && in ntfs_lookup_inode_by_name()
456 IGNORE_CASE, vol->upcase, vol->upcase_len)) { in ntfs_lookup_inode_by_name()
499 IGNORE_CASE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
518 CASE_SENSITIVE, vol->upcase, vol->upcase_len); in ntfs_lookup_inode_by_name()
548 if (old_vcn << vol->cluster_size_bits >> in ntfs_lookup_inode_by_name()
550 vol->cluster_size_bits >> in ntfs_lookup_inode_by_name()
623 ntfs_volume *vol = dir_ni->vol;
624 struct super_block *sb = vol->sb;
708 vol->upcase, vol->upcase_len)) {
722 IGNORE_CASE, vol->upcase, vol->upcase_len);
741 CASE_SENSITIVE, vol->upcase, vol->upcase_len);
895 vol->upcase, vol->upcase_len)) {
909 IGNORE_CASE, vol->upcase, vol->upcase_len);
928 CASE_SENSITIVE, vol->upcase, vol->upcase_len);
957 if (old_vcn << vol->cluster_size_bits >>
959 vol->cluster_size_bits >>
1012 static inline int ntfs_filldir(ntfs_volume *vol, in ntfs_filldir() argument
1031 !NVolShowSystemFiles(vol)) { in ntfs_filldir()
1035 name_len = ntfs_ucstonls(vol, (ntfschar*)&ie->key.file_name.file_name, in ntfs_filldir()
1039 ntfs_warning(vol->sb, "Skipping unrepresentable inode 0x%llx.", in ntfs_filldir()
1093 ntfs_volume *vol = NTFS_SB(sb); in ntfs_readdir() local
1110 if (actor->pos >= i_size + vol->mft_record_size) in ntfs_readdir()
1127 if (actor->pos >= vol->mft_record_size) in ntfs_readdir()
1200 rc = ntfs_filldir(vol, ndir, NULL, ie, name, actor); in ntfs_readdir()
1213 actor->pos = vol->mft_record_size; in ntfs_readdir()
1218 ia_pos = (s64)actor->pos - vol->mft_record_size; in ntfs_readdir()
1383 vol->mft_record_size; in ntfs_readdir()
1390 rc = ntfs_filldir(vol, ndir, ia_page, ie, name, actor); in ntfs_readdir()
1409 actor->pos = i_size + vol->mft_record_size; in ntfs_readdir()