Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c997 char *tpath1 = NULL; in trans_rename() local
1015 path1 = tpath1 = nfslog_get_path(from_dfh, from_name, in trans_rename()
1060 if (tpath1) { in trans_rename()
1061 free(tpath1); in trans_rename()
1080 char *tpath1 = NULL; in trans_link() local
1094 path1 = tpath1 = nfslog_get_path(fh, NULL, in trans_link()
1120 if (tpath1) { in trans_link()
1121 free(tpath1); in trans_link()
1139 char *tpath1 = NULL; in trans_symlink() local
1151 path1 = tpath1 = nfslog_get_path(dfh, name, in trans_symlink()
[all …]