Home
last modified time | relevance | path

Searched refs:ntfs_volume (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.3-rc2/fs/ntfs/
A Drunlist.h62 extern runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol,
72 extern int ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol,
76 extern int ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst,
80 extern int ntfs_rl_truncate_nolock(const ntfs_volume *vol,
83 int ntfs_rl_punch_nolock(const ntfs_volume *vol, runlist *const runlist,
A Dcollate.c12 static int ntfs_collate_binary(ntfs_volume *vol, in ntfs_collate_binary()
30 static int ntfs_collate_ntofs_ulong(ntfs_volume *vol, in ntfs_collate_ntofs_ulong()
55 typedef int (*ntfs_collate_func_t)(ntfs_volume *, const void *, const int,
87 int ntfs_collate(ntfs_volume *vol, COLLATION_RULE cr, in ntfs_collate()
A Dattrib.h64 extern int load_attribute_list(ntfs_volume *vol, runlist *rl, u8 *al_start,
81 extern int ntfs_attr_size_bounds_check(const ntfs_volume *vol,
83 extern int ntfs_attr_can_be_non_resident(const ntfs_volume *vol,
85 extern int ntfs_attr_can_be_resident(const ntfs_volume *vol,
A Dvolume.h119 } ntfs_volume; typedef
142 static inline int NVol##flag(ntfs_volume *vol) \
146 static inline void NVolSet##flag(ntfs_volume *vol) \
150 static inline void NVolClear##flag(ntfs_volume *vol) \
A Dlcnalloc.h29 extern runlist_element *ntfs_cluster_alloc(ntfs_volume *vol,
99 extern int ntfs_cluster_free_from_rl_nolock(ntfs_volume *vol,
118 static inline int ntfs_cluster_free_from_rl(ntfs_volume *vol, in ntfs_cluster_free_from_rl()
A Dmft.h65 extern int ntfs_sync_mft_mirror(ntfs_volume *vol, const unsigned long mft_no,
100 extern bool ntfs_may_write_mft_record(ntfs_volume *vol,
104 extern ntfs_inode *ntfs_mft_record_alloc(ntfs_volume *vol, const int mode,
A Dntfs.h66 static inline ntfs_volume *NTFS_SB(struct super_block *sb) in NTFS_SB()
113 extern int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins,
115 extern int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins,
A Dsuper.c95 static bool parse_options(ntfs_volume *vol, char *opt) in parse_options()
462 ntfs_volume *vol = NTFS_SB(sb); in ntfs_remount()
1081 static bool check_mft_mirror(ntfs_volume *vol) in check_mft_mirror()
1357 static bool load_and_init_quota(ntfs_volume *vol) in load_and_init_quota()
1651 static bool load_and_init_upcase(ntfs_volume *vol) in load_and_init_upcase()
1766 static bool load_system_files(ntfs_volume *vol) in load_system_files()
2259 ntfs_volume *vol = NTFS_SB(sb); in ntfs_put_super()
2454 static s64 get_nr_free_clusters(ntfs_volume *vol) in get_nr_free_clusters()
2604 ntfs_volume *vol = NTFS_SB(sb); in ntfs_statfs()
2707 ntfs_volume *vol; in ntfs_fill_super()
[all …]
A Dquota.h17 extern bool ntfs_mark_quotas_out_of_date(ntfs_volume *vol);
A Dcollate.h32 extern int ntfs_collate(ntfs_volume *vol, COLLATION_RULE cr,
A Dusnjrnl.c33 bool ntfs_stamp_usnjrnl(ntfs_volume *vol) in ntfs_stamp_usnjrnl()
A Dunistr.c245 int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins, in ntfs_nlstoucs()
322 int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins, in ntfs_ucstonls()
A Dusnjrnl.h187 extern bool ntfs_stamp_usnjrnl(ntfs_volume *vol);
A Dmft.c39 ntfs_volume *vol = ni->vol; in map_mft_record_page()
427 static int ntfs_sync_mft_mirror_umount(ntfs_volume *vol, in ntfs_sync_mft_mirror_umount()
454 int ntfs_sync_mft_mirror(ntfs_volume *vol, const unsigned long mft_no, in ntfs_sync_mft_mirror()
662 ntfs_volume *vol = ni->vol; in write_mft_record_nolock()
920 bool ntfs_may_write_mft_record(ntfs_volume *vol, const unsigned long mft_no, in ntfs_may_write_mft_record()
1126 static int ntfs_mft_bitmap_find_and_alloc_free_rec_nolock(ntfs_volume *vol, in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1273 static int ntfs_mft_bitmap_extend_allocation_nolock(ntfs_volume *vol) in ntfs_mft_bitmap_extend_allocation_nolock()
1572 static int ntfs_mft_bitmap_extend_initialized_nolock(ntfs_volume *vol) in ntfs_mft_bitmap_extend_initialized_nolock()
1709 static int ntfs_mft_data_extend_allocation_nolock(ntfs_volume *vol) in ntfs_mft_data_extend_allocation_nolock()
2238 ntfs_inode *ntfs_mft_record_alloc(ntfs_volume *vol, const int mode, in ntfs_mft_record_alloc()
[all …]
A Dquota.c23 bool ntfs_mark_quotas_out_of_date(ntfs_volume *vol) in ntfs_mark_quotas_out_of_date()
A Dattrib.c580 ntfs_volume *vol = ctx->ntfs_ino->vol; in ntfs_attr_find()
720 int load_attribute_list(ntfs_volume *vol, runlist *runlist, u8 *al_start, in load_attribute_list()
873 ntfs_volume *vol; in ntfs_external_attr_find()
1316 static ATTR_DEF *ntfs_attr_find_in_attrdef(const ntfs_volume *vol, in ntfs_attr_find_in_attrdef()
1352 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPE type, in ntfs_attr_size_bounds_check()
1388 int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_non_resident()
1420 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_resident()
1549 ntfs_volume *vol = ni->vol; in ntfs_attr_make_non_resident()
1920 ntfs_volume *vol = ni->vol; in ntfs_attr_extend_allocation()
2505 ntfs_volume *vol = ni->vol; in ntfs_attr_set()
A Dlogfile.c475 ntfs_volume *vol = NTFS_SB(log_vi->i_sb); in ntfs_check_logfile()
667 ntfs_volume *vol = NTFS_SB(log_vi->i_sb); in ntfs_is_logfile_clean()
716 ntfs_volume *vol = log_ni->vol; in ntfs_empty_logfile()
A Dlcnalloc.c36 int ntfs_cluster_free_from_rl_nolock(ntfs_volume *vol, in ntfs_cluster_free_from_rl_nolock()
132 runlist_element *ntfs_cluster_alloc(ntfs_volume *vol, const VCN start_vcn, in ntfs_cluster_alloc()
839 ntfs_volume *vol; in __ntfs_cluster_free()
A Dinode.h42 ntfs_volume *vol; /* Pointer to the ntfs volume of this inode. */
A Drunlist.c735 runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol, in ntfs_mapping_pairs_decompress()
1117 int ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, in ntfs_get_size_for_mapping_pairs()
1309 int ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, in ntfs_mapping_pairs_build()
1485 int ntfs_rl_truncate_nolock(const ntfs_volume *vol, runlist *const runlist, in ntfs_rl_truncate_nolock()
1630 int ntfs_rl_punch_nolock(const ntfs_volume *vol, runlist *const runlist, in ntfs_rl_punch_nolock()
A Daops.c172 ntfs_volume *vol; in ntfs_read_block()
540 ntfs_volume *vol; in ntfs_write_block()
907 ntfs_volume *vol = ni->vol; in ntfs_write_mst_block()
1556 ntfs_volume *vol = ni->vol; in ntfs_bmap()
A Ddir.c70 ntfs_volume *vol = dir_ni->vol; in ntfs_lookup_inode_by_name()
623 ntfs_volume *vol = dir_ni->vol;
1012 static inline int ntfs_filldir(ntfs_volume *vol, in ntfs_filldir()
1093 ntfs_volume *vol = NTFS_SB(sb); in ntfs_readdir()
A Dnamei.c92 ntfs_volume *vol = NTFS_SB(dir_ino->i_sb); in ntfs_lookup()
A Dinode.c526 ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_inode()
1202 ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_attr_inode()
1468 ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_index_inode()
1752 ntfs_volume *vol = NTFS_SB(sb); in ntfs_read_inode_mount()
2306 ntfs_volume *vol = NTFS_SB(root->d_sb); in ntfs_show_options()
2361 ntfs_volume *vol = ni->vol; in ntfs_truncate()
A Dindex.c110 ntfs_volume *vol = idx_ni->vol; in ntfs_index_lookup()

Completed in 47 milliseconds

12