Searched refs:lremovexattr (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/attr/include/
H A Dxattr.h71 extern int lremovexattr (const char *__path, const char *__name) __THROW;
/asus-wl-520gu-7.0.1.45/src/router/attr/libattr/
H A Dlibattr.c179 c = lremovexattr(path, name);
H A Dsyscalls.c270 int lremovexattr (const char *path, const char *name) function
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dvfs.h288 int (*lremovexattr)(struct vfs_handle_struct *handle, struct connection_struct *conn,const char *path, const char *name); member in struct:vfs_ops::vfs_fn_pointers
388 struct vfs_handle_struct *lremovexattr; member in struct:vfs_ops::vfs_handles_pointers
H A Dvfs_macros.h116 #define SMB_VFS_LREMOVEXATTR(conn,path,name) ((conn)->vfs.ops.lremovexattr((conn)->vfs.handles.lremovexattr,(conn),(path),(name)))
214 #define SMB_VFS_OPAQUE_LREMOVEXATTR(conn,path,name) ((conn)->vfs_opaque.ops.lremovexattr((conn)->vfs_opaque.handles.lremovexattr,(conn),(path),(name)))
312 #define SMB_VFS_NEXT_LREMOVEXATTR(handle,conn,path,name) ((handle)->vfs_next.ops.lremovexattr((handle)->vfs_next.handles.lremovexattr,(conn),(path),(name)))
/asus-wl-520gu-7.0.1.45/src/router/attr/setfattr/
H A Dsetfattr.c91 return (opt_deref ? removexattr : lremovexattr)(path, name);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsystem.c1502 return lremovexattr(path, name);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/
H A Dconfigure17374 for ac_func in flistxattr removexattr lremovexattr fremovexattr

Completed in 122 milliseconds