Home
last modified time | relevance | path

Searched refs:RFC1001_NAME_LEN_WITH_NULL (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/cifs/
Dfs_context.h172 char source_rfc1001_name[RFC1001_NAME_LEN_WITH_NULL]; /* clnt nb name */
173 char target_rfc1001_name[RFC1001_NAME_LEN_WITH_NULL]; /* srvr nb name */
Dcifsglob.h66 #define RFC1001_NAME_LEN_WITH_NULL (RFC1001_NAME_LEN + 1) macro
577 char server_RFC1001_name[RFC1001_NAME_LEN_WITH_NULL];
628 char workstation_RFC1001_name[RFC1001_NAME_LEN_WITH_NULL];
Dconnect.c1387 ctx->source_rfc1001_name, RFC1001_NAME_LEN_WITH_NULL); in cifs_get_tcp_session()
1389 ctx->target_rfc1001_name, RFC1001_NAME_LEN_WITH_NULL); in cifs_get_tcp_session()
2511 RFC1001_NAME_LEN_WITH_NULL); in ip_rfc1001_connect()
2516 RFC1001_NAME_LEN_WITH_NULL); in ip_rfc1001_connect()
2528 RFC1001_NAME_LEN_WITH_NULL); in ip_rfc1001_connect()
2533 RFC1001_NAME_LEN_WITH_NULL); in ip_rfc1001_connect()
Dfs_context.c1187 RFC1001_NAME_LEN_WITH_NULL); in smb3_fs_context_parse_param()