Lines Matching refs:inomap
76 static int diAllocAG(struct inomap *, int, bool, struct inode *);
77 static int diAllocAny(struct inomap *, int, bool, struct inode *);
78 static int diAllocBit(struct inomap *, struct iag *, int);
79 static int diAllocExt(struct inomap *, int, struct inode *);
80 static int diAllocIno(struct inomap *, int, struct inode *);
82 static int diNewExt(struct inomap *, struct iag *, int);
83 static int diNewIAG(struct inomap *, int *, int, struct metapage **);
86 static int diIAGRead(struct inomap * imap, int, struct metapage **);
109 struct inomap *imap; in diMount()
118 imap = kmalloc(sizeof(struct inomap), GFP_KERNEL); in diMount()
193 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diUnmount()
222 struct inomap *imp = JFS_IP(ipimap)->i_imap; in diSync()
313 struct inomap *imap; in diRead()
873 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diFree()
1350 struct inomap *imap; in diAlloc()
1649 diAllocAG(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAG()
1719 diAllocAny(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAny()
1783 static int diAllocIno(struct inomap * imap, int agno, struct inode *ip) in diAllocIno()
1907 static int diAllocExt(struct inomap * imap, int agno, struct inode *ip) in diAllocExt()
2024 static int diAllocBit(struct inomap * imap, struct iag * iagp, int ino) in diAllocBit()
2170 static int diNewExt(struct inomap * imap, struct iag * iagp, int extno) in diNewExt()
2452 diNewIAG(struct inomap * imap, int *iagnop, int agno, struct metapage ** mpp) in diNewIAG()
2675 static int diIAGRead(struct inomap * imap, int iagno, struct metapage ** mpp) in diIAGRead()
2744 struct inomap *imap; in diUpdatePMap()
2862 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diExtendFS()