Home
last modified time | relevance | path

Searched defs:bmap (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/fs/jfs/
Djfs_dmap.h226 struct bmap { struct
227 struct dbmap db_bmap; /* on-disk aggregate map descriptor */ argument
228 struct inode *db_ipbmap; /* ptr to aggregate map incore inode */ argument
229 struct semaphore db_bmaplock; /* aggregate map lock */ argument
235 #define db_mapsize db_bmap.dn_mapsize argument
Dfile.c90 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_release() local
Dinode.c54 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_clear_inode() local
Djfs_incore.h153 struct bmap *bmap; /* incore bmap descriptor */ member
/linux-2.4.37.9/fs/affs/
Dbitmap.c73 u32 blk, bmap, bit, mask, tmp; in affs_free_block() local
151 u32 blk, bmap, bit, mask, mask2, tmp; in affs_alloc_block() local
/linux-2.4.37.9/include/asm-sparc/
Dio-unit.h44 unsigned int bmap[(IOUNIT_DMA_SIZE >> (PAGE_SHIFT + 3)) / sizeof(unsigned int)]; member
/linux-2.4.37.9/fs/ntfs/
Ddir.c117 ntfs_u8 *bmap; in ntfs_allocate_index_block() local
/linux-2.4.37.9/fs/reiserfs/
Dbitmap.c114 static inline int is_block_in_journal (struct super_block * s, int bmap, int off, int *next) in is_block_in_journal()
/linux-2.4.37.9/fs/
Dinode.c1288 int bmap(struct inode * inode, int block) in bmap() function
/linux-2.4.37.9/drivers/usb/
Daudio.c3432 static inline int checkmixbmap(unsigned char *bmap, unsigned char flg, unsigned int inidx, unsigned… in checkmixbmap()
3453 unsigned char *bmap = &mixer[9+mixer[4]]; in usb_audio_mixerunit() local
/linux-2.4.37.9/include/linux/
Dreiserfs_fs_sb.h331 stat_cnt_t bmap; member
Dfs.h398 int (*bmap)(struct address_space *, long); member