Searched refs:aclflag (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/fs/cifs/ |
| D | cifsacl.c | 1249 bool mode_from_sid, bool id_from_sid, int *aclflag) in build_sec_desc() argument 1293 *aclflag |= CIFS_ACL_DACL; in build_sec_desc() 1328 *aclflag |= CIFS_ACL_OWNER; in build_sec_desc() 1357 *aclflag |= CIFS_ACL_GROUP; in build_sec_desc() 1470 struct inode *inode, const char *path, int aclflag) in set_cifs_acl() argument 1487 if (aclflag == CIFS_ACL_OWNER || aclflag == CIFS_ACL_GROUP) in set_cifs_acl() 1507 rc = CIFSSMBSetCIFSACL(xid, tcon, fid.netfid, pnntsd, acllen, aclflag); in set_cifs_acl() 1572 int aclflag = CIFS_ACL_DACL; /* default flag to set */ in id_mode_to_cifs_acl() local 1653 mode_from_sid, id_from_sid, &aclflag); in id_mode_to_cifs_acl() 1662 rc = ops->set_acl(pnntsd, nsecdesclen, inode, path, aclflag); in id_mode_to_cifs_acl()
|
| D | smb2proto.h | 216 struct cifs_ntsd *pnntsd, int pacllen, int aclflag);
|
| D | smb2ops.c | 3214 struct inode *inode, const char *path, int aclflag) in set_smb2_acl() argument 3233 if (aclflag & CIFS_ACL_OWNER || aclflag & CIFS_ACL_GROUP) in set_smb2_acl() 3235 if (aclflag & CIFS_ACL_SACL) in set_smb2_acl() 3237 if (aclflag & CIFS_ACL_DACL) in set_smb2_acl() 3260 fid.volatile_fid, pnntsd, acllen, aclflag); in set_smb2_acl()
|
| D | smb2pdu.c | 5205 struct cifs_ntsd *pnntsd, int pacllen, int aclflag) in SMB2_set_acl() argument 5208 current->tgid, 0, SMB2_O_INFO_SECURITY, aclflag, in SMB2_set_acl()
|
| D | cifssmb.c | 3481 struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) in CIFSSMBSetCIFSACL() argument 3517 pSMB->AclFlags = cpu_to_le32(aclflag); in CIFSSMBSetCIFSACL()
|