Lines Matching refs:inomap
63 static int diAllocAG(struct inomap *, int, bool, struct inode *);
64 static int diAllocAny(struct inomap *, int, bool, struct inode *);
65 static int diAllocBit(struct inomap *, struct iag *, int);
66 static int diAllocExt(struct inomap *, int, struct inode *);
67 static int diAllocIno(struct inomap *, int, struct inode *);
69 static int diNewExt(struct inomap *, struct iag *, int);
70 static int diNewIAG(struct inomap *, int *, int, struct metapage **);
73 static int diIAGRead(struct inomap * imap, int, struct metapage **);
96 struct inomap *imap; in diMount()
105 imap = kmalloc(sizeof(struct inomap), GFP_KERNEL); in diMount()
178 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diUnmount()
207 struct inomap *imp = JFS_IP(ipimap)->i_imap; in diSync()
298 struct inomap *imap; in diRead()
851 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diFree()
1328 struct inomap *imap; in diAlloc()
1627 diAllocAG(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAG()
1697 diAllocAny(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAny()
1761 static int diAllocIno(struct inomap * imap, int agno, struct inode *ip) in diAllocIno()
1885 static int diAllocExt(struct inomap * imap, int agno, struct inode *ip) in diAllocExt()
2002 static int diAllocBit(struct inomap * imap, struct iag * iagp, int ino) in diAllocBit()
2148 static int diNewExt(struct inomap * imap, struct iag * iagp, int extno) in diNewExt()
2430 diNewIAG(struct inomap * imap, int *iagnop, int agno, struct metapage ** mpp) in diNewIAG()
2653 static int diIAGRead(struct inomap * imap, int iagno, struct metapage ** mpp) in diIAGRead()
2722 struct inomap *imap; in diUpdatePMap()
2840 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diExtendFS()