Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsacl.c1537 oparms.desired_access |= SYSTEM_SECURITY; in get_cifs_acl_by_path()
1594 access_flags |= SYSTEM_SECURITY; in set_cifs_acl()
H A Dsmb2ops.c3280 oparms.desired_access |= SYSTEM_SECURITY; in get_smb2_acl_by_path()
3326 access_flags |= SYSTEM_SECURITY; in set_smb2_acl()
/linux/fs/smb/common/
H A Dsmb2pdu.h1738 #define SYSTEM_SECURITY 0x01000000 /* The system access control list */ macro