SMB_ACL_T         338 examples/VFS/skel_opaque.c static int skel_sys_acl_get_entry(vfs_handle_struct *handle,  SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p)
SMB_ACL_T         362 examples/VFS/skel_opaque.c static SMB_ACL_T skel_sys_acl_get_file(vfs_handle_struct *handle,  const char *path_p, SMB_ACL_TYPE_T type)
SMB_ACL_T         368 examples/VFS/skel_opaque.c static SMB_ACL_T skel_sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp)
SMB_ACL_T         386 examples/VFS/skel_opaque.c static char *skel_sys_acl_to_text(vfs_handle_struct *handle,  SMB_ACL_T theacl, ssize_t *plen)
SMB_ACL_T         392 examples/VFS/skel_opaque.c static SMB_ACL_T skel_sys_acl_init(vfs_handle_struct *handle,  int count)
SMB_ACL_T         398 examples/VFS/skel_opaque.c static int skel_sys_acl_create_entry(vfs_handle_struct *handle,  SMB_ACL_T *pacl, SMB_ACL_ENTRY_T *pentry)
SMB_ACL_T         422 examples/VFS/skel_opaque.c static int skel_sys_acl_valid(vfs_handle_struct *handle,  SMB_ACL_T theacl )
SMB_ACL_T         428 examples/VFS/skel_opaque.c static int skel_sys_acl_set_file(vfs_handle_struct *handle,  const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl)
SMB_ACL_T         434 examples/VFS/skel_opaque.c static int skel_sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, SMB_ACL_T theacl)
SMB_ACL_T         458 examples/VFS/skel_opaque.c static int skel_sys_acl_free_acl(vfs_handle_struct *handle,  SMB_ACL_T posix_acl)
SMB_ACL_T         332 examples/VFS/skel_transparent.c static int skel_sys_acl_get_entry(vfs_handle_struct *handle,  SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p)
SMB_ACL_T         352 examples/VFS/skel_transparent.c static SMB_ACL_T skel_sys_acl_get_file(vfs_handle_struct *handle,  const char *path_p, SMB_ACL_TYPE_T type)
SMB_ACL_T         357 examples/VFS/skel_transparent.c static SMB_ACL_T skel_sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp)
SMB_ACL_T         372 examples/VFS/skel_transparent.c static char *skel_sys_acl_to_text(vfs_handle_struct *handle,  SMB_ACL_T theacl, ssize_t *plen)
SMB_ACL_T         377 examples/VFS/skel_transparent.c static SMB_ACL_T skel_sys_acl_init(vfs_handle_struct *handle,  int count)
SMB_ACL_T         382 examples/VFS/skel_transparent.c static int skel_sys_acl_create_entry(vfs_handle_struct *handle,  SMB_ACL_T *pacl, SMB_ACL_ENTRY_T *pentry)
SMB_ACL_T         402 examples/VFS/skel_transparent.c static int skel_sys_acl_valid(vfs_handle_struct *handle,  SMB_ACL_T theacl )
SMB_ACL_T         407 examples/VFS/skel_transparent.c static int skel_sys_acl_set_file(vfs_handle_struct *handle,  const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl)
SMB_ACL_T         412 examples/VFS/skel_transparent.c static int skel_sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, SMB_ACL_T theacl)
SMB_ACL_T         432 examples/VFS/skel_transparent.c static int skel_sys_acl_free_acl(vfs_handle_struct *handle,  SMB_ACL_T posix_acl)
SMB_ACL_T         808 source3/include/proto.h int sys_acl_get_entry(SMB_ACL_T acl_d, int entry_id, SMB_ACL_ENTRY_T *entry_p);
SMB_ACL_T         815 source3/include/proto.h char *sys_acl_to_text(SMB_ACL_T acl_d, ssize_t *len_p);
SMB_ACL_T         816 source3/include/proto.h SMB_ACL_T sys_acl_init(int count);
SMB_ACL_T         817 source3/include/proto.h int sys_acl_create_entry(SMB_ACL_T *acl_p, SMB_ACL_ENTRY_T *entry_p);
SMB_ACL_T         822 source3/include/proto.h int sys_acl_free_acl(SMB_ACL_T acl_d) ;
SMB_ACL_T         824 source3/include/proto.h int sys_acl_valid(SMB_ACL_T acl_d);
SMB_ACL_T         825 source3/include/proto.h SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle, 
SMB_ACL_T         827 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp);
SMB_ACL_T         829 source3/include/proto.h 		     const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d);
SMB_ACL_T         831 source3/include/proto.h 		   SMB_ACL_T acl_d);
SMB_ACL_T         834 source3/include/proto.h SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T         836 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp);
SMB_ACL_T         838 source3/include/proto.h 		     const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d);
SMB_ACL_T         840 source3/include/proto.h 		   SMB_ACL_T acl_d);
SMB_ACL_T         843 source3/include/proto.h SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T         845 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp);
SMB_ACL_T         847 source3/include/proto.h 		     const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d);
SMB_ACL_T         849 source3/include/proto.h 		   SMB_ACL_T acl_d);
SMB_ACL_T         852 source3/include/proto.h SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T         854 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp);
SMB_ACL_T         856 source3/include/proto.h 		     const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d);
SMB_ACL_T         858 source3/include/proto.h 		   SMB_ACL_T acl_d);
SMB_ACL_T         861 source3/include/proto.h SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T         863 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp);
SMB_ACL_T         865 source3/include/proto.h 		     const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d);
SMB_ACL_T         867 source3/include/proto.h 		   SMB_ACL_T acl_d);
SMB_ACL_T         870 source3/include/proto.h SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T         872 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp);
SMB_ACL_T         874 source3/include/proto.h 		     const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d);
SMB_ACL_T         876 source3/include/proto.h 		   SMB_ACL_T acl_d);
SMB_ACL_T         879 source3/include/proto.h SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T         881 source3/include/proto.h SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp);
SMB_ACL_T         883 source3/include/proto.h 		     const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d);
SMB_ACL_T         885 source3/include/proto.h 		   SMB_ACL_T acl_d);
SMB_ACL_T        6748 source3/include/proto.h SMB_ACL_T free_empty_sys_acl(connection_struct *conn, SMB_ACL_T the_acl);
SMB_ACL_T         449 source3/include/vfs.h 		int (*sys_acl_get_entry)(struct vfs_handle_struct *handle, SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p);
SMB_ACL_T         453 source3/include/vfs.h 		SMB_ACL_T (*sys_acl_get_file)(struct vfs_handle_struct *handle, const char *path_p, SMB_ACL_TYPE_T type);
SMB_ACL_T         454 source3/include/vfs.h 		SMB_ACL_T (*sys_acl_get_fd)(struct vfs_handle_struct *handle, struct files_struct *fsp);
SMB_ACL_T         457 source3/include/vfs.h 		char * (*sys_acl_to_text)(struct vfs_handle_struct *handle, SMB_ACL_T theacl, ssize_t *plen);
SMB_ACL_T         458 source3/include/vfs.h 		SMB_ACL_T (*sys_acl_init)(struct vfs_handle_struct *handle, int count);
SMB_ACL_T         459 source3/include/vfs.h 		int (*sys_acl_create_entry)(struct vfs_handle_struct *handle, SMB_ACL_T *pacl, SMB_ACL_ENTRY_T *pentry);
SMB_ACL_T         463 source3/include/vfs.h 		int (*sys_acl_valid)(struct vfs_handle_struct *handle, SMB_ACL_T theacl );
SMB_ACL_T         464 source3/include/vfs.h 		int (*sys_acl_set_file)(struct vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl);
SMB_ACL_T         465 source3/include/vfs.h 		int (*sys_acl_set_fd)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_ACL_T theacl);
SMB_ACL_T         469 source3/include/vfs.h 		int (*sys_acl_free_acl)(struct vfs_handle_struct *handle, SMB_ACL_T posix_acl);
SMB_ACL_T          42 source3/lib/sysacls.c int sys_acl_get_entry(SMB_ACL_T acl_d, int entry_id, SMB_ACL_ENTRY_T *entry_p)
SMB_ACL_T         130 source3/lib/sysacls.c char *sys_acl_to_text(SMB_ACL_T acl_d, ssize_t *len_p)
SMB_ACL_T         230 source3/lib/sysacls.c SMB_ACL_T sys_acl_init(int count)
SMB_ACL_T         232 source3/lib/sysacls.c 	SMB_ACL_T	a;
SMB_ACL_T         259 source3/lib/sysacls.c int sys_acl_create_entry(SMB_ACL_T *acl_p, SMB_ACL_ENTRY_T *entry_p)
SMB_ACL_T         261 source3/lib/sysacls.c 	SMB_ACL_T	acl_d;
SMB_ACL_T         336 source3/lib/sysacls.c int sys_acl_free_acl(SMB_ACL_T acl_d) 
SMB_ACL_T         347 source3/lib/sysacls.c int sys_acl_valid(SMB_ACL_T acl_d)
SMB_ACL_T         361 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle, 
SMB_ACL_T         367 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp)
SMB_ACL_T         373 source3/lib/sysacls.c 		     const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d)
SMB_ACL_T         379 source3/lib/sysacls.c 		   SMB_ACL_T acl_d)
SMB_ACL_T         392 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T         398 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp)
SMB_ACL_T         404 source3/lib/sysacls.c 		     const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d)
SMB_ACL_T         410 source3/lib/sysacls.c 		   SMB_ACL_T acl_d)
SMB_ACL_T         423 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T         429 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp)
SMB_ACL_T         435 source3/lib/sysacls.c 		     const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d)
SMB_ACL_T         441 source3/lib/sysacls.c 		   SMB_ACL_T acl_d)
SMB_ACL_T         454 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T         460 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp)
SMB_ACL_T         466 source3/lib/sysacls.c 		     const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d)
SMB_ACL_T         472 source3/lib/sysacls.c 		   SMB_ACL_T acl_d)
SMB_ACL_T         485 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T         491 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp)
SMB_ACL_T         497 source3/lib/sysacls.c 		     const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d)
SMB_ACL_T         503 source3/lib/sysacls.c 		   SMB_ACL_T acl_d)
SMB_ACL_T         516 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T         522 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp)
SMB_ACL_T         528 source3/lib/sysacls.c 		     const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d)
SMB_ACL_T         534 source3/lib/sysacls.c 		   SMB_ACL_T acl_d)
SMB_ACL_T         547 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T         558 source3/lib/sysacls.c SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp)
SMB_ACL_T         569 source3/lib/sysacls.c 		     const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d)
SMB_ACL_T         580 source3/lib/sysacls.c 		   SMB_ACL_T acl_d)
SMB_ACL_T         851 source3/modules/vfs_acl_tdb.c                               SMB_ACL_T theacl)
SMB_ACL_T         887 source3/modules/vfs_acl_tdb.c                             SMB_ACL_T theacl)
SMB_ACL_T         624 source3/modules/vfs_acl_xattr.c                               SMB_ACL_T theacl)
SMB_ACL_T         647 source3/modules/vfs_acl_xattr.c                             SMB_ACL_T theacl)
SMB_ACL_T          22 source3/modules/vfs_aixacl.c extern SMB_ACL_T aixacl_to_smbacl( struct acl *file_acl);
SMB_ACL_T          23 source3/modules/vfs_aixacl.c extern struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl);
SMB_ACL_T          25 source3/modules/vfs_aixacl.c SMB_ACL_T aixacl_sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T          82 source3/modules/vfs_aixacl.c SMB_ACL_T aixacl_sys_acl_get_fd(vfs_handle_struct *handle,
SMB_ACL_T         136 source3/modules/vfs_aixacl.c 			      SMB_ACL_T theacl)
SMB_ACL_T         156 source3/modules/vfs_aixacl.c 			    SMB_ACL_T theacl)
SMB_ACL_T          28 source3/modules/vfs_aixacl2.c extern SMB_ACL_T aixacl_to_smbacl( struct acl *file_acl);
SMB_ACL_T          29 source3/modules/vfs_aixacl2.c extern struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl);
SMB_ACL_T         200 source3/modules/vfs_aixacl2.c static SMB_ACL_T aixjfs2_get_posix_acl(const char *path, acl_type_t type)
SMB_ACL_T         204 source3/modules/vfs_aixacl2.c         SMB_ACL_T result = NULL;
SMB_ACL_T         234 source3/modules/vfs_aixacl2.c SMB_ACL_T aixjfs2_sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T         255 source3/modules/vfs_aixacl2.c SMB_ACL_T aixjfs2_sys_acl_get_fd(vfs_handle_struct *handle,
SMB_ACL_T         404 source3/modules/vfs_aixacl2.c 			      SMB_ACL_T theacl)
SMB_ACL_T         441 source3/modules/vfs_aixacl2.c 			    SMB_ACL_T theacl)
SMB_ACL_T          22 source3/modules/vfs_aixacl_util.c SMB_ACL_T aixacl_to_smbacl(struct acl *file_acl)
SMB_ACL_T         205 source3/modules/vfs_aixacl_util.c struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl)
SMB_ACL_T         298 source3/modules/vfs_cap.c static SMB_ACL_T cap_sys_acl_get_file(vfs_handle_struct *handle, const char *path, SMB_ACL_TYPE_T type)
SMB_ACL_T         304 source3/modules/vfs_cap.c 		return (SMB_ACL_T)NULL;
SMB_ACL_T         309 source3/modules/vfs_cap.c static int cap_sys_acl_set_file(vfs_handle_struct *handle, const char *path, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl)
SMB_ACL_T        1303 source3/modules/vfs_default.c static int vfswrap_sys_acl_get_entry(vfs_handle_struct *handle,  SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p)
SMB_ACL_T        1323 source3/modules/vfs_default.c static SMB_ACL_T vfswrap_sys_acl_get_file(vfs_handle_struct *handle,  const char *path_p, SMB_ACL_TYPE_T type)
SMB_ACL_T        1328 source3/modules/vfs_default.c static SMB_ACL_T vfswrap_sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp)
SMB_ACL_T        1343 source3/modules/vfs_default.c static char * vfswrap_sys_acl_to_text(vfs_handle_struct *handle,  SMB_ACL_T theacl, ssize_t *plen)
SMB_ACL_T        1348 source3/modules/vfs_default.c static SMB_ACL_T vfswrap_sys_acl_init(vfs_handle_struct *handle,  int count)
SMB_ACL_T        1353 source3/modules/vfs_default.c static int vfswrap_sys_acl_create_entry(vfs_handle_struct *handle,  SMB_ACL_T *pacl, SMB_ACL_ENTRY_T *pentry)
SMB_ACL_T        1373 source3/modules/vfs_default.c static int vfswrap_sys_acl_valid(vfs_handle_struct *handle,  SMB_ACL_T theacl )
SMB_ACL_T        1378 source3/modules/vfs_default.c static int vfswrap_sys_acl_set_file(vfs_handle_struct *handle,  const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl)
SMB_ACL_T        1383 source3/modules/vfs_default.c static int vfswrap_sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, SMB_ACL_T theacl)
SMB_ACL_T        1403 source3/modules/vfs_default.c static int vfswrap_sys_acl_free_acl(vfs_handle_struct *handle,  SMB_ACL_T posix_acl)
SMB_ACL_T         257 source3/modules/vfs_full_audit.c 				   SMB_ACL_T theacl, int entry_id,
SMB_ACL_T         267 source3/modules/vfs_full_audit.c static SMB_ACL_T smb_full_audit_sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T         270 source3/modules/vfs_full_audit.c static SMB_ACL_T smb_full_audit_sys_acl_get_fd(vfs_handle_struct *handle,
SMB_ACL_T         278 source3/modules/vfs_full_audit.c 				    SMB_ACL_T theacl,
SMB_ACL_T         280 source3/modules/vfs_full_audit.c static SMB_ACL_T smb_full_audit_sys_acl_init(vfs_handle_struct *handle,
SMB_ACL_T         283 source3/modules/vfs_full_audit.c 				      SMB_ACL_T *pacl,
SMB_ACL_T         295 source3/modules/vfs_full_audit.c 			       SMB_ACL_T theacl );
SMB_ACL_T         298 source3/modules/vfs_full_audit.c 				  SMB_ACL_T theacl);
SMB_ACL_T         300 source3/modules/vfs_full_audit.c 				SMB_ACL_T theacl);
SMB_ACL_T         309 source3/modules/vfs_full_audit.c 				  SMB_ACL_T posix_acl);
SMB_ACL_T        1879 source3/modules/vfs_full_audit.c 				   SMB_ACL_T theacl, int entry_id,
SMB_ACL_T        1939 source3/modules/vfs_full_audit.c static SMB_ACL_T smb_full_audit_sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T        1943 source3/modules/vfs_full_audit.c 	SMB_ACL_T result;
SMB_ACL_T        1953 source3/modules/vfs_full_audit.c static SMB_ACL_T smb_full_audit_sys_acl_get_fd(vfs_handle_struct *handle,
SMB_ACL_T        1956 source3/modules/vfs_full_audit.c 	SMB_ACL_T result;
SMB_ACL_T        1996 source3/modules/vfs_full_audit.c 				    SMB_ACL_T theacl,
SMB_ACL_T        2009 source3/modules/vfs_full_audit.c static SMB_ACL_T smb_full_audit_sys_acl_init(vfs_handle_struct *handle,
SMB_ACL_T        2013 source3/modules/vfs_full_audit.c 	SMB_ACL_T result;
SMB_ACL_T        2024 source3/modules/vfs_full_audit.c 				      SMB_ACL_T *pacl,
SMB_ACL_T        2085 source3/modules/vfs_full_audit.c 			       SMB_ACL_T theacl )
SMB_ACL_T        2100 source3/modules/vfs_full_audit.c 				  SMB_ACL_T theacl)
SMB_ACL_T        2114 source3/modules/vfs_full_audit.c 				SMB_ACL_T theacl)
SMB_ACL_T        2171 source3/modules/vfs_full_audit.c 				  SMB_ACL_T posix_acl)
SMB_ACL_T         463 source3/modules/vfs_gpfs.c static SMB_ACL_T gpfs2smb_acl(const struct gpfs_acl *pacl)
SMB_ACL_T         465 source3/modules/vfs_gpfs.c 	SMB_ACL_T result;
SMB_ACL_T         528 source3/modules/vfs_gpfs.c static SMB_ACL_T gpfsacl_get_posix_acl(const char *path, gpfs_aclType_t type)
SMB_ACL_T         531 source3/modules/vfs_gpfs.c 	SMB_ACL_T result = NULL;
SMB_ACL_T         568 source3/modules/vfs_gpfs.c static SMB_ACL_T gpfsacl_sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T         589 source3/modules/vfs_gpfs.c static SMB_ACL_T gpfsacl_sys_acl_get_fd(vfs_handle_struct *handle,
SMB_ACL_T         595 source3/modules/vfs_gpfs.c static struct gpfs_acl *smb2gpfs_acl(const SMB_ACL_T pacl,
SMB_ACL_T         685 source3/modules/vfs_gpfs.c 				    SMB_ACL_T theacl)
SMB_ACL_T         703 source3/modules/vfs_gpfs.c 				  SMB_ACL_T theacl)
SMB_ACL_T         107 source3/modules/vfs_hpuxacl.c static bool smb_acl_to_hpux_acl(SMB_ACL_T smb_acl, 
SMB_ACL_T         110 source3/modules/vfs_hpuxacl.c static SMB_ACL_T hpux_acl_to_smb_acl(HPUX_ACL_T hpuxacl, int count,
SMB_ACL_T         137 source3/modules/vfs_hpuxacl.c SMB_ACL_T hpuxacl_sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T         141 source3/modules/vfs_hpuxacl.c 	SMB_ACL_T result = NULL;
SMB_ACL_T         184 source3/modules/vfs_hpuxacl.c SMB_ACL_T hpuxacl_sys_acl_get_fd(vfs_handle_struct *handle,
SMB_ACL_T         212 source3/modules/vfs_hpuxacl.c 			     SMB_ACL_T theacl)
SMB_ACL_T         315 source3/modules/vfs_hpuxacl.c 			      SMB_ACL_T theacl)
SMB_ACL_T         358 source3/modules/vfs_hpuxacl.c 	SMB_ACL_T smb_acl;
SMB_ACL_T         412 source3/modules/vfs_hpuxacl.c static bool smb_acl_to_hpux_acl(SMB_ACL_T smb_acl, 
SMB_ACL_T         492 source3/modules/vfs_hpuxacl.c static SMB_ACL_T hpux_acl_to_smb_acl(HPUX_ACL_T hpux_acl, int count, 
SMB_ACL_T         495 source3/modules/vfs_hpuxacl.c 	SMB_ACL_T result;
SMB_ACL_T          36 source3/modules/vfs_hpuxacl.h SMB_ACL_T hpuxacl_sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T          40 source3/modules/vfs_hpuxacl.h SMB_ACL_T hpuxacl_sys_acl_get_fd(vfs_handle_struct *handle,
SMB_ACL_T          46 source3/modules/vfs_hpuxacl.h 			     SMB_ACL_T theacl);
SMB_ACL_T          50 source3/modules/vfs_hpuxacl.h 			   SMB_ACL_T theacl);
SMB_ACL_T          26 source3/modules/vfs_irixacl.c SMB_ACL_T irixacl_sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T          34 source3/modules/vfs_irixacl.c SMB_ACL_T irixacl_sys_acl_get_fd(vfs_handle_struct *handle,
SMB_ACL_T          44 source3/modules/vfs_irixacl.c 			      SMB_ACL_T theacl)
SMB_ACL_T          52 source3/modules/vfs_irixacl.c 			    SMB_ACL_T theacl)
SMB_ACL_T          23 source3/modules/vfs_irixacl.h SMB_ACL_T irixacl_sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T          27 source3/modules/vfs_irixacl.h SMB_ACL_T irixacl_sys_acl_get_fd(vfs_handle_struct *handle,
SMB_ACL_T          33 source3/modules/vfs_irixacl.h 			     SMB_ACL_T theacl);
SMB_ACL_T          37 source3/modules/vfs_irixacl.h 			   SMB_ACL_T theacl);
SMB_ACL_T         467 source3/modules/vfs_onefs_shadow_copy.c static SMB_ACL_T
SMB_ACL_T         473 source3/modules/vfs_onefs_shadow_copy.c 		    SMB_ACL_T);
SMB_ACL_T         478 source3/modules/vfs_onefs_shadow_copy.c 				   SMB_ACL_TYPE_T type, SMB_ACL_T theacl)
SMB_ACL_T          34 source3/modules/vfs_posixacl.c SMB_ACL_T posixacl_sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T          65 source3/modules/vfs_posixacl.c SMB_ACL_T posixacl_sys_acl_get_fd(vfs_handle_struct *handle,
SMB_ACL_T          83 source3/modules/vfs_posixacl.c 			      SMB_ACL_T theacl)
SMB_ACL_T         116 source3/modules/vfs_posixacl.c 			    SMB_ACL_T theacl)
SMB_ACL_T          24 source3/modules/vfs_posixacl.h SMB_ACL_T posixacl_sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T          28 source3/modules/vfs_posixacl.h SMB_ACL_T posixacl_sys_acl_get_fd(vfs_handle_struct *handle,
SMB_ACL_T          34 source3/modules/vfs_posixacl.h 			      SMB_ACL_T theacl);
SMB_ACL_T          38 source3/modules/vfs_posixacl.h 			    SMB_ACL_T theacl);
SMB_ACL_T          42 source3/modules/vfs_solarisacl.c static bool smb_acl_to_solaris_acl(SMB_ACL_T smb_acl, 
SMB_ACL_T          45 source3/modules/vfs_solarisacl.c static SMB_ACL_T solaris_acl_to_smb_acl(SOLARIS_ACL_T solarisacl, int count,
SMB_ACL_T          63 source3/modules/vfs_solarisacl.c SMB_ACL_T solarisacl_sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T          67 source3/modules/vfs_solarisacl.c 	SMB_ACL_T result = NULL;
SMB_ACL_T         103 source3/modules/vfs_solarisacl.c SMB_ACL_T solarisacl_sys_acl_get_fd(vfs_handle_struct *handle,
SMB_ACL_T         106 source3/modules/vfs_solarisacl.c 	SMB_ACL_T result = NULL;
SMB_ACL_T         137 source3/modules/vfs_solarisacl.c 				SMB_ACL_T theacl)
SMB_ACL_T         222 source3/modules/vfs_solarisacl.c 			      SMB_ACL_T theacl)
SMB_ACL_T         293 source3/modules/vfs_solarisacl.c 	SMB_ACL_T smb_acl;
SMB_ACL_T         345 source3/modules/vfs_solarisacl.c static bool smb_acl_to_solaris_acl(SMB_ACL_T smb_acl, 
SMB_ACL_T         424 source3/modules/vfs_solarisacl.c static SMB_ACL_T solaris_acl_to_smb_acl(SOLARIS_ACL_T solaris_acl, int count, 
SMB_ACL_T         427 source3/modules/vfs_solarisacl.c 	SMB_ACL_T result;
SMB_ACL_T          23 source3/modules/vfs_solarisacl.h SMB_ACL_T solarisacl_sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T          27 source3/modules/vfs_solarisacl.h SMB_ACL_T solarisacl_sys_acl_get_fd(vfs_handle_struct *handle,
SMB_ACL_T          33 source3/modules/vfs_solarisacl.h 				SMB_ACL_T theacl);
SMB_ACL_T          37 source3/modules/vfs_solarisacl.h 			      SMB_ACL_T theacl);
SMB_ACL_T          27 source3/modules/vfs_tru64acl.c static acl_t smb_acl_to_tru64_acl(const SMB_ACL_T smb_acl);
SMB_ACL_T          36 source3/modules/vfs_tru64acl.c SMB_ACL_T tru64acl_sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T          69 source3/modules/vfs_tru64acl.c SMB_ACL_T tru64acl_sys_acl_get_fd(vfs_handle_struct *handle,
SMB_ACL_T          87 source3/modules/vfs_tru64acl.c 			      SMB_ACL_T theacl)
SMB_ACL_T         131 source3/modules/vfs_tru64acl.c 			    SMB_ACL_T theacl)
SMB_ACL_T         241 source3/modules/vfs_tru64acl.c static acl_t smb_acl_to_tru64_acl(const SMB_ACL_T smb_acl) 
SMB_ACL_T          23 source3/modules/vfs_tru64acl.h SMB_ACL_T tru64acl_sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T          27 source3/modules/vfs_tru64acl.h SMB_ACL_T tru64acl_sys_acl_get_fd(vfs_handle_struct *handle,
SMB_ACL_T          33 source3/modules/vfs_tru64acl.h 			      SMB_ACL_T theacl);
SMB_ACL_T          37 source3/modules/vfs_tru64acl.h 			    SMB_ACL_T theacl);
SMB_ACL_T         246 source3/modules/vfs_zfsacl.c SMB_ACL_T zfsacl_fail__sys_acl_get_file(vfs_handle_struct *handle,
SMB_ACL_T         250 source3/modules/vfs_zfsacl.c 	return (SMB_ACL_T)NULL;
SMB_ACL_T         252 source3/modules/vfs_zfsacl.c SMB_ACL_T zfsacl_fail__sys_acl_get_fd(vfs_handle_struct *handle,
SMB_ACL_T         256 source3/modules/vfs_zfsacl.c 	return (SMB_ACL_T)NULL;
SMB_ACL_T         262 source3/modules/vfs_zfsacl.c 				  SMB_ACL_T theacl)
SMB_ACL_T         269 source3/modules/vfs_zfsacl.c 				int fd, SMB_ACL_T theacl)
SMB_ACL_T        2372 source3/smbd/posix_acls.c 				   const char *fname, SMB_ACL_T posix_acl,
SMB_ACL_T        2580 source3/smbd/posix_acls.c 	SMB_ACL_T the_acl = SMB_VFS_SYS_ACL_INIT(conn, (int)count_canon_ace_list(the_ace) + 1);
SMB_ACL_T        2839 source3/smbd/posix_acls.c SMB_ACL_T free_empty_sys_acl(connection_struct *conn, SMB_ACL_T the_acl)
SMB_ACL_T        3041 source3/smbd/posix_acls.c 				      SMB_ACL_T posix_acl,
SMB_ACL_T        3042 source3/smbd/posix_acls.c 				      SMB_ACL_T def_acl,
SMB_ACL_T        3310 source3/smbd/posix_acls.c 	SMB_ACL_T posix_acl = NULL;
SMB_ACL_T        3341 source3/smbd/posix_acls.c 	SMB_ACL_T posix_acl = NULL;
SMB_ACL_T        3342 source3/smbd/posix_acls.c 	SMB_ACL_T def_acl = NULL;
SMB_ACL_T        3954 source3/smbd/posix_acls.c 	SMB_ACL_T posix_acl;
SMB_ACL_T        3958 source3/smbd/posix_acls.c 	if (posix_acl == (SMB_ACL_T)NULL)
SMB_ACL_T        3992 source3/smbd/posix_acls.c static int chmod_acl_internals( connection_struct *conn, SMB_ACL_T posix_acl, mode_t mode)
SMB_ACL_T        4062 source3/smbd/posix_acls.c 	SMB_ACL_T posix_acl = NULL;
SMB_ACL_T        4096 source3/smbd/posix_acls.c 	SMB_ACL_T def_acl = SMB_VFS_SYS_ACL_GET_FILE( conn, fname, SMB_ACL_TYPE_DEFAULT);
SMB_ACL_T        4132 source3/smbd/posix_acls.c 	SMB_ACL_T posix_acl = NULL;
SMB_ACL_T        4217 source3/smbd/posix_acls.c static SMB_ACL_T create_posix_acl_from_wire(connection_struct *conn, uint16 num_acls, const char *pdata)
SMB_ACL_T        4220 source3/smbd/posix_acls.c 	SMB_ACL_T the_acl = SMB_VFS_SYS_ACL_INIT(conn, num_acls);
SMB_ACL_T        4311 source3/smbd/posix_acls.c 	SMB_ACL_T def_acl = NULL;
SMB_ACL_T        4359 source3/smbd/posix_acls.c 	SMB_ACL_T file_acl = NULL;
SMB_ACL_T        4364 source3/smbd/posix_acls.c 	SMB_ACL_T new_file_acl = SMB_VFS_SYS_ACL_INIT(conn, 3);
SMB_ACL_T        4495 source3/smbd/posix_acls.c 	SMB_ACL_T file_acl = NULL;
SMB_ACL_T        3400 source3/smbd/trans2.c static unsigned int count_acl_entries(connection_struct *conn, SMB_ACL_T posix_acl)
SMB_ACL_T        3420 source3/smbd/trans2.c static bool marshall_posix_acl(connection_struct *conn, char *pdata, SMB_STRUCT_STAT *pst, SMB_ACL_T posix_acl)
SMB_ACL_T        4638 source3/smbd/trans2.c 				SMB_ACL_T file_acl = NULL;
SMB_ACL_T        4639 source3/smbd/trans2.c 				SMB_ACL_T def_acl = NULL;