taglinefilesource code
empty432fs/inode.cstruct inode * empty = NULL;
empty441fs/inode.cif (!empty) {
empty443fs/inode.cempty = get_empty_inode();
empty446fs/inode.cif (empty)
empty450fs/inode.cinode = empty;
empty477fs/inode.cif (empty)
empty478fs/inode.ciput(empty);