Lines Matching defs:ops
1535 struct smb_version_operations *ops;
1543 ops = tlink_tcon(tlink)->ses->server->ops;
1545 if (pfid && (ops->get_acl_by_fid))
1546 pntsd = ops->get_acl_by_fid(cifs_sb, pfid, &acllen, info);
1547 else if (ops->get_acl)
1548 pntsd = ops->get_acl(cifs_sb, inode, path, &acllen, info);
1588 struct smb_version_operations *ops;
1595 ops = tlink_tcon(tlink)->ses->server->ops;
1601 if (ops->get_acl == NULL) {
1606 pntsd = ops->get_acl(cifs_sb, inode, path, &secdesclen, info);
1664 if (ops->set_acl == NULL)
1669 rc = ops->set_acl(pnntsd, nsecdesclen, inode, path, aclflag);