ialloc 23 fs/jfs/jfs_inode.h extern struct inode *ialloc(struct inode *, umode_t); ialloc 100 fs/jfs/namei.c ip = ialloc(dip, mode); ialloc 234 fs/jfs/namei.c ip = ialloc(dip, S_IFDIR | mode); ialloc 909 fs/jfs/namei.c ip = ialloc(dip, S_IFLNK | 0777); ialloc 1360 fs/jfs/namei.c ip = ialloc(dir, mode); ialloc 648 fs/xfs/xfs_mount.c uint64_t ialloc = 0; ialloc 669 fs/xfs/xfs_mount.c ialloc += pag->pagi_count; ialloc 679 fs/xfs/xfs_mount.c sbp->sb_icount = ialloc;