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

123

/haiku-fatelf/src/add-ons/kernel/file_systems/fat/
H A Diter.h16 struct _nspace *vol; member in struct:csi
H A Ddlist.c40 dlist_init(nspace *vol) argument
58 dlist_uninit(nspace *vol) argument
72 dlist_realloc(nspace *vol, uint32 allocate) argument
97 dlist_add(nspace *vol, ino_t vnid) argument
116 dlist_remove(nspace *vol, ino_t vnid) argument
140 dlist_find(nspace *vol, uint32 cluster) argument
165 dlist_dump(nspace *vol) argument
[all...]
H A Dattr.c63 nspace *vol = (nspace *)_vol->private_volume; local
86 nspace *vol = (nspace *)_vol->private_volume; local
142 nspace *vol = (nspace *)_vol->private_volume; local
175 nspace *vol = (nspace *)_vol->private_volume; local
213 nspace *vol = (nspace *)_vol->private_volume; local
240 nspace *vol = (nspace *)_vol->private_volume; local
[all...]
H A Diter.c24 _validate_cs_(nspace *vol, uint32 cluster, uint32 sector) argument
60 init_csi(nspace *vol, uint3 argument
269 diri_init(nspace *vol, uint32 cluster, uint32 index, struct diri *diri) argument
[all...]
H A Dvcache.c78 dump_vcache(nspace *vol) argument
93 init_vcache(nspace *vol) argument
132 uninit_vcache(nspace *vol) argument
162 generate_unique_vnid(nspace *vol) argument
172 _add_to_vcache_(nspace *vol, ino_t vnid, ino_t loc) argument
224 _remove_from_vcache_(nspace *vol, ino_t vnid) argument
273 _find_vnid_in_vcache_(nspace *vol, ino_t vnid) argument
291 _find_loc_in_vcache_(nspace *vol, ino_t loc) argument
309 add_to_vcache(nspace *vol, ino_t vnid, ino_t loc) argument
324 _update_loc_in_vcache_(nspace *vol, ino_t vnid, ino_t loc) argument
337 remove_from_vcache(nspace *vol, ino_t vnid) argument
351 vcache_vnid_to_loc(nspace *vol, ino_t vnid, ino_t *loc) argument
368 vcache_loc_to_vnid(nspace *vol, ino_t loc, ino_t *vnid) argument
385 vcache_set_entry(nspace *vol, ino_t vnid, ino_t loc) argument
424 nspace *vol; local
453 nspace *vol; local
[all...]
H A Dfat.c29 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, int32 N) argument
355 count_free_clusters(nspace *vol) argument
362 get_fat_entry(nspace *vol, uint32 cluster) argument
384 set_fat_entry(nspace *vol, uint32 cluster, int32 value) argument
392 get_nth_fat_entry(nspace *vol, int32 cluster, uint32 n) argument
410 count_clusters(nspace *vol, int32 cluster) argument
445 clear_fat_chain(nspace *vol, uint32 cluster) argument
488 allocate_n_fat_entries(nspace *vol, int32 n, int32 *start) argument
511 set_fat_chain_length(nspace *vol, vnode *node, uint32 clusters) argument
632 dump_fat_chain(nspace *vol, uint32 cluster) argument
[all...]
/haiku-fatelf/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.c171 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.c430 s64 ntfs_cluster_read(const ntfs_volume *vol, const s64 lcn, const s64 count, argument
466 ntfs_cluster_write(const ntfs_volume *vol, const s64 lcn, const s64 count, const void *b) argument
[all...]
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
576 ntfs_cluster_free_from_rl(ntfs_volume *vol, runlist *rl) argument
617 ntfs_cluster_free_basic(ntfs_volume *vol, s64 lcn, s64 count) argument
664 ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn, s64 count) argument
[all...]
H A Dlogfile.c467 ntfs_volume *vol = log_na->ni->vol; local
H A Dobject_id.c189 static ntfs_index_context *open_object_id_index(ntfs_volume *vol) argument
H A Dinode.c93 static ntfs_inode *__ntfs_inode_allocate(ntfs_volume *vol) argument
111 ntfs_inode *ntfs_inode_allocate(ntfs_volume *vol) argument
159 static ntfs_inode *ntfs_inode_real_open(ntfs_volume *vol, cons argument
437 ntfs_inode_invalidate(ntfs_volume *vol, const MFT_REF mref) argument
461 ntfs_inode_open(ntfs_volume *vol, const MFT_REF mref) argument
578 ntfs_volume *vol; local
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/dos/r5/
H A Ddlist.c38 status_t dlist_init(nspace *vol) argument
54 status_t dlist_uninit(nspace *vol) argument
66 dlist_realloc(nspace *vol, uint32 allocate) argument
89 dlist_add(nspace *vol, vnode_id vnid) argument
106 dlist_remove(nspace *vol, vnode_id vnid) argument
128 dlist_find(nspace *vol, uint32 cluster) argument
151 dlist_dump(nspace *vol) argument
[all...]
H A Diter.h13 struct _nspace *vol; member in struct:csi
H A Dattr.c61 nspace *vol = (nspace *)_vol; local
87 nspace *vol = (nspace *)_vol; local
142 nspace *vol = (nspace *)_vol; local
178 nspace *vol = (nspace *)_vol; local
209 nspace *vol = (nspace *)_vol; local
[all...]
H A Diter.c20 static int _validate_cs_(nspace *vol, uint32 cluster, uint32 sector) argument
52 int init_csi(nspace *vol, uint3 argument
224 diri_init(nspace *vol, uint32 cluster, uint32 index, struct diri *diri) argument
[all...]
H A Dvcache.c72 void dump_vcache(nspace *vol) argument
86 init_vcache(nspace *vol) argument
122 uninit_vcache(nspace *vol) argument
151 generate_unique_vnid(nspace *vol) argument
159 _add_to_vcache_(nspace *vol, vnode_id vnid, vnode_id loc) argument
209 _remove_from_vcache_(nspace *vol, vnode_id vnid) argument
256 _find_vnid_in_vcache_(nspace *vol, vnode_id vnid) argument
272 _find_loc_in_vcache_(nspace *vol, vnode_id loc) argument
288 add_to_vcache(nspace *vol, vnode_id vnid, vnode_id loc) argument
301 _update_loc_in_vcache_(nspace *vol, vnode_id vnid, vnode_id loc) argument
312 remove_from_vcache(nspace *vol, vnode_id vnid) argument
324 vcache_vnid_to_loc(nspace *vol, vnode_id vnid, vnode_id *loc) argument
339 vcache_loc_to_vnid(nspace *vol, vnode_id loc, vnode_id *vnid) argument
354 vcache_set_entry(nspace *vol, vnode_id vnid, vnode_id loc) argument
392 nspace *vol; local
419 nspace *vol; local
[all...]
H A Dfat.c27 static status_t mirror_fats(nspace *vol, uint32 sector, uint8 *buffer) argument
45 static int32 _count_free_clusters_fat32(nspace *vol) argument
80 _fat_ioctl_(nspace *vol, uint32 action, uint32 cluster, int32 N) argument
299 count_free_clusters(nspace *vol) argument
304 get_fat_entry(nspace *vol, uint32 cluster) argument
324 set_fat_entry(nspace *vol, uint32 cluster, int32 value) argument
330 get_nth_fat_entry(nspace *vol, int32 cluster, uint32 n) argument
349 count_clusters(nspace *vol, int32 cluster) argument
384 clear_fat_chain(nspace *vol, uint32 cluster) argument
418 allocate_n_fat_entries(nspace *vol, int32 n, int32 *start) argument
439 set_fat_chain_length(nspace *vol, vnode *node, uint32 clusters) argument
546 dump_fat_chain(nspace *vol, uint32 cluster) argument
556 fragment(nspace *vol, uint32 *pattern) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.h81 ntfs_volume *vol; member in struct:mft_search_ctx
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dvolume_util.c69 ntfs_volume *vol = ns->ntvol; local
139 ntfs_change_label(ntfs_volume *vol, char *label) argument
[all...]
/haiku-fatelf/src/bin/
H A Dplay.cpp126 long vol; local
/haiku-fatelf/src/preferences/virtualmemory/
H A DSettings.cpp173 BVolume vol; local

Completed in 113 milliseconds

123