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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dblockgroup_lock.h57 bgl_lock_ptr(struct blockgroup_lock *bgl, unsigned int block_group) argument
H A Dext2_fs_sb.h120 sb_bgl_lock(struct ext2_sb_info *sbi, unsigned int block_group) argument
H A Dext3_fs_sb.h90 sb_bgl_lock(struct ext3_sb_info *sbi, unsigned int block_group) argument
H A Dext3_fs.h791 unsigned long block_group; member in struct:ext3_iloc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dtransaction.h48 u64 block_group; member in struct:btrfs_trans_handle
H A Dbtrfs_inode.h124 u64 block_group; member in struct:btrfs_inode
H A Dfree-space-cache.c43 static inline u64 offset_to_bitmap(struct btrfs_block_group_cache *block_group, argument
111 tree_search_offset(struct btrfs_block_group_cache *block_group, argument
237 static void unlink_free_space(struct btrfs_block_group_cache *block_group, argument
245 link_free_space(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *info) argument
261 recalculate_thresholds(struct btrfs_block_group_cache *block_group) argument
298 bitmap_clear_bits(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *info, u64 offset, u64 bytes) argument
316 bitmap_set_bits(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *info, u64 offset, u64 bytes) argument
334 search_bitmap(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *bitmap_info, u64 *offset, u64 *bytes) argument
368 find_free_space(struct btrfs_block_group_cache *block_group, u64 *offset, u64 *bytes, int debug) argument
405 add_new_bitmap(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *info, u64 offset) argument
421 remove_from_bitmap(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *bitmap_info, u64 *offset, u64 *bytes) argument
501 insert_into_bitmap(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *info) argument
599 btrfs_add_free_space(struct btrfs_block_group_cache *block_group, u64 offset, u64 bytes) argument
673 btrfs_remove_free_space(struct btrfs_block_group_cache *block_group, u64 offset, u64 bytes) argument
790 btrfs_dump_free_space(struct btrfs_block_group_cache *block_group, u64 bytes) argument
812 btrfs_block_group_free_space(struct btrfs_block_group_cache *block_group) argument
834 __btrfs_return_cluster_to_free_space( struct btrfs_block_group_cache *block_group, struct btrfs_free_cluster *cluster) argument
872 btrfs_remove_free_space_cache(struct btrfs_block_group_cache *block_group) argument
910 btrfs_find_space_for_alloc(struct btrfs_block_group_cache *block_group, u64 offset, u64 bytes, u64 empty_size) argument
956 btrfs_return_cluster_to_free_space( struct btrfs_block_group_cache *block_group, struct btrfs_free_cluster *cluster) argument
988 btrfs_alloc_from_bitmap(struct btrfs_block_group_cache *block_group, struct btrfs_free_cluster *cluster, u64 bytes, u64 min_start) argument
1041 btrfs_alloc_from_cluster(struct btrfs_block_group_cache *block_group, struct btrfs_free_cluster *cluster, u64 bytes, u64 min_start) argument
1094 btrfs_bitmap_cluster(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *entry, struct btrfs_free_cluster *cluster, u64 offset, u64 bytes, u64 min_bytes) argument
1165 btrfs_find_space_cluster(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_block_group_cache *block_group, struct btrfs_free_cluster *cluster, u64 offset, u64 bytes, u64 empty_size) argument
[all...]
H A Drelocation.c156 struct btrfs_block_group_cache *block_group; member in struct:reloc_control
1447 in_block_group(u64 bytenr, struct btrfs_block_group_cache *block_group) argument
[all...]
H A Dextent-tree.c262 static u64 add_new_free_space(struct btrfs_block_group_cache *block_group, argument
301 struct btrfs_block_group_cache *block_group = data; local
99 btrfs_add_block_group_cache(struct btrfs_fs_info *info, struct btrfs_block_group_cache *block_group) argument
2615 struct btrfs_block_group_cache *block_group; local
4392 struct btrfs_block_group_cache *block_group = NULL; local
5061 struct btrfs_block_group_cache *block_group; local
6067 struct btrfs_block_group_cache *block_group; local
6178 struct btrfs_block_group_cache *block_group; local
6448 struct btrfs_block_group_cache *block_group; local
[all...]
H A Dctree.h543 __le64 block_group; member in struct:btrfs_inode_item
738 struct btrfs_block_group_cache *block_group; member in struct:btrfs_free_cluster
757 struct btrfs_block_group_cache *block_group; member in struct:btrfs_caching_control
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dialloc.c46 read_inode_bitmap(struct super_block * sb, unsigned long block_group) argument
110 unsigned long block_group; local
157 unsigned long block_group; local
[all...]
H A Dballoc.c39 ext2_get_group_desc(struct super_block * sb, unsigned int block_group, struct buffer_head ** bh) argument
73 ext2_valid_block_bitmap(struct super_block *sb, struct ext2_group_desc *desc, unsigned int block_group, struct buffer_head *bh) argument
124 read_block_bitmap(struct super_block *sb, unsigned int block_group) argument
488 unsigned long block_group; local
[all...]
H A Dinode.c1206 unsigned long block_group; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dialloc.c54 read_inode_bitmap(struct super_block * sb, unsigned long block_group) argument
96 unsigned long block_group; local
625 unsigned long block_group; local
[all...]
H A Dballoc.c49 ext3_get_group_desc(struct super_block * sb, unsigned int block_group, struct buffer_head ** bh) argument
84 ext3_valid_block_bitmap(struct super_block *sb, struct ext3_group_desc *desc, unsigned int block_group, struct buffer_head *bh) argument
139 read_block_bitmap(struct super_block *sb, unsigned int block_group) argument
479 unsigned long block_group; local
[all...]
H A Dinode.c2555 unsigned long block_group; local
2638 int block_group; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dballoc.c46 ext4_block_in_group(struct super_block *sb, ext4_fsblk_t block, ext4_group_t block_group) argument
56 ext4_group_used_meta_blocks(struct super_block *sb, ext4_group_t block_group, struct ext4_group_desc *gdp) argument
86 ext4_init_block_bitmap(struct super_block *sb, struct buffer_head *bh, ext4_group_t block_group, struct ext4_group_desc *gdp) argument
198 ext4_get_group_desc(struct super_block *sb, ext4_group_t block_group, struct buffer_head **bh) argument
232 ext4_valid_block_bitmap(struct super_block *sb, struct ext4_group_desc *desc, unsigned int block_group, struct buffer_head *bh) argument
293 ext4_read_block_bitmap(struct super_block *sb, ext4_group_t block_group) argument
376 ext4_group_t block_group; local
[all...]
H A Dialloc.c101 ext4_read_inode_bitmap(struct super_block *sb, ext4_group_t block_group) argument
68 ext4_init_inode_bitmap(struct super_block *sb, struct buffer_head *bh, ext4_group_t block_group, struct ext4_group_desc *gdp) argument
185 ext4_group_t block_group; local
1077 ext4_group_t block_group; local
[all...]
H A Dextents.c161 ext4_group_t block_group; local
H A Dmballoc.c4456 ext4_group_t block_group; local
2548 ext4_issue_discard(struct super_block *sb, ext4_group_t block_group, ext4_grpblk_t block, int count) argument
[all...]
H A Dinode.c480 ext4_group_t block_group; local
H A Dsuper.c1908 __le16 ext4_group_desc_csum(struct ext4_sb_info *sbi, __u32 block_group, argument
1934 int ext4_group_desc_csum_verify(struct ext4_sb_info *sbi, __u32 block_group, argument
H A Dext4.h1497 ext4_group_t block_group; member in struct:ext4_iloc
1841 ext4_flex_group(struct ext4_sb_info *sbi, ext4_group_t block_group) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dballoc.c55 __load_block_bitmap(struct super_block *sb, struct udf_bitmap *bitmap, unsigned int block_group) argument
78 load_block_bitmap(struct super_block *sb, struct udf_bitmap *bitmap, unsigned int block_group) argument
119 unsigned long block_group; local
183 int bit, block, block_group, group_start; local
232 int newbit, bit = 0, block, block_group, group_start; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmatroskaenc.c1509 ebml_master block_group, block_additions, block_more; local

Completed in 153 milliseconds