Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_rename.c93 if ((error = fake_lookup_dir(frompath, &fdvp, &fname)) != 0) in fake_rename()
95 if ((error = fake_lookup_dir(topath, &tdvp, &tname)) != 0) in fake_rename()
H A Dfake_unlink.c68 error = fake_lookup_dir(path, &dvp, &lastcomp); in fake_unlink()
H A Dlibfksmbfs.h48 int fake_lookup_dir(char *, vnode_t **, char **);
H A Dfake_lookup.c126 fake_lookup_dir(char *path, vnode_t **vpp, char **lastcomp) in fake_lookup_dir() function
H A Dmapfile-vers47 fake_lookup_dir;
H A Dfake_open.c295 error = fake_lookup_dir(pnamep, &dvp, &lastcomp); in vn_create()