Lines Matching refs:inomap
76 static int diAllocAG(struct inomap *, int, boolean_t, struct inode *);
77 static int diAllocAny(struct inomap *, int, boolean_t, 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 **);
100 static void *DBGdiInit(struct inomap * imap);
101 static void DBGdiAlloc(struct inomap * imap, ino_t ino);
102 static void DBGdiFree(struct inomap * imap, ino_t ino);
128 struct inomap *imap; in diMount()
137 imap = (struct inomap *) kmalloc(sizeof(struct inomap), GFP_KERNEL); in diMount()
214 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diUnmount()
243 struct inomap *imp = JFS_IP(ipimap)->i_imap; in diSync()
334 struct inomap *imap; in diRead()
905 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diFree()
1389 struct inomap *imap; in diAlloc()
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()
2925 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diExtendFS()
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()
3251 static void dump_cp(struct inomap * ipimap, char *function, int line) in dump_cp()