Lines Matching defs:from
39 * Hence operations that remove data from the inode fork (e.g. shortform
340 struct xfs_icdinode *from = &ip->i_d;
347 to->di_projid_lo = from->di_projid & 0xffff;
348 to->di_projid_hi = from->di_projid >> 16;
359 to->di_size = from->di_size;
360 to->di_nblocks = from->di_nblocks;
361 to->di_extsize = from->di_extsize;
364 to->di_forkoff = from->di_forkoff;
366 to->di_dmevmask = from->di_dmevmask;
367 to->di_dmstate = from->di_dmstate;
368 to->di_flags = from->di_flags;
376 to->di_crtime = xfs_inode_to_log_dinode_ts(ip, from->di_crtime);
377 to->di_flags2 = from->di_flags2;
378 to->di_cowextsize = from->di_cowextsize;
386 to->di_flushiter = from->di_flushiter;
392 * fields, so we need to grab them from there. Hence rather than just copying
488 * stale. In that case, flush completions are run from the buffer unpin call,
676 * We only want to pull the item from the AIL if it is actually there
706 * remove them from the list and dissociate them from the buffer. Buffers that
745 * attached to the buffer from the AIL if they have not been re-logged and
757 * Pull the attached inodes from the buffer one at a time and take the
801 * responsible for removing the inode item from the AIL if it has not been
813 * Clear the failed bit before removing the item from the AIL so
840 * convert an xfs_inode_log_format struct from the old 32 bit version