sys_acl_init      816 source3/include/proto.h SMB_ACL_T sys_acl_init(int count);
sys_acl_init      458 source3/include/vfs.h 		SMB_ACL_T (*sys_acl_init)(struct vfs_handle_struct *handle, int count);
sys_acl_init      593 source3/include/vfs.h 		struct vfs_handle_struct *sys_acl_init;
sys_acl_init      115 source3/include/vfs_macros.h #define SMB_VFS_SYS_ACL_INIT(conn, count) ((conn)->vfs.ops.sys_acl_init((conn)->vfs.handles.sys_acl_init, (count)))
sys_acl_init      249 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_SYS_ACL_INIT(conn, count) ((conn)->vfs_opaque.ops.sys_acl_init((conn)->vfs_opaque.handles.sys_acl_init, (count)))
sys_acl_init      384 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_INIT(handle, count) ((handle)->vfs_next.ops.sys_acl_init((handle)->vfs_next.handles.sys_acl_init, (count)))
sys_acl_init     1350 source3/modules/vfs_default.c 	return sys_acl_init(count);
sys_acl_init      468 source3/modules/vfs_gpfs.c 	result = sys_acl_init(pacl->acl_nace);
sys_acl_init      498 source3/modules/vfs_hpuxacl.c 	if ((result = sys_acl_init(0)) == NULL) {
sys_acl_init      430 source3/modules/vfs_solarisacl.c 	if ((result = sys_acl_init(0)) == NULL) {