Searched refs:aclflag (Results 1 – 5 of 5) sorted by relevance
/fs/cifs/ |
D | cifsacl.c | 952 bool mode_from_sid, int *aclflag) in build_sec_desc() argument 981 *aclflag = CIFS_ACL_DACL; in build_sec_desc() 1002 *aclflag = CIFS_ACL_OWNER; in build_sec_desc() 1022 *aclflag = CIFS_ACL_GROUP; in build_sec_desc() 1115 struct inode *inode, const char *path, int aclflag) in set_cifs_acl() argument 1132 if (aclflag == CIFS_ACL_OWNER || aclflag == CIFS_ACL_GROUP) in set_cifs_acl() 1152 rc = CIFSSMBSetCIFSACL(xid, tcon, fid.netfid, pnntsd, acllen, aclflag); in set_cifs_acl() 1215 int aclflag = CIFS_ACL_DACL; /* default flag to set */ in id_mode_to_cifs_acl() local 1266 mode_from_sid, &aclflag); in id_mode_to_cifs_acl() 1275 rc = ops->set_acl(pnntsd, secdesclen, inode, path, aclflag); in id_mode_to_cifs_acl()
|
D | smb2proto.h | 204 struct cifs_ntsd *pnntsd, int pacllen, int aclflag);
|
D | smb2ops.c | 2893 struct inode *inode, const char *path, int aclflag) in set_smb2_acl() argument 2912 if (aclflag == CIFS_ACL_OWNER || aclflag == CIFS_ACL_GROUP) in set_smb2_acl() 2936 fid.volatile_fid, pnntsd, acllen, aclflag); in set_smb2_acl()
|
D | smb2pdu.c | 4486 struct cifs_ntsd *pnntsd, int pacllen, int aclflag) in SMB2_set_acl() argument 4489 current->tgid, 0, SMB2_O_INFO_SECURITY, aclflag, in SMB2_set_acl()
|
D | cifssmb.c | 4056 struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) in CIFSSMBSetCIFSACL() argument 4092 pSMB->AclFlags = cpu_to_le32(aclflag); in CIFSSMBSetCIFSACL()
|