Searched refs:bmap (Results 1 - 25 of 66) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_TCPOPTSTRIP.h4 #define tcpoptstrip_set_bit(bmap, idx) \
5 (bmap[(idx) >> 5] |= 1U << (idx & 31))
6 #define tcpoptstrip_test_bit(bmap, idx) \
7 (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Drs_bitmap.c31 ext2fs_generic_bitmap bmap)
37 if (!bmap)
40 EXT2_CHECK_MAGIC(bmap, EXT2_ET_MAGIC_GENERIC_BITMAP);
46 if (new_end > bmap->end) {
47 bitno = bmap->real_end;
50 for (; bitno > bmap->end; bitno--)
51 ext2fs_clear_bit(bitno - bmap->start, bmap->bitmap);
53 if (new_real_end == bmap->real_end) {
54 bmap
30 ext2fs_resize_generic_bitmap(__u32 new_end, __u32 new_real_end, ext2fs_generic_bitmap bmap) argument
74 ext2fs_resize_inode_bitmap(__u32 new_end, __u32 new_real_end, ext2fs_inode_bitmap bmap) argument
91 ext2fs_resize_block_bitmap(__u32 new_end, __u32 new_real_end, ext2fs_block_bitmap bmap) argument
[all...]
H A Dalloc_sb.c33 ext2fs_block_bitmap bmap)
48 ext2fs_mark_block_bitmap(bmap, super_blk);
52 ext2fs_mark_block_bitmap(bmap, old_desc_blk + j);
55 ext2fs_mark_block_bitmap(bmap, new_desc_blk);
31 ext2fs_reserve_super_and_bgd(ext2_filsys fs, dgrp_t group, ext2fs_block_bitmap bmap) argument
H A Dalloc_tables.c32 ext2fs_block_bitmap bmap)
45 if (!bmap)
46 bmap = fs->block_map;
62 1, bmap, &new_blk);
65 last_blk, 1, bmap, &new_blk);
68 ext2fs_mark_block_bitmap(bmap, new_blk);
74 1, bmap, &new_blk);
77 last_blk, 1, bmap, &new_blk);
80 ext2fs_mark_block_bitmap(bmap, new_blk);
90 bmap,
31 ext2fs_allocate_group_table(ext2_filsys fs, dgrp_t group, ext2fs_block_bitmap bmap) argument
[all...]
H A Dext2fs.h424 ext2fs_block_bitmap bmap);
435 ext2fs_block_bitmap bmap);
530 /* bmap.c */
852 ext2fs_generic_bitmap bmap);
854 ext2fs_inode_bitmap bmap);
856 ext2fs_block_bitmap bmap);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Dfile.c69 &JFS_SBI(inode->i_sb)->bmap->db_active[ji->agno]);
82 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; local
83 atomic_dec(&bmap->db_active[ji->active_ag]);
H A Djfs_dmap.c49 * write inode lock of the bmap inode. requests starting at the top
57 * write information maintained in the bmap descriptor (i.e. total
74 static void dbAllocBits(struct bmap * bmp, struct dmap * dp, s64 blkno,
80 static int dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc,
82 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results);
83 static int dbAllocNext(struct bmap * bmp, struct dmap * dp, s64 blkno,
85 static int dbAllocNear(struct bmap * bmp, struct dmap * dp, s64 blkno,
88 static int dbAllocDmap(struct bmap * bmp, struct dmap * dp, s64 blkno,
90 static int dbAllocDmapLev(struct bmap * bmp, struct dmap * dp, int nblocks,
93 static int dbAllocAG(struct bmap * bm
[all...]
H A Djfs_incore.h194 struct bmap *bmap; /* incore bmap descriptor */ member in struct:jfs_sb_info
H A Djfs_dmap.h42 #define BMAPBLKNO 0 /* lblkno of bmap within the map */
134 #define BLKTOAG(b,sbi) ((b) >> ((sbi)->bmap->db_agl2size))
140 ((s64)(a) << (JFS_SBI((ip)->i_sb)->bmap->db_agl2size))
243 struct bmap { struct
H A Dsuper.c122 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; local
123 atomic_dec(&bmap->db_active[ji->active_ag]);
151 buf->f_blocks = sbi->bmap->db_mapsize;
152 buf->f_bfree = sbi->bmap->db_nfree;
153 buf->f_bavail = sbi->bmap->db_nfree;
164 ((sbi->bmap->db_nfree >> imap->im_l2nbperiext)
H A Dresize.c37 /* convert block number to bmap file page number */
70 struct bmap *bmp = sbi->bmap;
296 /* number of data pages of new bmap file:
308 * at end of bmap by mkfs() or previous extendfs();
332 * update bmap control page;
350 /* compute number of data pages of current bmap file */
358 * grow bmap file for the new map pages required:
361 * bmap file only grows sequentially, i.e., both data pages
364 * by washing away bmap fil
[all...]
H A Djfs_extent.c527 struct bmap *bmp = sbi->bmap;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dbitmap.c66 u32 blk, bmap, bit, mask, tmp; local
75 bmap = blk / sbi->s_bmap_bits;
77 bm = &sbi->s_bitmap[bmap];
82 if (sbi->s_last_bmap != bmap) {
88 sbi->s_last_bmap = bmap;
145 u32 blk, bmap, bit, mask, mask2, tmp; local
168 bmap = blk / sbi->s_bmap_bits;
169 bm = &sbi->s_bitmap[bmap];
177 /* search for the next bmap buffer with free bits */
182 bmap
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dconn.c88 static struct bitmap *bmap; variable in typeref:struct:bitmap
96 bmap = bitmap_allocate(BITMAP_BLOCK_SZ);
172 i = bitmap_find(bmap, find_offset);
176 int oldsz = bmap->n;
177 int newsz = bmap->n + BITMAP_BLOCK_SZ;
191 bitmap_copy(nbmap, bmap);
192 bitmap_free(bmap);
194 bmap = nbmap;
214 bitmap_set(bmap, i);
338 bitmap_clear(bmap, con
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A DMakefile2 gfs2-y := acl.o bmap.o daemon.o dir.o eaops.o eattr.o glock.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dio-unit.h39 unsigned long bmap[(IOUNIT_DMA_SIZE >> (PAGE_SHIFT + 3)) / sizeof(unsigned long)]; member in struct:iounit_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dio-unit.c100 nexti: scan = find_next_zero_bit(iounit->bmap, limit, scan);
113 if (test_bit(scan++, iounit->bmap))
120 set_bit(scan, iounit->bmap);
162 clear_bit(vaddr, iounit->bmap);
179 clear_bit(vaddr, iounit->bmap);
286 nexti: scan = find_next_zero_bit(iounit->bmap, limit, scan);
299 if (test_bit(scan++, iounit->bmap))
305 set_bit(scan, iounit->bmap);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsrat.c40 #define BMAP_SET(bmap, bit) ((bmap)[NODE_ARRAY_INDEX(bit)] |= 1 << NODE_ARRAY_OFFSET(bit))
41 #define BMAP_TEST(bmap, bit) ((bmap)[NODE_ARRAY_INDEX(bit)] & (1 << NODE_ARRAY_OFFSET(bit)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_subr.c47 .bmap = vxfs_bmap,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dioctl.c65 if (!mapping->a_ops->bmap)
73 res = mapping->a_ops->bmap(mapping, block);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dbitmap.c62 int bmap, offset; local
71 get_bit_address(s, block, &bmap, &offset);
93 if (bmap >= SB_BMAP_NR(s)) {
96 "block=%lu, bitmap_nr=%d", block, bmap);
111 /* searches in journal structures for a given block number (bmap, off). If block
113 static inline int is_block_in_journal(struct super_block *s, int bmap, int argument
118 if (reiserfs_in_journal(s, bmap, off, 1, &tmp)) {
148 PROC_INFO_INC(s, scan_bitmap.bmap);
316 /* find every bm and bmap and bmap_nr in this file, and change them all to bitmap_blocknr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/bfs/
H A Dfile.c162 .bmap = bfs_bmap,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dfile.c28 * generic_file_read often calls bmap with non-existing sector,
44 if (hpfs_chk_sectors(inode->i_sb, disk_secno, 1, "bmap")) return 0;
108 .bmap = _hpfs_bmap
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_pipe_hnd.c53 static struct bitmap *bmap; variable in typeref:struct:bitmap
130 bmap = bitmap_allocate(MAX_OPEN_PIPES);
131 if (!bmap)
195 i = bitmap_find(bmap, next_pipe);
239 bitmap_set(bmap, i);
1076 bitmap_clear(bmap, p->pnum - pipe_handle_offset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dmmap.c817 if (lower_inode->i_mapping->a_ops->bmap)
818 rc = lower_inode->i_mapping->a_ops->bmap(lower_inode->i_mapping,
850 .bmap = ecryptfs_bmap,

Completed in 128 milliseconds

123