Searched refs:tempattr (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c1616 struct cat_attr tempattr; local
1802 bcopy(&from_cp->c_attr, &tempattr, sizeof(struct cat_attr));
1870 * Pull the file ID from the tempattr we copied above. We can't assume
1873 to_cp->c_fileid = tempattr.ca_fileid;
1874 to_cp->c_itime = tempattr.ca_itime;
1875 to_cp->c_btime = tempattr.ca_btime;
1876 to_cp->c_atime = tempattr.ca_atime;
1877 to_cp->c_ctime = tempattr.ca_ctime;
1878 to_cp->c_gid = tempattr.ca_gid;
1879 to_cp->c_uid = tempattr
[all...]

Completed in 74 milliseconds