Home
last modified time | relevance | path

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

12

/fs/ntfs/
Drunlist.h76 extern runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol,
86 extern int ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol,
90 extern int ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst,
94 extern int ntfs_rl_truncate_nolock(const ntfs_volume *vol,
97 int ntfs_rl_punch_nolock(const ntfs_volume *vol, runlist *const runlist,
Dcollate.c26 static int ntfs_collate_binary(ntfs_volume *vol, in ntfs_collate_binary()
44 static int ntfs_collate_ntofs_ulong(ntfs_volume *vol, in ntfs_collate_ntofs_ulong()
69 typedef int (*ntfs_collate_func_t)(ntfs_volume *, const void *, const int,
101 int ntfs_collate(ntfs_volume *vol, COLLATION_RULE cr, in ntfs_collate()
Dvolume.h132 } ntfs_volume; typedef
155 static inline int NVol##flag(ntfs_volume *vol) \
159 static inline void NVolSet##flag(ntfs_volume *vol) \
163 static inline void NVolClear##flag(ntfs_volume *vol) \
Dattrib.h78 extern int load_attribute_list(ntfs_volume *vol, runlist *rl, u8 *al_start,
95 extern int ntfs_attr_size_bounds_check(const ntfs_volume *vol,
97 extern int ntfs_attr_can_be_non_resident(const ntfs_volume *vol,
99 extern int ntfs_attr_can_be_resident(const ntfs_volume *vol,
Dlcnalloc.h43 extern runlist_element *ntfs_cluster_alloc(ntfs_volume *vol,
113 extern int ntfs_cluster_free_from_rl_nolock(ntfs_volume *vol,
132 static inline int ntfs_cluster_free_from_rl(ntfs_volume *vol, in ntfs_cluster_free_from_rl()
Dmft.h79 extern int ntfs_sync_mft_mirror(ntfs_volume *vol, const unsigned long mft_no,
114 extern bool ntfs_may_write_mft_record(ntfs_volume *vol,
118 extern ntfs_inode *ntfs_mft_record_alloc(ntfs_volume *vol, const int mode,
Dntfs.h80 static inline ntfs_volume *NTFS_SB(struct super_block *sb) in NTFS_SB()
127 extern int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins,
129 extern int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins,
Dsuper.c99 static bool parse_options(ntfs_volume *vol, char *opt) in parse_options()
350 static int ntfs_write_volume_flags(ntfs_volume *vol, const VOLUME_FLAGS flags) in ntfs_write_volume_flags()
405 static inline int ntfs_set_volume_flags(ntfs_volume *vol, VOLUME_FLAGS flags) in ntfs_set_volume_flags()
420 static inline int ntfs_clear_volume_flags(ntfs_volume *vol, VOLUME_FLAGS flags) in ntfs_clear_volume_flags()
443 ntfs_volume *vol = NTFS_SB(sb); in ntfs_remount()
737 static bool parse_ntfs_boot_sector(ntfs_volume *vol, const NTFS_BOOT_SECTOR *b) in parse_ntfs_boot_sector()
919 static void ntfs_setup_allocators(ntfs_volume *vol) in ntfs_setup_allocators()
1005 static bool load_and_init_mft_mirror(ntfs_volume *vol) in load_and_init_mft_mirror()
1057 static bool check_mft_mirror(ntfs_volume *vol) in check_mft_mirror()
1186 static bool load_and_check_logfile(ntfs_volume *vol, in load_and_check_logfile()
[all …]
Dquota.h31 extern bool ntfs_mark_quotas_out_of_date(ntfs_volume *vol);
Dcollate.h46 extern int ntfs_collate(ntfs_volume *vol, COLLATION_RULE cr,
Dusnjrnl.c47 bool ntfs_stamp_usnjrnl(ntfs_volume *vol) in ntfs_stamp_usnjrnl()
Dmft.c49 ntfs_volume *vol = ni->vol; in map_mft_record_page()
438 static int ntfs_sync_mft_mirror_umount(ntfs_volume *vol, in ntfs_sync_mft_mirror_umount()
465 int ntfs_sync_mft_mirror(ntfs_volume *vol, const unsigned long mft_no, in ntfs_sync_mft_mirror()
671 ntfs_volume *vol = ni->vol; in write_mft_record_nolock()
925 bool ntfs_may_write_mft_record(ntfs_volume *vol, const unsigned long mft_no, in ntfs_may_write_mft_record()
1131 static int ntfs_mft_bitmap_find_and_alloc_free_rec_nolock(ntfs_volume *vol, in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1278 static int ntfs_mft_bitmap_extend_allocation_nolock(ntfs_volume *vol) in ntfs_mft_bitmap_extend_allocation_nolock()
1577 static int ntfs_mft_bitmap_extend_initialized_nolock(ntfs_volume *vol) in ntfs_mft_bitmap_extend_initialized_nolock()
1714 static int ntfs_mft_data_extend_allocation_nolock(ntfs_volume *vol) in ntfs_mft_data_extend_allocation_nolock()
2012 static int ntfs_mft_record_layout(const ntfs_volume *vol, const s64 mft_no, in ntfs_mft_record_layout()
[all …]
Dunistr.c259 int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins, in ntfs_nlstoucs()
336 int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins, in ntfs_ucstonls()
Dattrib.c593 ntfs_volume *vol = ctx->ntfs_ino->vol; in ntfs_attr_find()
709 int load_attribute_list(ntfs_volume *vol, runlist *runlist, u8 *al_start, in load_attribute_list()
862 ntfs_volume *vol; in ntfs_external_attr_find()
1305 static ATTR_DEF *ntfs_attr_find_in_attrdef(const ntfs_volume *vol, in ntfs_attr_find_in_attrdef()
1341 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPE type, in ntfs_attr_size_bounds_check()
1377 int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_non_resident()
1409 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_resident()
1538 ntfs_volume *vol = ni->vol; in ntfs_attr_make_non_resident()
1910 ntfs_volume *vol = ni->vol; in ntfs_attr_extend_allocation()
2495 ntfs_volume *vol = ni->vol; in ntfs_attr_set()
Dusnjrnl.h201 extern bool ntfs_stamp_usnjrnl(ntfs_volume *vol);
Dquota.c37 bool ntfs_mark_quotas_out_of_date(ntfs_volume *vol) in ntfs_mark_quotas_out_of_date()
Dlogfile.c487 ntfs_volume *vol = NTFS_SB(log_vi->i_sb); in ntfs_check_logfile()
680 ntfs_volume *vol = NTFS_SB(log_vi->i_sb); in ntfs_is_logfile_clean()
729 ntfs_volume *vol = log_ni->vol; in ntfs_empty_logfile()
Dlcnalloc.c50 int ntfs_cluster_free_from_rl_nolock(ntfs_volume *vol, in ntfs_cluster_free_from_rl_nolock()
146 runlist_element *ntfs_cluster_alloc(ntfs_volume *vol, const VCN start_vcn, in ntfs_cluster_alloc()
853 ntfs_volume *vol; in __ntfs_cluster_free()
Drunlist.c749 runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol, in ntfs_mapping_pairs_decompress()
1131 int ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, in ntfs_get_size_for_mapping_pairs()
1323 int ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, in ntfs_mapping_pairs_build()
1499 int ntfs_rl_truncate_nolock(const ntfs_volume *vol, runlist *const runlist, in ntfs_rl_truncate_nolock()
1644 int ntfs_rl_punch_nolock(const ntfs_volume *vol, runlist *const runlist, in ntfs_rl_punch_nolock()
Dinode.h56 ntfs_volume *vol; /* Pointer to the ntfs volume of this inode. */
Ddir.c82 ntfs_volume *vol = dir_ni->vol; in ntfs_lookup_inode_by_name()
635 ntfs_volume *vol = dir_ni->vol;
1026 static inline int ntfs_filldir(ntfs_volume *vol, loff_t fpos, in ntfs_filldir()
1106 ntfs_volume *vol = NTFS_SB(sb); in ntfs_readdir()
Dinode.c544 ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_inode()
1219 ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_attr_inode()
1485 ntfs_volume *vol = NTFS_SB(vi->i_sb); in ntfs_read_locked_index_inode()
1772 ntfs_volume *vol = NTFS_SB(sb); in ntfs_read_inode_mount()
2303 ntfs_volume *vol = NTFS_SB(mnt->mnt_sb); in ntfs_show_options()
2363 ntfs_volume *vol = ni->vol; in ntfs_truncate()
Dnamei.c105 ntfs_volume *vol = NTFS_SB(dir_ino->i_sb); in ntfs_lookup()
Daops.c192 ntfs_volume *vol; in ntfs_read_block()
559 ntfs_volume *vol; in ntfs_write_block()
925 ntfs_volume *vol = ni->vol; in ntfs_write_mst_block()
Dindex.c122 ntfs_volume *vol = idx_ni->vol; in ntfs_index_lookup()

12