lremovexattr      254 examples/libsmbclient/smbwrapper/wrapper.c         GETSYM(lremovexattr, "lremovexattr");
lremovexattr     1520 examples/libsmbclient/smbwrapper/wrapper.c         return (* smbw_libc.lremovexattr)(fname, name);
lremovexattr      177 examples/libsmbclient/smbwrapper/wrapper.h         int (* lremovexattr)(const char *fname,
lremovexattr      480 source3/include/vfs.h 		int (*lremovexattr)(struct vfs_handle_struct *handle, const char *path, const char *name);
lremovexattr      615 source3/include/vfs.h 		struct vfs_handle_struct *lremovexattr;
lremovexattr      137 source3/include/vfs_macros.h #define SMB_VFS_LREMOVEXATTR(conn,path,name) ((conn)->vfs.ops.lremovexattr((conn)->vfs.handles.lremovexattr,(path),(name)))
lremovexattr      271 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_LREMOVEXATTR(conn,path,name) ((conn)->vfs_opaque.ops.lremovexattr((conn)->vfs_opaque.handles.lremovexattr,(path),(name)))
lremovexattr      406 source3/include/vfs_macros.h #define SMB_VFS_NEXT_LREMOVEXATTR(handle,path,name) ((handle)->vfs_next.ops.lremovexattr((handle)->vfs_next.handles.lremovexattr,(path),(name)))
lremovexattr     1685 source3/lib/system.c 	return lremovexattr(path, name);