Home
last modified time | relevance | path

Searched refs:reparse_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dfs_context.h286 enum cifs_reparse_type reparse_type; member
H A Dfs_context.c315 ctx->reparse_type = CIFS_REPARSE_TYPE_DEFAULT; in parse_reparse_flavor()
318 ctx->reparse_type = CIFS_REPARSE_TYPE_NFS; in parse_reparse_flavor()
321 ctx->reparse_type = CIFS_REPARSE_TYPE_WSL; in parse_reparse_flavor()
1794 ctx->reparse_type = CIFS_REPARSE_TYPE_DEFAULT; in smb3_init_fs_context()
H A Dreparse.c465 switch (ctx->reparse_type) { in smb2_mknod_reparse()
H A Dcifsfs.c686 cifs_reparse_type_str(cifs_sb->ctx->reparse_type)); in cifs_show_options()
H A Dconnect.c2878 if (old->ctx->reparse_type != new->ctx->reparse_type) in compare_mount_options()