Lines Matching defs:target
180 ce->tgthint == t ? " (target hint)" : "");
229 cifs_dbg(FYI, "target list:\n");
232 ce->tgthint == t ? " (target hint)" : "");
332 /* Return target hint of a DFS cache entry */
353 /* Allocate a new DFS target */
373 * target hint.
780 struct dfs_info3_param *ref, const char *target)
792 ref->node_name = kstrndup(target, strlen(target), GFP_ATOMIC);
811 /* Return target list of a DFS cache entry */
873 * @tgt_list: when non-NULL, store complete DFS target list in it.
875 * Return zero if the target was found, otherwise non-zero.
927 * @tgt_list: when non-NULL, store complete DFS target list in it.
969 * dfs_cache_update_tgthint - update target hint of a DFS cache entry
982 * @it: DFS target iterator
984 * Return zero if the target hint was updated successfully, otherwise non-zero.
1000 cifs_dbg(FYI, "%s: update target hint - path: %s\n", __func__, npath);
1022 cifs_dbg(FYI, "%s: new target hint: %s\n", __func__,
1037 * dfs_cache_noreq_update_tgthint - update target hint of a DFS cache entry
1045 * @it: target iterator which contains the target hint to update the cache
1048 * Return zero if the target hint was updated successfully, otherwise non-zero.
1084 cifs_dbg(FYI, "%s: new target hint: %s\n", __func__,
1099 * target iterator (@it).
1102 * @it: DFS target iterator.
1132 cifs_dbg(FYI, "%s: target name: %s\n", __func__, it->it_name);
1325 * dfs_cache_get_tgt_share - parse a DFS target
1328 * @it: DFS target iterator.
1332 * Return zero if target was parsed correctly, otherwise non-zero.
1355 /* point to prefix in target node */
1358 /* extract target share */
1371 /* merge prefix paths from DFS path and target node */