Lines Matching refs:fileattr
881 struct fattr *fileattr, *fa; in updater_setattrs() local
889 fileattr = fattr_frompath(path, FATTR_NOFOLLOW); in updater_setattrs()
890 if (fileattr == NULL) { in updater_setattrs()
900 fattr_override(fileattr, fa, FA_MASK); in updater_setattrs()
903 rv = fattr_install(fileattr, path, NULL); in updater_setattrs()
906 fattr_free(fileattr); in updater_setattrs()
913 fattr_free(fileattr); in updater_setattrs()
914 fileattr = fattr_frompath(path, FATTR_NOFOLLOW); in updater_setattrs()
915 if (fileattr == NULL) { in updater_setattrs()
926 fattr_maskout(fileattr, FA_COIGNORE); in updater_setattrs()
934 sr.sr_clientattr = fileattr; in updater_setattrs()
938 fattr_free(fileattr); in updater_setattrs()
953 struct fattr *fileattr; in updater_updatefile() local
995 fileattr = fattr_frompath(fup->destpath, FATTR_NOFOLLOW); in updater_updatefile()
996 if (fileattr == NULL) { in updater_updatefile()
1001 fattr_override(fileattr, sr->sr_clientattr, FA_LINKCOUNT); in updater_updatefile()
1003 sr->sr_clientattr = fileattr; in updater_updatefile()
1262 struct fattr *fa, *fileattr; in updater_updatenode() local
1313 fileattr = fattr_frompath(fup->destpath, FATTR_NOFOLLOW); in updater_updatenode()
1314 if (fileattr == NULL) { in updater_updatenode()
1319 fattr_override(fileattr, sr->sr_clientattr, FA_LINKCOUNT); in updater_updatenode()
1321 sr->sr_clientattr = fileattr; in updater_updatenode()