Home
last modified time | relevance | path

Searched refs:db_active (Results 1 – 2 of 2) sorted by relevance

/linux/fs/jfs/
H A Djfs_extent.c358 atomic_inc(&bmp->db_active[ag]); in extBalloc()
361 atomic_dec(&bmp->db_active[ji->active_ag]); in extBalloc()
362 atomic_inc(&bmp->db_active[ag]); in extBalloc()
H A Djfs_dmap.h234 atomic_t db_active[MAXAG]; /* count of active, open files in AG */ member