taglinefilesource code
first_inode20fs/inode.cstatic struct inode * first_inode;
first_inode36fs/inode.cinode->i_next = first_inode;
first_inode37fs/inode.cinode->i_prev = first_inode->i_prev;
first_inode40fs/inode.cfirst_inode = inode;
first_inode45fs/inode.cif (first_inode == inode)
first_inode46fs/inode.cfirst_inode = first_inode->i_next;
first_inode83fs/inode.cinode->i_prev = first_inode->i_prev;
first_inode85fs/inode.cinode->i_next = first_inode;
first_inode101fs/inode.cif (!first_inode)
first_inode102fs/inode.cinode->i_next = inode->i_prev = first_inode = inode++, i--;
first_inode111fs/inode.cfirst_inode = NULL;
first_inode167fs/inode.cnext = first_inode;
first_inode185fs/inode.cinode = first_inode;
first_inode274fs/inode.cnext = first_inode;
first_inode293fs/inode.cinode = first_inode;
first_inode351fs/inode.cinode = first_inode;