Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfs_context.h334 enum cifs_reparse_type reparse_type; member
357 else if (cifs_sb->ctx->reparse_type != CIFS_REPARSE_TYPE_NONE) in cifs_symlink_type()
H A Dfs_context.c354 ctx->reparse_type = CIFS_REPARSE_TYPE_DEFAULT; in parse_reparse_flavor()
357 ctx->reparse_type = CIFS_REPARSE_TYPE_NONE; in parse_reparse_flavor()
360 ctx->reparse_type = CIFS_REPARSE_TYPE_NFS; in parse_reparse_flavor()
363 ctx->reparse_type = CIFS_REPARSE_TYPE_WSL; in parse_reparse_flavor()
1911 ctx->reparse_type = CIFS_REPARSE_TYPE_DEFAULT; in smb3_init_fs_context()
H A Dreparse.c711 if (S_ISSOCK(mode) && !ctx->nonativesocket && ctx->reparse_type != CIFS_REPARSE_TYPE_NONE) in mknod_reparse()
714 switch (ctx->reparse_type) { in mknod_reparse()
H A Dcifsfs.c720 cifs_reparse_type_str(cifs_sb->ctx->reparse_type)); in cifs_show_options()
H A Dconnect.c2964 if (old->ctx->reparse_type != new->ctx->reparse_type) in compare_mount_options()