Home
last modified time | relevance | path

Searched refs:hpuxacl_sys_acl_set_file (Results 1 – 3 of 3) sorted by relevance

/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dvfs_hpuxacl.h43 int hpuxacl_sys_acl_set_file(vfs_handle_struct *handle,
H A Dvfs_hpuxacl.c211 int hpuxacl_sys_acl_set_file(vfs_handle_struct *handle, in hpuxacl_sys_acl_set_file() function
339 return hpuxacl_sys_acl_set_file(handle, in hpuxacl_sys_acl_set_fd()
1165 .sys_acl_set_file_fn = hpuxacl_sys_acl_set_file,
/dports/net/samba412/samba-4.12.15/source3/lib/
H A Dsysacls.c541 return hpuxacl_sys_acl_set_file(handle, smb_fname, type, acl_d); in sys_acl_set_file()