Home
last modified time | relevance | path

Searched refs:path_consumed (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/cifs/
Dcifs_dfs_ref.c154 if (strlen(fullpath) - ref->path_consumed) { in cifs_compose_mount_options()
155 prepath = fullpath + ref->path_consumed; in cifs_compose_mount_options()
277 ref->ref_flag, ref->path_consumed); in dump_referral()
Dmisc.c703 node->path_consumed = cifs_utf16_bytes(tmp, in parse_dfs_referrals()
708 node->path_consumed = le16_to_cpu(rsp->PathConsumed); in parse_dfs_referrals()
Dcifsglob.h1487 int path_consumed; member