Lines Matching defs:vol
70 ntfs_volume *vol = dir_ni->vol;
71 struct super_block *sb = vol->sb;
146 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) {
191 if (!NVolCaseSensitive(vol) &&
196 IGNORE_CASE, vol->upcase, vol->upcase_len)) {
237 IGNORE_CASE, vol->upcase, vol->upcase_len);
256 CASE_SENSITIVE, vol->upcase, vol->upcase_len);
406 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) {
451 if (!NVolCaseSensitive(vol) &&
456 IGNORE_CASE, vol->upcase, vol->upcase_len)) {
499 IGNORE_CASE, vol->upcase, vol->upcase_len);
518 CASE_SENSITIVE, vol->upcase, vol->upcase_len);
548 if (old_vcn << vol->cluster_size_bits >>
550 vol->cluster_size_bits >>
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 >>
993 * @vol: current ntfs volume
1012 static inline int ntfs_filldir(ntfs_volume *vol,
1031 !NVolShowSystemFiles(vol)) {
1035 name_len = ntfs_ucstonls(vol, (ntfschar*)&ie->key.file_name.file_name,
1039 ntfs_warning(vol->sb, "Skipping unrepresentable inode 0x%llx.",
1093 ntfs_volume *vol = NTFS_SB(sb);
1110 if (actor->pos >= i_size + vol->mft_record_size)
1127 if (actor->pos >= vol->mft_record_size)
1200 rc = ntfs_filldir(vol, ndir, NULL, ie, name, actor);
1213 actor->pos = vol->mft_record_size;
1218 ia_pos = (s64)actor->pos - vol->mft_record_size;
1383 vol->mft_record_size;
1390 rc = ntfs_filldir(vol, ndir, ia_page, ie, name, actor);
1409 actor->pos = i_size + vol->mft_record_size;