Lines Matching defs:aclflag
1004 bool mode_from_sid, bool id_from_sid, int *aclflag)
1033 *aclflag = CIFS_ACL_DACL;
1065 *aclflag = CIFS_ACL_OWNER;
1096 *aclflag = CIFS_ACL_GROUP;
1189 struct inode *inode, const char *path, int aclflag)
1206 if (aclflag == CIFS_ACL_OWNER || aclflag == CIFS_ACL_GROUP)
1226 rc = CIFSSMBSetCIFSACL(xid, tcon, fid.netfid, pnntsd, acllen, aclflag);
1289 int aclflag = CIFS_ACL_DACL; /* default flag to set */
1345 mode_from_sid, id_from_sid, &aclflag);
1354 rc = ops->set_acl(pnntsd, secdesclen, inode, path, aclflag);