getxattr          250 examples/libsmbclient/smbwrapper/wrapper.c         GETSYM(getxattr, "getxattr");
getxattr         1476 examples/libsmbclient/smbwrapper/wrapper.c         return (* smbw_libc.getxattr)(fname, name, value, size);
getxattr          163 examples/libsmbclient/smbwrapper/wrapper.h         int (* getxattr)(const char *fname,
getxattr           33 lib/util/wrap_xattr.c 	return getxattr(path, name, value, size, 0, 0);
getxattr          102 lib/util/wrap_xattr.c 	return getxattr(path, name, value, size);
getxattr         2791 source3/include/libsmbclient.h         smbc_getxattr_fn                getxattr DEPRECATED_SMBC_INTERFACE;
getxattr          473 source3/include/vfs.h 		ssize_t (*getxattr)(struct vfs_handle_struct *handle,const char *path, const char *name, void *value, size_t size);
getxattr          608 source3/include/vfs.h 		struct vfs_handle_struct *getxattr;
getxattr          130 source3/include/vfs_macros.h #define SMB_VFS_GETXATTR(conn,path,name,value,size) ((conn)->vfs.ops.getxattr((conn)->vfs.handles.getxattr,(path),(name),(value),(size)))
getxattr          264 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_GETXATTR(conn,path,name,value,size) ((conn)->vfs_opaque.ops.getxattr((conn)->vfs_opaque.handles.getxattr,(path),(name),(value),(size)))
getxattr          399 source3/include/vfs_macros.h #define SMB_VFS_NEXT_GETXATTR(handle,path,name,value,size) ((handle)->vfs_next.ops.getxattr((handle)->vfs_next.handles.getxattr,(path),(name),(value),(size)))
getxattr         1234 source3/lib/system.c 	return getxattr(path, name, value, size);
getxattr         1237 source3/lib/system.c 	return getxattr(path, name, value, size, 0, options);
getxattr         1293 source3/lib/system.c 	return getxattr(path, name, value, size, 0, options);
getxattr          867 source3/libsmb/libsmb_setget.c         return c->getxattr;
getxattr          873 source3/libsmb/libsmb_setget.c         c->getxattr = fn;