Searched defs:bmp (Results 1 – 10 of 10) sorted by relevance
/fs/jfs/ |
D | jfs_dmap.c | 57 #define BMAP_LOCK_INIT(bmp) mutex_init(&bmp->db_bmaplock) argument 58 #define BMAP_LOCK(bmp) mutex_lock(&bmp->db_bmaplock) argument 59 #define BMAP_UNLOCK(bmp) mutex_unlock(&bmp->db_bmaplock) argument 155 struct bmap *bmp; in dbMount() local 267 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUnmount() local 290 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbSync() local 362 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbFree() local 454 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUpdatePMap() local 635 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbNextAG() local 729 struct bmap *bmp; in dbAlloc() local [all …]
|
D | jfs_discard.c | 68 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in jfs_ioc_trim() local
|
D | resize.c | 58 struct bmap *bmp = sbi->bmap; in jfs_extendfs() local
|
D | jfs_imap.c | 849 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local 2011 struct metapage *amp = NULL, *bmp = NULL; in diAllocBit() local 2158 struct metapage *amp, *bmp, *cmp, *dmp; in diNewExt() local
|
D | jfs_extent.c | 502 struct bmap *bmp = sbi->bmap; in extBalloc() local
|
/fs/hpfs/ |
D | alloc.c | 72 __le32 *bmp; in chk_if_allocated() local 118 __le32 *bmp; in alloc_in_bmp() local 299 __le32 *bmp; in hpfs_alloc_if_possible() local 318 __le32 *bmp; in hpfs_free_sectors() local 364 __le32 *bmp; in hpfs_check_free_dnodes() local 416 __le32 *bmp; in hpfs_free_dnode() local 489 static unsigned find_run(__le32 *bmp, unsigned *idx) in find_run() 530 __le32 *bmp; in hpfs_trim_fs() local
|
D | map.c | 112 __le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp) in hpfs_load_bitmap_directory()
|
D | hpfs_fn.h | 187 static inline unsigned tstbits(__le32 *bmp, unsigned b, unsigned n) in tstbits()
|
/fs/ntfs/ |
D | dir.c | 1102 u8 *kaddr, *bmp, *index_end; in ntfs_readdir() local
|
/fs/hfsplus/ |
D | xattr.c | 62 char *bmp; in hfsplus_init_header_node() local
|