Searched defs:bmp (Results 1 – 10 of 10) sorted by relevance
/fs/jfs/ |
D | jfs_dmap.c | 70 #define BMAP_LOCK_INIT(bmp) mutex_init(&bmp->db_bmaplock) argument 71 #define BMAP_LOCK(bmp) mutex_lock(&bmp->db_bmaplock) argument 72 #define BMAP_UNLOCK(bmp) mutex_unlock(&bmp->db_bmaplock) argument 167 struct bmap *bmp; in dbMount() local 244 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUnmount() local 266 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 429 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUpdatePMap() local 610 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbNextAG() local 704 struct bmap *bmp; in dbAlloc() local [all …]
|
D | jfs_discard.c | 83 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in jfs_ioc_trim() local
|
D | resize.c | 70 struct bmap *bmp = sbi->bmap; in jfs_extendfs() local
|
D | jfs_imap.c | 868 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local 2027 struct metapage *amp = NULL, *bmp = NULL; in diAllocBit() local 2174 struct metapage *amp, *bmp, *cmp, *dmp; in diNewExt() local
|
D | jfs_extent.c | 515 struct bmap *bmp = sbi->bmap; in extBalloc() local
|
/fs/hpfs/ |
D | alloc.c | 71 __le32 *bmp; in chk_if_allocated() local 117 __le32 *bmp; in alloc_in_bmp() local 298 __le32 *bmp; in hpfs_alloc_if_possible() local 317 __le32 *bmp; in hpfs_free_sectors() local 363 __le32 *bmp; in hpfs_check_free_dnodes() local 415 __le32 *bmp; in hpfs_free_dnode() local 488 static unsigned find_run(__le32 *bmp, unsigned *idx) in find_run() 529 __le32 *bmp; in hpfs_trim_fs() local
|
D | map.c | 111 __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 | 1115 u8 *kaddr, *bmp, *index_end; in ntfs_readdir() local
|
/fs/hfsplus/ |
D | xattr.c | 67 char *bmp; in hfsplus_init_header_node() local
|