taglinefilesource code
first_inode16fs/inode.cstatic struct inode * first_inode;
first_inode32fs/inode.cinode->i_next = first_inode;
first_inode33fs/inode.cinode->i_prev = first_inode->i_prev;
first_inode36fs/inode.cfirst_inode = inode;
first_inode41fs/inode.cif (first_inode == inode)
first_inode42fs/inode.cfirst_inode = first_inode->i_next;
first_inode79fs/inode.cinode->i_prev = first_inode->i_prev;
first_inode81fs/inode.cinode->i_next = first_inode;
first_inode97fs/inode.cif (!first_inode)
first_inode98fs/inode.cinode->i_next = inode->i_prev = first_inode = inode++, i--;
first_inode107fs/inode.cfirst_inode = NULL;
first_inode163fs/inode.cnext = first_inode;
first_inode181fs/inode.cinode = first_inode;
first_inode270fs/inode.cnext = first_inode;
first_inode289fs/inode.cinode = first_inode;
first_inode347fs/inode.cinode = first_inode;