Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmp.h99 extern int tdirlookup(struct tmpnode *, char *, struct tmpnode **,
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c916 error = tdirlookup(tp, nm, &ntp, cred); in tmp_lookup()
988 error = tdirlookup(parent, nm, &oldtp, cred); in tmp_create()
1099 error = tdirlookup(parent, nm, &tp, cred); in tmp_remove()
1154 error = tdirlookup(parent, tnm, &found, cred); in tmp_link()
1208 error = tdirlookup(fromparent, onm, &fromtp, cred); in tmp_rename()
1247 if (tdirlookup(toparent, nnm, &totp, cred) == 0) { in tmp_rename()
1350 error = tdirlookup(parent, nm, &self, cred); in tmp_mkdir()
1395 error = tdirlookup(parent, nm, &self, cred); in tmp_rmdir()
1589 error = tdirlookup(parent, lnm, &self, cred); in tmp_symlink()
H A Dtmp_dir.c191 tdirlookup( in tdirlookup() function
767 error = tdirlookup(dir, "..", &dotdot, cred); in tdircheckpath()