Home
last modified time | relevance | path

Searched refs:inomap (Results 1 – 4 of 4) sorted by relevance

/fs/jfs/
Djfs_imap.c76 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 …]
Djfs_imap.h140 struct inomap { struct
Djfs_incore.h81 struct inomap *_imap; /* 4: inode map header */
Dsuper.c150 struct inomap *imap = JFS_IP(sbi->ipimap)->i_imap; in jfs_statfs()