Home
last modified time | relevance | path

Searched refs:tpath1 (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c999 char *tpath1 = NULL; in trans_rename() local
1017 path1 = tpath1 = nfslog_get_path(from_dfh, from_name, in trans_rename()
1062 if (tpath1) { in trans_rename()
1063 free(tpath1); in trans_rename()
1082 char *tpath1 = NULL; in trans_link() local
1096 path1 = tpath1 = nfslog_get_path(fh, NULL, in trans_link()
1122 if (tpath1) { in trans_link()
1123 free(tpath1); in trans_link()
1141 char *tpath1 = NULL; in trans_symlink() local
1153 path1 = tpath1 = nfslog_get_path(dfh, name, in trans_symlink()
[all …]