Lines Matching defs:new
158 * and then re-read this inode, this new inode doesn't have
836 struct defrag_target_range *new;
960 /* Fall through to allocate a new entry */
963 /* Allocate new defrag_target_range */
964 new = kmalloc(sizeof(*new), GFP_NOFS);
965 if (!new) {
970 new->start = cur;
971 new->len = range_len;
972 list_add_tail(&new->list, target_list);