Searched defs:bmap (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/fs/jfs/ |
D | jfs_dmap.h | 226 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
|
D | file.c | 90 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_release() local
|
D | inode.c | 54 struct bmap *bmap = JFS_SBI(inode->i_sb)->bmap; in jfs_clear_inode() local
|
D | jfs_incore.h | 153 struct bmap *bmap; /* incore bmap descriptor */ member
|
/linux-2.4.37.9/fs/affs/ |
D | bitmap.c | 73 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/ |
D | io-unit.h | 44 unsigned int bmap[(IOUNIT_DMA_SIZE >> (PAGE_SHIFT + 3)) / sizeof(unsigned int)]; member
|
/linux-2.4.37.9/fs/ntfs/ |
D | dir.c | 117 ntfs_u8 *bmap; in ntfs_allocate_index_block() local
|
/linux-2.4.37.9/fs/reiserfs/ |
D | bitmap.c | 114 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/ |
D | inode.c | 1288 int bmap(struct inode * inode, int block) in bmap() function
|
/linux-2.4.37.9/drivers/usb/ |
D | audio.c | 3432 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/ |
D | reiserfs_fs_sb.h | 331 stat_cnt_t bmap; member
|
D | fs.h | 398 int (*bmap)(struct address_space *, long); member
|