Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_imap.c65 static int diAllocBit(struct inomap *, struct iag *, int);
69 static int diNewExt(struct inomap *, struct iag *, int);
96 struct inomap *imap; in diMount()
105 imap = kmalloc(sizeof(struct inomap), GFP_KERNEL); in diMount()
178 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diUnmount()
208 struct inomap *imp = JFS_IP(ipimap)->i_imap; in diSync()
299 struct inomap *imap; in diRead()
855 struct inomap *imap = JFS_IP(ipimap)->i_imap; in diFree()
1332 struct inomap *imap; in diAlloc()
2732 struct inomap *imap; in diUpdatePMap()
[all …]
H A Djfs_imap.h127 struct inomap { struct
H A Djfs_incore.h70 struct inomap *_imap; /* 4: inode map header */
H A Dsuper.c123 struct inomap *imap = JFS_IP(sbi->ipimap)->i_imap; in jfs_statfs()