Lines Matching defs:acl
730 /* validate that we do not go past end of acl */
780 /* validate that we do not go past end of acl */
1584 struct cifs_ntsd *pntsd = NULL; /* acl obtained from server */
1585 struct cifs_ntsd *pnntsd = NULL; /* modified acl to be sent to server */
1683 struct posix_acl *acl = NULL;
1703 acl = ERR_CAST(full_path);
1711 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl,
1719 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl,
1728 acl = ERR_PTR(-EOPNOTSUPP);
1730 acl = ERR_PTR(rc);
1737 return acl;
1744 struct posix_acl *acl, int type)
1770 if (!acl)
1779 if (posix_acl_xattr_size(acl->a_count) > CIFSMaxBufSize) {
1788 rc = cifs_do_set_acl(xid, pTcon, full_path, acl,
1796 rc = cifs_do_set_acl(xid, pTcon, full_path, acl,