taglinefilesource code
first_inode20fs/inode.cstatic struct inode * first_inode;
first_inode38fs/inode.cinode->i_next = first_inode;
first_inode39fs/inode.cinode->i_prev = first_inode->i_prev;
first_inode42fs/inode.cfirst_inode = inode;
first_inode47fs/inode.cif (first_inode == inode)
first_inode48fs/inode.cfirst_inode = first_inode->i_next;
first_inode85fs/inode.cinode->i_prev = first_inode->i_prev;
first_inode87fs/inode.cinode->i_next = first_inode;
first_inode103fs/inode.cif (!first_inode)
first_inode104fs/inode.cinode->i_next = inode->i_prev = first_inode = inode++, i--;
first_inode114fs/inode.cfirst_inode = NULL;
first_inode175fs/inode.cnext = first_inode;
first_inode193fs/inode.cinode = first_inode;
first_inode364fs/inode.cnext = first_inode;
first_inode384fs/inode.cinode = first_inode;
first_inode467fs/inode.cinode = first_inode;