Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_imap.c76 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);
[all …]
Djfs_imap.h122 struct inomap { struct
Djfs_incore.h76 struct inomap *_imap; /* 4: inode map header */
Dsuper.c121 struct inomap *imap = JFS_IP(sbi->ipimap)->i_imap; in jfs_statfs()