Home
last modified time | relevance | path

Searched refs:active_ag (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/fs/jfs/
Dfile.c63 if (ji->active_ag == -1) { in jfs_open()
65 ji->active_ag = BLKTOAG(addressPXD(&ji->ixpxd), jfs_sb); in jfs_open()
66 atomic_inc(&jfs_sb->bmap->db_active[ji->active_ag]); in jfs_open()
78 if (ji->active_ag != -1) { in jfs_release()
80 atomic_dec(&bmap->db_active[ji->active_ag]); in jfs_release()
81 ji->active_ag = -1; in jfs_release()
Djfs_extent.c342 if (ji->active_ag == -1) { in extBalloc()
344 ji->active_ag = ag; in extBalloc()
345 } else if (ji->active_ag != ag) { in extBalloc()
346 atomic_dec(&bmp->db_active[ji->active_ag]); in extBalloc()
348 ji->active_ag = ag; in extBalloc()
Dinode.c172 if (ji->active_ag != -1) { in jfs_evict_inode()
174 atomic_dec(&bmap->db_active[ji->active_ag]); in jfs_evict_inode()
175 ji->active_ag = -1; in jfs_evict_inode()
Djfs_incore.h45 signed char active_ag; /* ag currently allocating from */ member
Dsuper.c925 jfs_ip->active_ag = -1; in init_once()
Djfs_imap.c386 JFS_IP(ip)->active_ag = -1; in diRead()
1299 jfs_ip->active_ag = -1; in diInitInode()
Djfs_dmap.c814 ((writers == 1) && (JFS_IP(ip)->active_ag != agno))) { in dbAlloc()