Searched refs:inomap (Results 1 – 4 of 4) sorted by relevance
/fs/jfs/ |
D | jfs_imap.c | 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() [all …]
|
D | jfs_imap.h | 140 struct inomap { struct
|
D | jfs_incore.h | 81 struct inomap *_imap; /* 4: inode map header */
|
D | super.c | 150 struct inomap *imap = JFS_IP(sbi->ipimap)->i_imap; in jfs_statfs()
|