Lines Matching defs:new
979 /* update lo->plh_stateid with new if is more recent */
981 pnfs_set_layout_stateid(struct pnfs_layout_hdr *lo, const nfs4_stateid *new,
985 u32 newseq = be32_to_cpu(new->seqid);
989 nfs4_stateid_copy(&lo->plh_stateid, new);
997 nfs4_stateid_copy(&lo->plh_stateid, new);
1406 /* Block new layoutgets and read/write to ds */
1751 struct pnfs_layout_hdr *new = NULL;
1758 new = alloc_init_layout_hdr(ino, ctx, gfp_flags);
1762 nfsi->layout = new;
1763 return new;
1764 } else if (new != NULL)
1765 pnfs_free_layout_hdr(new);
2436 * We got an entirely new state ID. Mark all segments for the
2446 /* We have a completely new layout */