Searched refs:lookupnameat (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | pathname.h | 85 extern int lookupnameat(char *, enum uio_seg, int follow,
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | readlink.c | 75 if (error = lookupnameat(name, UIO_USERSPACE, NO_FOLLOW, in readlinkat()
|
H A D | utime.c | 89 if ((error = lookupnameat(fname, UIO_USERSPACE, in cfutimesat()
|
H A D | open.c | 119 if (error = lookupnameat(fname, seg, FOLLOW, in copen()
|
H A D | stat.c | 109 if (error = lookupnameat(name, UIO_USERSPACE, follow, NULLVPP, in cstatat_getvp()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | lookup.c | 115 lookupnameat(char *fnamep, enum uio_seg seg, int followlink, in lookupnameat() function
|
H A D | vnode.c | 1009 if (error = lookupnameat(pnamep, seg, follow, in vn_openat() 1597 if (error = lookupnameat(from, seg, follow, NULLVPP, &fvp, fstartvp)) in vn_linkat()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | fio.c | 1555 if (error = lookupnameat(path, UIO_USERSPACE, in fsetattrat()
|
H A D | driver_lyr.c | 572 ret = lookupnameat(path + 1, UIO_SYSSPACE, FOLLOW, NULLVPP, in ldi_vp_from_name()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ctldir.c | 764 err = lookupnameat(dirname, seg, follow, NULL, vpp, dvp); in zfsctl_snapdir_mkdir()
|
/titanic_44/usr/src/uts/common/fs/mntfs/ |
H A D | mntvnops.c | 1307 lookupnameat(path + 1, UIO_SYSSPACE, FOLLOW, NULLVPP, &vp, rootdir)) in mntfs_special_info_string()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | devinfo.c | 1376 if (lookupnameat(path, UIO_SYSSPACE, FOLLOW, NULLVPP, &vp, rootdir)) { in di_snapshot()
|
/titanic_44/usr/src/uts/common/c2/ |
H A D | audit_event.c | 1702 error = lookupnameat(pnamep, UIO_USERSPACE, NO_FOLLOW, &dvp, NULLVPP, in auf_mknodat()
|
/titanic_44/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 5769 if (lookupnameat(buf + len + 1, UIO_SYSSPACE, FOLLOW, NULLVPP, in prreadlink_lookup()
|