Lines Matching defs:imap

59 #define IAGFREE_LOCK_INIT(imap)		init_MUTEX(&imap->im_freelock)  argument
60 #define IAGFREE_LOCK(imap) down(&imap->im_freelock) argument
61 #define IAGFREE_UNLOCK(imap) up(&imap->im_freelock) argument
64 #define AG_LOCK_INIT(imap,index) init_MUTEX(&(imap->im_aglock[index])) argument
65 #define AG_LOCK(imap,agno) down(&imap->im_aglock[agno]) argument
66 #define AG_UNLOCK(imap,agno) up(&imap->im_aglock[agno]) argument
96 #define DBG_DIINIT(imap) DBGdiInit(imap) argument
97 #define DBG_DIALLOC(imap, ino) DBGdiAlloc(imap, ino) argument
98 #define DBG_DIFREE(imap, ino) DBGdiFree(imap, ino) argument
104 #define DBG_DIINIT(imap) argument
105 #define DBG_DIALLOC(imap, ino) argument
106 #define DBG_DIFREE(imap, ino) argument
128 struct inomap *imap; in diMount() local
214 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diUnmount() local
334 struct inomap *imap; in diRead() local
905 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diFree() local
1389 struct inomap *imap; in diAlloc() local
1689 diAllocAG(struct inomap * imap, int agno, boolean_t dir, struct inode *ip) in diAllocAG()
1759 diAllocAny(struct inomap * imap, int agno, boolean_t dir, struct inode *ip) in diAllocAny()
1823 static int diAllocIno(struct inomap * imap, int agno, struct inode *ip) in diAllocIno()
1948 static int diAllocExt(struct inomap * imap, int agno, struct inode *ip) in diAllocExt()
2066 static int diAllocBit(struct inomap * imap, struct iag * iagp, int ino) in diAllocBit()
2215 static int diNewExt(struct inomap * imap, struct iag * iagp, int extno) in diNewExt()
2498 diNewIAG(struct inomap * imap, int *iagnop, int agno, struct metapage ** mpp) in diNewIAG()
2732 static int diIAGRead(struct inomap * imap, int iagno, struct metapage ** mpp) in diIAGRead()
2801 struct inomap *imap; in diUpdatePMap() local
2925 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diExtendFS() local
3204 static void *DBGdiInit(struct inomap * imap) in DBGdiInit()
3218 static void DBGdiAlloc(struct inomap * imap, ino_t ino) in DBGdiAlloc()
3236 static void DBGdiFree(struct inomap * imap, ino_t ino) in DBGdiFree()