Searched refs:savedblock (Results 1 – 1 of 1) sorted by relevance
3937 static union hblock savedblock; /* to ensure same file across volumes */ variable4004 copy(&savedblock, &dblock); in xsfile()4073 (strncmp(savedblock.dbuf.name, dblock.dbuf.name, NAMSIZ)) || in notsame()4074 (strcmp(savedblock.dbuf.mode, dblock.dbuf.mode)) || in notsame()4075 (strcmp(savedblock.dbuf.uid, dblock.dbuf.uid)) || in notsame()4076 (strcmp(savedblock.dbuf.gid, dblock.dbuf.gid)) || in notsame()4077 (strcmp(savedblock.dbuf.mtime, dblock.dbuf.mtime)) || in notsame()4078 (savedblock.dbuf.typeflag != dblock.dbuf.typeflag) || in notsame()4079 (strncmp(savedblock.dbuf.linkname, dblock.dbuf.linkname, NAMSIZ)) || in notsame()4080 (savedblock.dbuf.extotal != dblock.dbuf.extotal) || in notsame()[all …]