Lines Matching defs:from
447 * Non-merge dir may contain whiteouts from a time it was a merge upper, before
448 * lower dir was removed under it and possibly before it was rotated from upper
493 static inline void ovl_copyattr(struct inode *from, struct inode *to)
495 to->i_uid = from->i_uid;
496 to->i_gid = from->i_gid;
497 to->i_mode = from->i_mode;
498 to->i_atime = from->i_atime;
499 to->i_mtime = from->i_mtime;
500 to->i_ctime = from->i_ctime;
501 i_size_write(to, i_size_read(from));
504 static inline void ovl_copyflags(struct inode *from, struct inode *to)
508 inode_set_flags(to, from->i_flags & mask, mask);