Searched refs:aclflag (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/fs/cifs/ |
D | cifsacl.c | 1246 bool mode_from_sid, bool id_from_sid, int *aclflag) in build_sec_desc() argument 1290 *aclflag |= CIFS_ACL_DACL; in build_sec_desc() 1325 *aclflag |= CIFS_ACL_OWNER; in build_sec_desc() 1354 *aclflag |= CIFS_ACL_GROUP; in build_sec_desc() 1466 struct inode *inode, const char *path, int aclflag) in set_cifs_acl() argument 1483 if (aclflag == CIFS_ACL_OWNER || aclflag == CIFS_ACL_GROUP) in set_cifs_acl() 1503 rc = CIFSSMBSetCIFSACL(xid, tcon, fid.netfid, pnntsd, acllen, aclflag); in set_cifs_acl() 1567 int aclflag = CIFS_ACL_DACL; /* default flag to set */ in id_mode_to_cifs_acl() local 1648 mode_from_sid, id_from_sid, &aclflag); in id_mode_to_cifs_acl() 1657 rc = ops->set_acl(pnntsd, nsecdesclen, inode, path, aclflag); in id_mode_to_cifs_acl()
|
D | smb2proto.h | 226 struct cifs_ntsd *pnntsd, int pacllen, int aclflag);
|
D | smb2ops.c | 3434 struct inode *inode, const char *path, int aclflag) in set_smb2_acl() argument 3453 if (aclflag & CIFS_ACL_OWNER || aclflag & CIFS_ACL_GROUP) in set_smb2_acl() 3455 if (aclflag & CIFS_ACL_SACL) in set_smb2_acl() 3457 if (aclflag & CIFS_ACL_DACL) in set_smb2_acl() 3480 fid.volatile_fid, pnntsd, acllen, aclflag); in set_smb2_acl()
|
D | smb2pdu.c | 5032 struct cifs_ntsd *pnntsd, int pacllen, int aclflag) in SMB2_set_acl() argument 5035 current->tgid, 0, SMB2_O_INFO_SECURITY, aclflag, in SMB2_set_acl()
|
D | cifssmb.c | 3874 struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) in CIFSSMBSetCIFSACL() argument 3910 pSMB->AclFlags = cpu_to_le32(aclflag); in CIFSSMBSetCIFSACL()
|