path_p 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) path_p 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) path_p 354 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SYS_ACL_GET_FILE(handle, path_p, type); path_p 826 source3/include/proto.h const char *path_p, SMB_ACL_TYPE_T type); path_p 835 source3/include/proto.h const char *path_p, SMB_ACL_TYPE_T type); path_p 844 source3/include/proto.h const char *path_p, SMB_ACL_TYPE_T type); path_p 853 source3/include/proto.h const char *path_p, SMB_ACL_TYPE_T type); path_p 862 source3/include/proto.h const char *path_p, SMB_ACL_TYPE_T type); path_p 871 source3/include/proto.h const char *path_p, SMB_ACL_TYPE_T type); path_p 880 source3/include/proto.h const char *path_p, SMB_ACL_TYPE_T type); path_p 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); path_p 110 source3/include/vfs_macros.h #define SMB_VFS_SYS_ACL_GET_FILE(conn, path_p, type) ((conn)->vfs.ops.sys_acl_get_file((conn)->vfs.handles.sys_acl_get_file, (path_p), (type))) path_p 244 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_SYS_ACL_GET_FILE(conn, path_p, type) ((conn)->vfs_opaque.ops.sys_acl_get_file((conn)->vfs_opaque.handles.sys_acl_get_file, (path_p), (type))) path_p 379 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SYS_ACL_GET_FILE(handle, path_p, type) ((handle)->vfs_next.ops.sys_acl_get_file((handle)->vfs_next.handles.sys_acl_get_file, (path_p), (type))) path_p 362 source3/lib/sysacls.c const char *path_p, SMB_ACL_TYPE_T type) path_p 364 source3/lib/sysacls.c return posixacl_sys_acl_get_file(handle, path_p, type); path_p 393 source3/lib/sysacls.c const char *path_p, SMB_ACL_TYPE_T type) path_p 395 source3/lib/sysacls.c return aixacl_sys_acl_get_file(handle, path_p, type); path_p 424 source3/lib/sysacls.c const char *path_p, SMB_ACL_TYPE_T type) path_p 426 source3/lib/sysacls.c return tru64acl_sys_acl_get_file(handle, path_p, type); path_p 455 source3/lib/sysacls.c const char *path_p, SMB_ACL_TYPE_T type) path_p 457 source3/lib/sysacls.c return solarisacl_sys_acl_get_file(handle, path_p, type); path_p 486 source3/lib/sysacls.c const char *path_p, SMB_ACL_TYPE_T type) path_p 488 source3/lib/sysacls.c return hpuxacl_sys_acl_get_file(handle, path_p, type); path_p 517 source3/lib/sysacls.c const char *path_p, SMB_ACL_TYPE_T type) path_p 519 source3/lib/sysacls.c return irixacl_sys_acl_get_file(handle, path_p, type); path_p 548 source3/lib/sysacls.c const char *path_p, SMB_ACL_TYPE_T type) path_p 26 source3/modules/vfs_aixacl.c const char *path_p, path_p 42 source3/modules/vfs_aixacl.c DEBUG(10,("path_p is %s\n",path_p)); path_p 54 source3/modules/vfs_aixacl.c rc = statacl((char *)path_p,0,file_acl,BUFSIZ); path_p 63 source3/modules/vfs_aixacl.c rc = statacl((char *)path_p,0,file_acl,file_acl->acl_len+sizeof(struct acl)); path_p 235 source3/modules/vfs_aixacl2.c const char *path_p, path_p 252 source3/modules/vfs_aixacl2.c return aixjfs2_get_posix_acl(path_p, aixjfs2_type); path_p 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) path_p 1325 source3/modules/vfs_default.c return sys_acl_get_file(handle, path_p, type); path_p 268 source3/modules/vfs_full_audit.c const char *path_p, path_p 1940 source3/modules/vfs_full_audit.c const char *path_p, path_p 1945 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SYS_ACL_GET_FILE(handle, path_p, type); path_p 1948 source3/modules/vfs_full_audit.c "%s", path_p); path_p 569 source3/modules/vfs_gpfs.c const char *path_p, path_p 586 source3/modules/vfs_gpfs.c return gpfsacl_get_posix_acl(path_p, gpfs_type); path_p 138 source3/modules/vfs_hpuxacl.c const char *path_p, path_p 146 source3/modules/vfs_hpuxacl.c path_p)); path_p 164 source3/modules/vfs_hpuxacl.c if (!hpux_acl_get_file(path_p, &hpux_acl, &count)) { path_p 37 source3/modules/vfs_hpuxacl.h const char *path_p, path_p 27 source3/modules/vfs_irixacl.c const char *path_p, path_p 24 source3/modules/vfs_irixacl.h const char *path_p, path_p 35 source3/modules/vfs_posixacl.c const char *path_p, path_p 54 source3/modules/vfs_posixacl.c acl = acl_get_file(path_p, acl_type); path_p 25 source3/modules/vfs_posixacl.h const char *path_p, path_p 64 source3/modules/vfs_solarisacl.c const char *path_p, path_p 72 source3/modules/vfs_solarisacl.c path_p)); path_p 83 source3/modules/vfs_solarisacl.c if (!solaris_acl_get_file(path_p, &solaris_acl, &count)) { path_p 24 source3/modules/vfs_solarisacl.h const char *path_p, path_p 37 source3/modules/vfs_tru64acl.c const char *path_p, path_p 58 source3/modules/vfs_tru64acl.c tru64_acl = acl_get_file((char *)path_p, the_acl_type); path_p 24 source3/modules/vfs_tru64acl.h const char *path_p, path_p 247 source3/modules/vfs_zfsacl.c const char *path_p,