entry_id          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)
entry_id          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)
entry_id          334 examples/VFS/skel_transparent.c 	return SMB_VFS_NEXT_SYS_ACL_GET_ENTRY(handle, theacl, entry_id, entry_p);
entry_id          808 source3/include/proto.h int sys_acl_get_entry(SMB_ACL_T acl_d, int entry_id, SMB_ACL_ENTRY_T *entry_p);
entry_id          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);
entry_id          106 source3/include/vfs_macros.h #define SMB_VFS_SYS_ACL_GET_ENTRY(conn, theacl, entry_id, entry_p) ((conn)->vfs.ops.sys_acl_get_entry((conn)->vfs.handles.sys_acl_get_entry, (theacl), (entry_id), (entry_p)))
entry_id          240 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_SYS_ACL_GET_ENTRY(conn, theacl, entry_id, entry_p) ((conn)->vfs_opaque.ops.sys_acl_get_entry((conn)->vfs_opaque.handles.sys_acl_get_entry, (theacl), (entry_id), (entry_p)))
entry_id          375 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_GET_ENTRY(handle, theacl, entry_id, entry_p) ((handle)->vfs_next.ops.sys_acl_get_entry((handle)->vfs_next.handles.sys_acl_get_entry, (theacl), (entry_id), (entry_p)))
entry_id           42 source3/lib/sysacls.c int sys_acl_get_entry(SMB_ACL_T acl_d, int entry_id, SMB_ACL_ENTRY_T *entry_p)
entry_id           44 source3/lib/sysacls.c 	if (entry_id != SMB_ACL_FIRST_ENTRY && entry_id != SMB_ACL_NEXT_ENTRY) {
entry_id           54 source3/lib/sysacls.c 	if (entry_id == SMB_ACL_FIRST_ENTRY) {
entry_id         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)
entry_id         1305 source3/modules/vfs_default.c 	return sys_acl_get_entry(theacl, entry_id, entry_p);
entry_id          257 source3/modules/vfs_full_audit.c 				   SMB_ACL_T theacl, int entry_id,
entry_id         1879 source3/modules/vfs_full_audit.c 				   SMB_ACL_T theacl, int entry_id,
entry_id         1884 source3/modules/vfs_full_audit.c 	result = SMB_VFS_NEXT_SYS_ACL_GET_ENTRY(handle, theacl, entry_id,
entry_id          216 source3/modules/vfs_posixacl.c 	int entry_id = ACL_FIRST_ENTRY;
entry_id          222 source3/modules/vfs_posixacl.c 	while (acl_get_entry(acl, entry_id, &e) == 1) {
entry_id          224 source3/modules/vfs_posixacl.c 		entry_id = ACL_NEXT_ENTRY;
entry_id         2380 source3/smbd/posix_acls.c 	int entry_id = SMB_ACL_FIRST_ENTRY;
entry_id         2384 source3/smbd/posix_acls.c 	while ( posix_acl && (SMB_VFS_SYS_ACL_GET_ENTRY(conn, posix_acl, entry_id, &entry) == 1)) {
entry_id         2391 source3/smbd/posix_acls.c 		entry_id = SMB_ACL_NEXT_ENTRY;
entry_id         3952 source3/smbd/posix_acls.c 	int entry_id = SMB_ACL_FIRST_ENTRY;
entry_id         3961 source3/smbd/posix_acls.c 	while (SMB_VFS_SYS_ACL_GET_ENTRY(conn, posix_acl, entry_id, &entry) == 1) {
entry_id         3965 source3/smbd/posix_acls.c 		entry_id = SMB_ACL_NEXT_ENTRY;
entry_id         3994 source3/smbd/posix_acls.c 	int entry_id = SMB_ACL_FIRST_ENTRY;
entry_id         3998 source3/smbd/posix_acls.c 	while ( SMB_VFS_SYS_ACL_GET_ENTRY(conn, posix_acl, entry_id, &entry) == 1) {
entry_id         4003 source3/smbd/posix_acls.c 		entry_id = SMB_ACL_NEXT_ENTRY;
entry_id         4360 source3/smbd/posix_acls.c 	int entry_id = SMB_ACL_FIRST_ENTRY;
entry_id         4423 source3/smbd/posix_acls.c 	while ( SMB_VFS_SYS_ACL_GET_ENTRY(conn, file_acl, entry_id, &entry) == 1) {
entry_id         4427 source3/smbd/posix_acls.c 		entry_id = SMB_ACL_NEXT_ENTRY;
entry_id         3403 source3/smbd/trans2.c 	int entry_id = SMB_ACL_FIRST_ENTRY;
entry_id         3406 source3/smbd/trans2.c 	while ( posix_acl && (SMB_VFS_SYS_ACL_GET_ENTRY(conn, posix_acl, entry_id, &entry) == 1)) {
entry_id         3408 source3/smbd/trans2.c 		if (entry_id == SMB_ACL_FIRST_ENTRY) {
entry_id         3409 source3/smbd/trans2.c 			entry_id = SMB_ACL_NEXT_ENTRY;
entry_id         3422 source3/smbd/trans2.c 	int entry_id = SMB_ACL_FIRST_ENTRY;
entry_id         3425 source3/smbd/trans2.c 	while ( posix_acl && (SMB_VFS_SYS_ACL_GET_ENTRY(conn, posix_acl, entry_id, &entry) == 1)) {
entry_id         3432 source3/smbd/trans2.c 		if (entry_id == SMB_ACL_FIRST_ENTRY) {
entry_id         3433 source3/smbd/trans2.c 			entry_id = SMB_ACL_NEXT_ENTRY;