Searched refs:ntfs_volume (Results 1 - 25 of 52) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dquota.h31 extern bool ntfs_mark_quotas_out_of_date(ntfs_volume *vol);
H A 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,
H A 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,
H A Dcollate.c26 static int ntfs_collate_binary(ntfs_volume *vol,
44 static int ntfs_collate_ntofs_ulong(ntfs_volume *vol,
68 typedef int (*ntfs_collate_func_t)(ntfs_volume *, const void *, const int,
100 int ntfs_collate(ntfs_volume *vol, COLLATION_RULE cr,
H A Dcollate.h41 extern int ntfs_collate(ntfs_volume *vol, COLLATION_RULE cr,
H A 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,
H A 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,
H A Dvolume.h125 } ntfs_volume; typedef in typeref:struct:__anon16920
128 * Defined bits for the flags field in the ntfs_volume structure.
148 static inline int NVol##flag(ntfs_volume *vol) \
152 static inline void NVolSet##flag(ntfs_volume *vol) \
156 static inline void NVolClear##flag(ntfs_volume *vol) \
H A Dntfs.h80 static inline ntfs_volume *NTFS_SB(struct super_block *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,
H A Dusnjrnl.c47 bool ntfs_stamp_usnjrnl(ntfs_volume *vol)
H A Dquota.c37 bool ntfs_mark_quotas_out_of_date(ntfs_volume *vol)
H A Dusnjrnl.h201 extern bool ntfs_stamp_usnjrnl(ntfs_volume *vol);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dmft.h32 extern int ntfs_mft_records_read(const ntfs_volume *vol, const MFT_REF mref,
50 static __inline__ int ntfs_mft_record_read(const ntfs_volume *vol,
61 extern int ntfs_mft_record_check(const ntfs_volume *vol, const MFT_REF mref,
64 extern int ntfs_file_record_read(const ntfs_volume *vol, const MFT_REF mref,
67 extern int ntfs_mft_records_write(const ntfs_volume *vol, const MFT_REF mref,
85 static __inline__ int ntfs_mft_record_write(const ntfs_volume *vol,
120 extern int ntfs_mft_record_layout(const ntfs_volume *vol, const MFT_REF mref,
123 extern int ntfs_mft_record_format(const ntfs_volume *vol, const MFT_REF mref);
125 extern ntfs_inode *ntfs_mft_record_alloc(ntfs_volume *vol, ntfs_inode *base_ni);
127 extern int ntfs_mft_record_free(ntfs_volume *vo
[all...]
H A Dlcnalloc.h41 extern runlist *ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count,
44 extern int ntfs_cluster_free_from_rl(ntfs_volume *vol, runlist *rl);
46 extern int ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn,
H A Dbootsect.h39 extern int ntfs_boot_sector_parse(ntfs_volume *vol, const NTFS_BOOT_SECTOR *bs);
H A Dcollate.h33 extern int ntfs_collate(ntfs_volume *vol, COLLATION_RULES cr,
H A Drunlist.h54 extern s64 ntfs_rl_pread(const ntfs_volume *vol, const runlist_element *rl,
56 extern s64 ntfs_rl_pwrite(const ntfs_volume *vol, const runlist_element *rl,
62 extern runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol,
67 extern int ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol,
73 extern int ntfs_mapping_pairs_build(const ntfs_volume *vol, u8 *dst,
80 extern s64 ntfs_rl_get_compressed_size(ntfs_volume *vol, runlist *rl);
H A Dvolume.h62 typedef struct _ntfs_volume ntfs_volume; typedef in typeref:struct:_ntfs_volume
102 * Defined bits for the state field in the ntfs_volume structure.
224 extern ntfs_volume *ntfs_volume_alloc(void);
226 extern ntfs_volume *ntfs_volume_startup(struct ntfs_device *dev,
229 extern ntfs_volume *ntfs_device_mount(struct ntfs_device *dev,
232 extern ntfs_volume *ntfs_mount(const char *name, unsigned long flags);
233 extern int ntfs_umount(ntfs_volume *vol, const BOOL force);
235 extern int ntfs_version_is_supported(ntfs_volume *vol);
236 extern int ntfs_volume_check_hiberfile(ntfs_volume *vol, int verbose);
237 extern int ntfs_logfile_reset(ntfs_volume *vo
[all...]
H A Dattrib.h97 extern ATTR_DEF *ntfs_attr_find_in_attrdef(const ntfs_volume *vol,
276 extern int ntfs_attr_size_bounds_check(const ntfs_volume *vol,
278 extern int ntfs_attr_can_be_non_resident(const ntfs_volume *vol,
280 extern int ntfs_attr_can_be_resident(const ntfs_volume *vol,
336 extern s64 ntfs_get_attribute_value(const ntfs_volume *vol,
H A Dinode.h105 ntfs_volume *vol; /* Pointer to the ntfs volume of this inode. */
167 extern ntfs_inode *ntfs_inode_allocate(ntfs_volume *vol);
169 extern ntfs_inode *ntfs_inode_open(ntfs_volume *vol, const MFT_REF mref);
H A Ddir.h65 extern ntfs_inode *ntfs_pathname_to_inode(ntfs_volume *vol, ntfs_inode *parent,
H A Ddevice.h116 extern s64 ntfs_cluster_read(const ntfs_volume *vol, const s64 lcn,
118 extern s64 ntfs_cluster_write(const ntfs_volume *vol, const s64 lcn,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dcollate.c68 static int ntfs_collate_binary(ntfs_volume *vol __attribute__((unused)),
98 static int ntfs_collate_ntofs_ulong(ntfs_volume *vol __attribute__((unused)),
136 static int ntfs_collate_file_name(ntfs_volume *vol,
153 typedef int (*ntfs_collate_func_t)(ntfs_volume *, const void *, const int,
187 int ntfs_collate(ntfs_volume *vol, COLLATION_RULES cr,
H A Dvolume.c123 ntfs_volume *ntfs_volume_alloc(void)
125 return ntfs_calloc(sizeof(ntfs_volume));
162 static int __ntfs_volume_release(ntfs_volume *v)
230 static int ntfs_mft_load(ntfs_volume *vol)
410 static int ntfs_mftmirr_load(ntfs_volume *vol)
457 ntfs_volume *ntfs_volume_startup(struct ntfs_device *dev, unsigned long flags)
461 ntfs_volume *vol;
606 static int ntfs_volume_check_logfile(ntfs_volume *vol)
648 static ntfs_inode *ntfs_hiberfile_open(ntfs_volume *vol)
706 int ntfs_volume_check_hiberfile(ntfs_volume *vo
[all...]
H A Dmft.c78 int ntfs_mft_records_read(const ntfs_volume *vol, const MFT_REF mref,
140 int ntfs_mft_records_write(const ntfs_volume *vol, const MFT_REF mref,
209 int ntfs_mft_record_check(const ntfs_volume *vol, const MFT_REF mref,
274 int ntfs_file_record_read(const ntfs_volume *vol, const MFT_REF mref,
327 int ntfs_mft_record_layout(const ntfs_volume *vol, const MFT_REF mref,
404 int ntfs_mft_record_format(const ntfs_volume *vol, const MFT_REF mref)
474 static int ntfs_mft_bitmap_find_free_rec(ntfs_volume *vol, ntfs_inode *base_ni)
641 static int ntfs_mft_bitmap_extend_allocation_i(ntfs_volume *vol)
846 static int ntfs_mft_bitmap_extend_allocation(ntfs_volume *vol)
867 static int ntfs_mft_bitmap_extend_initialized(ntfs_volume *vo
[all...]

Completed in 57 milliseconds

123