Searched defs:inomap (Results 1 – 1 of 1) sorted by relevance
122 struct inomap { struct123 struct dinomap im_imap; /* 4096: inode allocation control */ argument124 struct inode *im_ipimap; /* 4: ptr to inode for imap */125 struct semaphore im_freelock; /* 4: iag free list lock */126 struct semaphore im_aglock[MAXAG]; /* 512: per AG locks */127 u32 *im_DBGdimap;128 atomic_t im_numinos; /* num of backed inodes */129 atomic_t im_numfree; /* num of free backed inodes */