• Home
  • Raw
  • Download

Lines Matching defs:imap

51 #define IAGFREE_LOCK_INIT(imap)		mutex_init(&imap->im_freelock)  argument
52 #define IAGFREE_LOCK(imap) mutex_lock(&imap->im_freelock) argument
53 #define IAGFREE_UNLOCK(imap) mutex_unlock(&imap->im_freelock) argument
56 #define AG_LOCK_INIT(imap,index) mutex_init(&(imap->im_aglock[index])) argument
57 #define AG_LOCK(imap,agno) mutex_lock(&imap->im_aglock[agno]) argument
58 #define AG_UNLOCK(imap,agno) mutex_unlock(&imap->im_aglock[agno]) argument
96 struct inomap *imap; in diMount() local
180 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diUnmount() local
301 struct inomap *imap; in diRead() local
854 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diFree() local
1331 struct inomap *imap; in diAlloc() local
1633 diAllocAG(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAG()
1703 diAllocAny(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAny()
1767 static int diAllocIno(struct inomap * imap, int agno, struct inode *ip) in diAllocIno()
1891 static int diAllocExt(struct inomap * imap, int agno, struct inode *ip) in diAllocExt()
2008 static int diAllocBit(struct inomap * imap, struct iag * iagp, int ino) in diAllocBit()
2154 static int diNewExt(struct inomap * imap, struct iag * iagp, int extno) in diNewExt()
2436 diNewIAG(struct inomap * imap, int *iagnop, int agno, struct metapage ** mpp) in diNewIAG()
2659 static int diIAGRead(struct inomap * imap, int iagno, struct metapage ** mpp) in diIAGRead()
2728 struct inomap *imap; in diUpdatePMap() local
2846 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diExtendFS() local