lchown 367 source3/include/vfs.h int (*lchown)(struct vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid); lchown 548 source3/include/vfs.h struct vfs_handle_struct *lchown; lchown 72 source3/include/vfs_macros.h #define SMB_VFS_LCHOWN(conn, path, uid, gid) ((conn)->vfs.ops.lchown((conn)->vfs.handles.lchown, (path), (uid), (gid))) lchown 206 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_LCHOWN(conn, path, uid, gid) ((conn)->vfs_opaque.ops.lchown((conn)->vfs_opaque.handles.lchown, (path), (uid), (gid))) lchown 341 source3/include/vfs_macros.h #define SMB_VFS_NEXT_LCHOWN(handle, path, uid, gid) ((handle)->vfs_next.ops.lchown((handle)->vfs_next.handles.lchown, (path), (uid), (gid))) lchown 749 source3/modules/vfs_default.c result = lchown(path, uid, gid); lchown 404 source3/modules/vfs_netatalk.c if (lchown(adbl_path, uid, gid) == -1) {