Searched refs:active_ag (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Dfile.c66 if (ji->active_ag == -1) {
67 ji->active_ag = ji->agno;
81 if (ji->active_ag != -1) {
83 atomic_dec(&bmap->db_active[ji->active_ag]);
84 ji->active_ag = -1;
H A Djfs_extent.c564 if (ji->active_ag == -1) {
566 ji->active_ag = ag;
567 } else if (ji->active_ag != ag) {
568 atomic_dec(&bmp->db_active[ji->active_ag]);
570 ji->active_ag = ag;
H A Djfs_incore.h55 signed char active_ag; /* ag currently allocating from */ member in struct:jfs_inode_info
59 spinlock_t ag_lock; /* protects active_ag */
H A Dsuper.c121 if (ji->active_ag != -1) {
123 atomic_dec(&bmap->db_active[ji->active_ag]);
124 ji->active_ag = -1;
761 jfs_ip->active_ag = -1;
H A Djfs_imap.c406 JFS_IP(ip)->active_ag = -1;
1336 jfs_ip->active_ag = -1;
H A Djfs_dmap.c805 ((writers == 1) && (JFS_IP(ip)->active_ag != agno))) {

Completed in 87 milliseconds