Searched defs:vol (Results 1 - 25 of 40) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dmft.h50 static __inline__ int ntfs_mft_record_read(const ntfs_volume *vol, argument
85 ntfs_mft_record_write(const ntfs_volume *vol, const MFT_REF mref, MFT_RECORD *b) argument
[all...]
H A Dbootsect.c193 int ntfs_boot_sector_parse(ntfs_volume *vol, const NTFS_BOOT_SECTOR *bs) argument
[all...]
H A Dcollate.c218 static int ntfs_collate_file_name(ntfs_volume *vol, argument
[all...]
H A Dcache.c557 void ntfs_create_lru_caches(ntfs_volume *vol) argument
591 void ntfs_free_lru_caches(ntfs_volume *vol) argument
[all...]
H A Ddevice.c436 s64 ntfs_cluster_read(const ntfs_volume *vol, const s64 lcn, const s64 count, argument
472 ntfs_cluster_write(const ntfs_volume *vol, const s64 lcn, const s64 count, const void *b) argument
[all...]
H A Dobject_id.c187 static ntfs_index_context *open_object_id_index(ntfs_volume *vol) argument
H A Dlcnalloc.c74 static void ntfs_cluster_update_zone_pos(ntfs_volume *vol, u8 zone, LCN tc) argument
95 static void update_full_status(ntfs_volume *vol, LC argument
171 bitmap_writeback(ntfs_volume *vol, s64 pos, s64 size, void *b, u8 *writeback) argument
235 ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count, LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone) argument
578 ntfs_cluster_free_from_rl(ntfs_volume *vol, runlist *rl) argument
620 ntfs_cluster_free_basic(ntfs_volume *vol, s64 lcn, s64 count) argument
667 ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn, s64 count) argument
[all...]
H A Dioctl.c89 static int fstrim_clusters(ntfs_volume *vol, LCN lcn, s64 length) argument
138 static int fstrim_limits(ntfs_volume *vol, argument
229 static inline LCN align_up(ntfs_volume *vol, LCN lcn, u64 granularity) argument
238 align_down(ntfs_volume *vol, u64 count, u64 granularity) argument
255 fstrim(ntfs_volume *vol, void *data, u64 *trimmed) argument
[all...]
H A Dlogfile.c496 ntfs_volume *vol = log_na->ni->vol; local
H A Dinode.h109 ntfs_volume *vol; /* Pointer to the ntfs volume of this inode. */ member in struct:_ntfs_inode
H A Dxattrs.c406 struct XATTRMAPPING *ntfs_xattr_build_mapping(ntfs_volume *vol, argument
202 ntfs_xattr_system_type(const char *name, ntfs_volume *vol) argument
[all...]
H A Dinode.c91 static ntfs_inode *__ntfs_inode_allocate(ntfs_volume *vol) argument
109 ntfs_inode *ntfs_inode_allocate(ntfs_volume *vol) argument
157 static ntfs_inode *ntfs_inode_real_open(ntfs_volume *vol, cons argument
441 ntfs_inode_invalidate(ntfs_volume *vol, const MFT_REF mref) argument
465 ntfs_inode_open(ntfs_volume *vol, const MFT_REF mref) argument
588 ntfs_volume *vol; local
[all...]
H A Dmft.c82 int ntfs_mft_records_read(const ntfs_volume *vol, const MFT_REF mref, argument
144 ntfs_mft_records_write(const ntfs_volume *vol, const MFT_REF mref, const s64 count, MFT_RECORD *b) argument
234 ntfs_mft_record_check(const ntfs_volume *vol, const MFT_REF mref, MFT_RECORD *m) argument
348 ntfs_file_record_read(const ntfs_volume *vol, const MFT_REF mref, MFT_RECORD **mrec, ATTR_RECORD **attr) argument
401 ntfs_mft_record_layout(const ntfs_volume *vol, const MFT_REF mref, MFT_RECORD *mrec) argument
478 ntfs_mft_record_format(const ntfs_volume *vol, const MFT_REF mref) argument
548 ntfs_mft_bitmap_find_free_rec(ntfs_volume *vol, ntfs_inode *base_ni) argument
715 ntfs_mft_bitmap_extend_allocation_i(ntfs_volume *vol) argument
920 ntfs_mft_bitmap_extend_allocation(ntfs_volume *vol) argument
941 ntfs_mft_bitmap_extend_initialized(ntfs_volume *vol) argument
1036 ntfs_mft_data_extend_allocation(ntfs_volume *vol) argument
1261 ntfs_mft_record_init(ntfs_volume *vol, s64 size) argument
1365 ntfs_mft_rec_init(ntfs_volume *vol, s64 size) argument
1426 ntfs_mft_rec_alloc(ntfs_volume *vol, BOOL mft_data) argument
1711 ntfs_mft_record_alloc(ntfs_volume *vol, ntfs_inode *base_ni) argument
1965 ntfs_mft_record_free(ntfs_volume *vol, ntfs_inode *ni) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/fat/
H A Diter.h20 struct _nspace *vol; member in struct:csi
H A Ddlist.cpp37 dlist_init(nspace *vol) argument
55 dlist_uninit(nspace *vol) argument
69 dlist_realloc(nspace *vol, uint32 allocate) argument
95 dlist_add(nspace *vol, ino_t vnid) argument
114 dlist_remove(nspace *vol, ino_t vnid) argument
138 dlist_find(nspace *vol, uint32 cluster) argument
163 dlist_dump(nspace *vol) argument
[all...]
H A Dvcache.cpp74 dump_vcache(nspace *vol) argument
88 init_vcache(nspace *vol) argument
127 uninit_vcache(nspace *vol) argument
157 generate_unique_vnid(nspace *vol) argument
167 _add_to_vcache_(nspace *vol, ino_t vnid, ino_t loc) argument
219 _remove_from_vcache_(nspace *vol, ino_t vnid) argument
268 _find_vnid_in_vcache_(nspace *vol, ino_t vnid) argument
286 _find_loc_in_vcache_(nspace *vol, ino_t loc) argument
304 add_to_vcache(nspace *vol, ino_t vnid, ino_t loc) argument
319 _update_loc_in_vcache_(nspace *vol, ino_t vnid, ino_t loc) argument
332 remove_from_vcache(nspace *vol, ino_t vnid) argument
346 vcache_vnid_to_loc(nspace *vol, ino_t vnid, ino_t *loc) argument
364 vcache_loc_to_vnid(nspace *vol, ino_t loc, ino_t *vnid) argument
382 vcache_set_entry(nspace *vol, ino_t vnid, ino_t loc) argument
422 nspace *vol; local
452 nspace *vol; local
[all...]
H A Diter.cpp20 _validate_cs_(nspace *vol, uint32 cluster, uint32 sector) argument
56 init_csi(nspace *vol, uint3 argument
279 diri_init(nspace *vol, uint32 cluster, uint32 index, struct diri *diri) argument
[all...]
H A Dattr.cpp99 nspace *vol = (nspace *)_vol->private_volume; local
128 nspace *vol = (nspace *)_vol->private_volume; local
163 nspace *vol = (nspace *)_vol->private_volume; local
188 nspace *vol = (nspace *)_vol->private_volume; local
H A Dfat.cpp24 mirror_fats(nspace *vol, uint32 sector, uint8 *buffer) argument
54 _count_free_clusters_fat32(nspace *vol) argument
95 _fat_ioctl_(nspace *vol, uint32 action, uint32 cluster, uint32 N) argument
359 count_free_clusters(nspace *vol) argument
366 get_fat_entry(nspace *vol, uint32 cluster) argument
388 set_fat_entry(nspace *vol, uint32 cluster, int32 value) argument
396 get_nth_fat_entry(nspace *vol, int32 cluster, uint32 n) argument
414 count_clusters(nspace *vol, int32 cluster) argument
450 clear_fat_chain(nspace *vol, uint32 cluster, bool discardBlockCache) argument
499 allocate_n_fat_entries(nspace *vol, int32 n, int32 *start) argument
523 set_fat_chain_length(nspace *vol, vnode *node, uint32 clusters, bool discardBlockCache) argument
647 dump_fat_chain(nspace *vol, uint32 cluster) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.h17 ntfs_volume* vol; member in struct:lowntfs_context
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.h81 ntfs_volume *vol; member in struct:mft_search_ctx
/haiku/src/preferences/virtualmemory/
H A DSettings.cpp175 BVolume vol; local
H A DSettingsWindow.cpp185 BVolume vol; local
[all...]
/haiku/src/tests/add-ons/media/media-add-ons/mixer/
H A Dmain.cpp249 int vol = atoi(fSignalVolume->Text()); local
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dmulti.cpp810 ice1712Volume *vol; local
845 ice1712Volume *vol; local
[all...]

Completed in 164 milliseconds

12