Lines Matching refs:handle
58 int cifs_idmap_init_plugin(void **handle, const char **errmsg)
63 if (handle == NULL || errmsg == NULL)
81 *handle = ctx;
85 void cifs_idmap_exit_plugin(void *handle)
87 struct sssd_ctx *ctx = handle;
101 int cifs_idmap_sid_to_str(void *handle, const struct cifs_sid *csid,
104 struct sssd_ctx *ctx = handle;
160 int cifs_idmap_str_to_sid(void *handle, const char *name,
163 struct sssd_ctx *ctx = handle;
250 int cifs_idmap_sids_to_ids(void *handle, const struct cifs_sid *csid,
253 struct sssd_ctx *ctx = handle;
290 int cifs_idmap_ids_to_sids(void *handle, const struct cifs_uxid *cuxid,
293 struct sssd_ctx *ctx = handle;