realpath 1328 source3/client/mount.cifs.c if (realpath(mountpoint, resolved_path)) { realpath 262 source3/client/umount.cifs.c if (realpath (path, canonical)) realpath 380 source3/include/vfs.h char *(*realpath)(struct vfs_handle_struct *handle, const char *path, char *resolved_path); realpath 561 source3/include/vfs.h struct vfs_handle_struct *realpath; realpath 85 source3/include/vfs_macros.h #define SMB_VFS_REALPATH(conn, path, resolved_path) ((conn)->vfs.ops.realpath((conn)->vfs.handles.realpath, (path), (resolved_path))) realpath 219 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_REALPATH(conn, path, resolved_path) ((conn)->vfs_opaque.ops.realpath((conn)->vfs_opaque.handles.realpath, (path), (resolved_path))) realpath 354 source3/include/vfs_macros.h #define SMB_VFS_NEXT_REALPATH(handle, path, resolved_path) ((handle)->vfs_next.ops.realpath((handle)->vfs_next.handles.realpath, (path), (resolved_path))) realpath 1052 source3/modules/vfs_default.c result = realpath(path, resolved_path); realpath 103 source4/client/smbmnt.c if (realpath(p, path) == NULL) { realpath 444 source4/client/smbmount.c if (realpath(mpoint, mount_point) == NULL) { realpath 90 source4/client/smbumount.c if (realpath (path, canonical))