Searched refs:active_ag (Results 1 – 6 of 6) sorted by relevance
75 if (ji->active_ag == -1) { in jfs_open()77 ji->active_ag = BLKTOAG(addressPXD(&ji->ixpxd), jfs_sb); in jfs_open()78 atomic_inc( &jfs_sb->bmap->db_active[ji->active_ag]); in jfs_open()90 if (ji->active_ag != -1) { in jfs_release()92 atomic_dec(&bmap->db_active[ji->active_ag]); in jfs_release()93 ji->active_ag = -1; in jfs_release()
552 if (ji->active_ag == -1) { in extBalloc()554 ji->active_ag = ag; in extBalloc()555 } else if (ji->active_ag != ag) { in extBalloc()556 atomic_dec(&bmp->db_active[ji->active_ag]); in extBalloc()558 ji->active_ag = ag; in extBalloc()
132 if (ji->active_ag != -1) { in jfs_destroy_inode()134 atomic_dec(&bmap->db_active[ji->active_ag]); in jfs_destroy_inode()135 ji->active_ag = -1; in jfs_destroy_inode()793 jfs_ip->active_ag = -1; in init_once()
56 signed char active_ag; /* ag currently allocating from */ member
401 JFS_IP(ip)->active_ag = -1; in diRead()1323 jfs_ip->active_ag = -1; in diInitInode()
799 ((writers == 1) && (JFS_IP(ip)->active_ag != agno))) { in dbAlloc()