local_system_inodes 301 fs/ocfs2/ocfs2.h struct inode **local_system_inodes; local_system_inodes 533 fs/ocfs2/super.c if (!osb->local_system_inodes) local_system_inodes 537 fs/ocfs2/super.c if (osb->local_system_inodes[i]) { local_system_inodes 538 fs/ocfs2/super.c iput(osb->local_system_inodes[i]); local_system_inodes 539 fs/ocfs2/super.c osb->local_system_inodes[i] = NULL; local_system_inodes 543 fs/ocfs2/super.c kfree(osb->local_system_inodes); local_system_inodes 544 fs/ocfs2/super.c osb->local_system_inodes = NULL; local_system_inodes 47 fs/ocfs2/sysfile.c struct inode **local_system_inodes, **free = NULL; local_system_inodes 54 fs/ocfs2/sysfile.c local_system_inodes = osb->local_system_inodes; local_system_inodes 57 fs/ocfs2/sysfile.c if (unlikely(!local_system_inodes)) { local_system_inodes 58 fs/ocfs2/sysfile.c local_system_inodes = local_system_inodes 63 fs/ocfs2/sysfile.c if (!local_system_inodes) { local_system_inodes 74 fs/ocfs2/sysfile.c if (osb->local_system_inodes) { local_system_inodes 76 fs/ocfs2/sysfile.c free = local_system_inodes; local_system_inodes 77 fs/ocfs2/sysfile.c local_system_inodes = osb->local_system_inodes; local_system_inodes 79 fs/ocfs2/sysfile.c osb->local_system_inodes = local_system_inodes; local_system_inodes 87 fs/ocfs2/sysfile.c return &local_system_inodes[index];