Searched defs:bmp (Results 1 – 8 of 8) sorted by relevance
/fs/jfs/ |
D | jfs_dmap.c | 67 #define BMAP_LOCK_INIT(bmp) mutex_init(&bmp->db_bmaplock) argument 68 #define BMAP_LOCK(bmp) mutex_lock(&bmp->db_bmaplock) argument 69 #define BMAP_UNLOCK(bmp) mutex_unlock(&bmp->db_bmaplock) argument 166 struct bmap *bmp; in dbMount() local 243 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUnmount() local 265 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbSync() local 338 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbFree() local 422 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUpdatePMap() local 604 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbNextAG() local 698 struct bmap *bmp; in dbAlloc() local [all …]
|
D | resize.c | 70 struct bmap *bmp = sbi->bmap; in jfs_extendfs() local
|
D | jfs_imap.c | 871 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local 2036 struct metapage *amp = NULL, *bmp = NULL; in diAllocBit() local 2184 struct metapage *amp, *bmp, *cmp, *dmp; in diNewExt() local
|
D | jfs_extent.c | 527 struct bmap *bmp = sbi->bmap; in extBalloc() local
|
/fs/hpfs/ |
D | alloc.c | 21 unsigned *bmp; in chk_if_allocated() local 67 unsigned *bmp; in alloc_in_bmp() local 251 unsigned *bmp; in hpfs_alloc_if_possible_nolock() local 281 unsigned *bmp; in hpfs_free_sectors() local 330 unsigned *bmp; in hpfs_check_free_dnodes() local 382 unsigned *bmp; in hpfs_free_dnode() local
|
D | map.c | 92 secno *hpfs_load_bitmap_directory(struct super_block *s, secno bmp) in hpfs_load_bitmap_directory()
|
D | hpfs_fn.h | 190 static inline unsigned tstbits(unsigned *bmp, unsigned b, unsigned n) in tstbits()
|
/fs/ntfs/ |
D | dir.c | 1115 u8 *kaddr, *bmp, *index_end; in ntfs_readdir() local
|