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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jfs/
H A Dfile.c68 if (ji->active_ag == -1) {
69 ji->active_ag = ji->agno;
83 if (ji->active_ag != -1) {
85 atomic_dec(&bmap->db_active[ji->active_ag]);
86 ji->active_ag = -1;
H A Djfs_extent.c552 if (ji->active_ag == -1) {
554 ji->active_ag = ag;
555 } else if (ji->active_ag != ag) {
556 atomic_dec(&bmp->db_active[ji->active_ag]);
558 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.c126 if (ji->active_ag != -1) {
128 atomic_dec(&bmap->db_active[ji->active_ag]);
129 ji->active_ag = -1;
801 jfs_ip->active_ag = -1;
H A Djfs_imap.c401 JFS_IP(ip)->active_ag = -1;
1324 jfs_ip->active_ag = -1;
H A Djfs_dmap.c799 ((writers == 1) && (JFS_IP(ip)->active_ag != agno))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jfs/
H A Dfile.c68 if (ji->active_ag == -1) {
69 ji->active_ag = ji->agno;
83 if (ji->active_ag != -1) {
85 atomic_dec(&bmap->db_active[ji->active_ag]);
86 ji->active_ag = -1;
H A Djfs_extent.c552 if (ji->active_ag == -1) {
554 ji->active_ag = ag;
555 } else if (ji->active_ag != ag) {
556 atomic_dec(&bmp->db_active[ji->active_ag]);
558 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.c126 if (ji->active_ag != -1) {
128 atomic_dec(&bmap->db_active[ji->active_ag]);
129 ji->active_ag = -1;
801 jfs_ip->active_ag = -1;
H A Djfs_imap.c401 JFS_IP(ip)->active_ag = -1;
1324 jfs_ip->active_ag = -1;
H A Djfs_dmap.c799 ((writers == 1) && (JFS_IP(ip)->active_ag != agno))) {

Completed in 198 milliseconds