Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Dxattr.c324 extra_info = SACL_SECINFO; in cifs_xattr_get()
Dsmb2ops.c3208 if (info & SACL_SECINFO) in get_smb2_acl_by_path()
3297 if (inode && !(info & SACL_SECINFO)) in get_smb2_acl()
3299 if (!open_file || (info & SACL_SECINFO)) in get_smb2_acl()
/linux-6.6.21/fs/smb/common/
Dsmb2pdu.h1565 #define SACL_SECINFO 0x00000008 macro