Cross References
Files
disk.h
disk_testkit.c
fcfs_newobj.c
fcfs_readobj.c
fcfs_updateobj.c
fcfs_vfs.h
mkfile.c
mkfs.c
mount_testkit.c
onode.c
onode.h
onode_index.c
onode_index.h
onode_versioned.h
space_bitmap.c
space_bitmap.h
super_block.c
super_block.h
testkit/bitops.h
testkit/blktest.c
testkit/block_dev.c
testkit/block_dev.h
testkit/types.h
volinfo.c
Global Functions
ag_allocate_block() : space_bitmap.c
ag_block_free() : space_bitmap.c
atou64() : mkfs.c
bh_equal() : testkit/block_dev.c
block_dev_close() : testkit/block_dev.c
block_dev_init() : testkit/block_dev.c
block_dev_new() : testkit/block_dev.c
bnew() : testkit/block_dev.c
bread() : testkit/block_dev.c
disk_free() : disk_testkit.c
disk_getblock() : disk_testkit.c
disk_new() : disk_testkit.c
disk_newblock() : disk_testkit.c
fcfs_mount() : mount_testkit.c
fcfs_sb_mark_clean() : super_block.c
fcfs_sb_mark_dirty() : super_block.c
fcfs_umount() : mount_testkit.c
fcfs_write_sb() : super_block.c
hash_bh() : testkit/block_dev.c
main() : testkit/blktest.c
make_sb() : mkfs.c
onode1_fork_getblock() : onode.c
onode1_fork_grow() : onode.c
onode1_fork_length() : onode.c
onode1_fork_new() : onode.c
onode1_fork_read() : onode.c
onode1_fork_write() : onode.c
onode1_fork_write_versioned() : onode.c
onode1_free() : onode.c
onode1_new() : onode.c
onode_index_delete() : onode_index.c
onode_index_free_node() : onode_index.c
onode_index_insert() : onode_index.c
onode_index_leaf_insert() : onode_index.c
onode_index_leaf_new() : onode_index.c
onode_index_lookup() : onode_index.c
onode_index_new() : onode_index.c
onode_index_new_id() : onode_index.c
onode_index_new_node() : onode_index.c
onode_index_new_root() : onode_index.c
onode_index_read() : onode_index.c
onode_index_read_node() : onode_index.c
onode_index_write_leaf() : onode_index.c
onode_index_write_node() : onode_index.c
print_onode_index() : volinfo.c
print_onode_index_leaf() : volinfo.c
print_sb() : volinfo.c
print_sb_flags() : volinfo.c
print_used_blocks() : volinfo.c
space_bitmap_allocate_block() : space_bitmap.c
space_bitmap_size() : space_bitmap.c
submit_bh() : testkit/block_dev.c
write_block_bitmaps() : mkfs.c
write_superblocks() : mkfs.c
Global Variables
ag_block_free_last : space_bitmap.c
ag_block_free_last_block : space_bitmap.c
blk_hash : testkit/block_dev.c
lru_list : testkit/block_dev.c
next_free : space_bitmap.c
Defined Types
atomic_t : testkit/types.h
enum bh_state_bits : testkit/block_dev.h
enum fcfs_fork_flags : super_block.h
enum fcfs_onode_flags : super_block.h
enum fcfs_onode_fork_rev_op : onode_versioned.h
enum fcfs_sb_flags : super_block.h
enum fcfs_sb_location : super_block.h
s16 : testkit/types.h
s32 : testkit/types.h
s64 : testkit/types.h
sector_t : testkit/types.h
struct block_device : testkit/block_dev.h
struct buffer_head : testkit/block_dev.h
struct fcfs_block_run : super_block.h
struct fcfs_disk : disk.h
struct fcfs_disk_block : disk.h
struct fcfs_fork : super_block.h
struct fcfs_fork_leaf : super_block.h
struct fcfs_fork_node : super_block.h
struct fcfs_onode1 : super_block.h
struct fcfs_onode1_space_leaf : super_block.h
struct fcfs_onode1_space_node : super_block.h
struct fcfs_onode_fork_rev : onode_versioned.h
struct fcfs_onode_index : onode_index.h
struct fcfs_onode_index_leaf : onode_index.h
struct fcfs_onode_index_leaf_item : onode_index.h
struct fcfs_onode_index_node : onode_index.h
struct fcfs_onode_index_node_item : onode_index.h
struct fcfs_sb : super_block.h
struct super_block : testkit/block_dev.h
u16 : testkit/types.h
u32 : testkit/types.h
u64 : testkit/types.h
union data : super_block.h
union forks : super_block.h
union space : super_block.h
union space_tracking : super_block.h