Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_imap.c63 static int diAllocAG(struct inomap *, int, bool, struct inode *);
64 static int diAllocAny(struct inomap *, int, bool, struct inode *);
65 static int diAllocBit(struct inomap *, struct iag *, int);
66 static int diAllocExt(struct inomap *, int, struct inode *);
67 static int diAllocIno(struct inomap *, int, struct inode *);
69 static int diNewExt(struct inomap *, struct iag *, int);
70 static int diNewIAG(struct inomap *, int *, int, struct metapage **);
73 static int diIAGRead(struct inomap * imap, int, struct metapage **);
96 struct inomap *imap; in diMount()
105 imap = kmalloc(sizeof(struct inomap), GFP_KERNEL); in diMount()
[all …]
Djfs_imap.h127 struct inomap { struct
Djfs_incore.h70 struct inomap *_imap; /* 4: inode map header */
Dsuper.c123 struct inomap *imap = JFS_IP(sbi->ipimap)->i_imap; in jfs_statfs()