Searched refs:aclflag (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
D | cifsacl.c | 1004 bool mode_from_sid, bool id_from_sid, int *aclflag) in build_sec_desc() argument 1033 *aclflag = CIFS_ACL_DACL; in build_sec_desc() 1065 *aclflag = CIFS_ACL_OWNER; in build_sec_desc() 1096 *aclflag = CIFS_ACL_GROUP; in build_sec_desc() 1189 struct inode *inode, const char *path, int aclflag) in set_cifs_acl() argument 1206 if (aclflag == CIFS_ACL_OWNER || aclflag == CIFS_ACL_GROUP) in set_cifs_acl() 1226 rc = CIFSSMBSetCIFSACL(xid, tcon, fid.netfid, pnntsd, acllen, aclflag); in set_cifs_acl() 1289 int aclflag = CIFS_ACL_DACL; /* default flag to set */ in id_mode_to_cifs_acl() local 1345 mode_from_sid, id_from_sid, &aclflag); in id_mode_to_cifs_acl() 1354 rc = ops->set_acl(pnntsd, secdesclen, inode, path, aclflag); in id_mode_to_cifs_acl()
|
D | smb2proto.h | 237 struct cifs_ntsd *pnntsd, int pacllen, int aclflag);
|
D | smb2ops.c | 3289 struct inode *inode, const char *path, int aclflag) in set_smb2_acl() argument 3308 if (aclflag == CIFS_ACL_OWNER || aclflag == CIFS_ACL_GROUP) in set_smb2_acl() 3333 fid.volatile_fid, pnntsd, acllen, aclflag); in set_smb2_acl()
|
D | smb2pdu.c | 4968 struct cifs_ntsd *pnntsd, int pacllen, int aclflag) in SMB2_set_acl() argument 4971 current->tgid, 0, SMB2_O_INFO_SECURITY, aclflag, in SMB2_set_acl()
|
D | cifssmb.c | 3982 struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) in CIFSSMBSetCIFSACL() argument 4018 pSMB->AclFlags = cpu_to_le32(aclflag); in CIFSSMBSetCIFSACL()
|