Searched refs:aclflag (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | cifsacl.c | 1262 bool mode_from_sid, bool id_from_sid, bool posix, int *aclflag) in build_sec_desc() argument 1306 *aclflag |= CIFS_ACL_DACL; in build_sec_desc() 1341 *aclflag |= CIFS_ACL_OWNER; in build_sec_desc() 1370 *aclflag |= CIFS_ACL_GROUP; in build_sec_desc() 1487 struct inode *inode, const char *path, int aclflag) in set_cifs_acl() argument 1504 if (aclflag & CIFS_ACL_OWNER || aclflag & CIFS_ACL_GROUP) in set_cifs_acl() 1506 if (aclflag & CIFS_ACL_SACL) in set_cifs_acl() 1508 if (aclflag & CIFS_ACL_DACL) in set_cifs_acl() 1527 rc = CIFSSMBSetCIFSACL(xid, tcon, fid.netfid, pnntsd, acllen, aclflag); in set_cifs_acl() 1592 int aclflag = CIFS_ACL_DACL; /* default flag to set */ in id_mode_to_cifs_acl() local [all …]
|
H A D | smb2proto.h | 248 struct smb_ntsd *pnntsd, int pacllen, int aclflag);
|
H A D | smb2ops.c | 3102 struct inode *inode, const char *path, int aclflag) in set_smb2_acl() argument 3121 if (aclflag & CIFS_ACL_OWNER || aclflag & CIFS_ACL_GROUP) in set_smb2_acl() 3123 if (aclflag & CIFS_ACL_SACL) in set_smb2_acl() 3125 if (aclflag & CIFS_ACL_DACL) in set_smb2_acl() 3149 fid.volatile_fid, pnntsd, acllen, aclflag); in set_smb2_acl()
|
H A D | cifsproto.h | 575 struct smb_ntsd *pntsd, __u32 len, int aclflag);
|
H A D | smb2pdu.c | 5629 struct smb_ntsd *pnntsd, int pacllen, int aclflag) in SMB2_set_acl() argument 5632 current->tgid, 0, SMB2_O_INFO_SECURITY, aclflag, in SMB2_set_acl()
|
H A D | cifssmb.c | 3478 struct smb_ntsd *pntsd, __u32 acllen, int aclflag) in CIFSSMBSetCIFSACL() argument 3514 pSMB->AclFlags = cpu_to_le32(aclflag); in CIFSSMBSetCIFSACL()
|