Searched defs:theacl (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/modules/
H A Dvfs_cap.c207 static int cap_sys_acl_set_file(vfs_handle_struct *handle, connection_struct *conn, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) argument
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/VFS/
H A Dskel_opaque.c270 static int skel_sys_acl_get_entry(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p) argument
318 static char *skel_sys_acl_to_text(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_T theacl, ssize_t *plen) argument
360 static int skel_sys_acl_set_file(vfs_handle_struct *handle, connection_struct *conn, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) argument
366 static int skel_sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_ACL_T theacl) argument
H A Dskel_transparent.c273 static int skel_sys_acl_get_entry(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p) argument
313 static char *skel_sys_acl_to_text(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_T theacl, ssize_t *plen) argument
348 static int skel_sys_acl_set_file(vfs_handle_struct *handle, connection_struct *conn, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) argument
353 static int skel_sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_ACL_T theacl) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsysacls.c161 int sys_acl_set_file(const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) argument
166 int sys_acl_set_fd( int fd, SMB_ACL_T theacl) argument
312 sys_acl_set_file( const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) argument
317 sys_acl_set_fd( int fd, SMB_ACL_T theacl) argument
2183 sys_acl_get_entry( SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p) argument
2715 sys_acl_to_text( SMB_ACL_T theacl, ssize_t *plen) argument
2722 struct acl_entry_link *theacl = NULL; local
2743 struct acl_entry_link *theacl; local
2842 sys_acl_set_file( const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) argument
2937 sys_acl_set_fd( int fd, SMB_ACL_T theacl) argument
3168 sys_acl_set_file( const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) argument
3174 sys_acl_set_fd( int fd, SMB_ACL_T theacl) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dvfs-wrap.c855 int vfswrap_sys_acl_get_entry(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p) argument
895 char * vfswrap_sys_acl_to_text(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_T theacl, ssize_t *plen) argument
930 int vfswrap_sys_acl_set_file(vfs_handle_struct *handle, connection_struct *conn, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) argument
935 int vfswrap_sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_ACL_T theacl) argument
[all...]

Completed in 52 milliseconds