Ejemplo n.º 1
0
static size_t afsacl_get_nt_acl(struct vfs_handle_struct *handle,
				struct files_struct *fsp,
				const char *name,  uint32 security_info,
				struct security_descriptor **ppdesc)
{
	return afs_get_nt_acl(fsp, security_info, ppdesc);
}
Ejemplo n.º 2
0
static size_t afsacl_fget_nt_acl(struct vfs_handle_struct *handle,
				 struct files_struct *fsp,
				 int fd,  uint32 security_info,
				 struct security_descriptor_info **ppdesc)
{
	return afs_get_nt_acl(fsp, security_info, ppdesc);
}