Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 175) sorted by relevance

1234567

/fs/fscache/
Dfsdef.c80 uint32_t version; in fscache_fsdef_netfs_check_aux() local
84 if (datalen != sizeof(version)) { in fscache_fsdef_netfs_check_aux()
85 _leave(" = OBSOLETE [dl=%d v=%zu]", datalen, sizeof(version)); in fscache_fsdef_netfs_check_aux()
89 memcpy(&version, data, sizeof(version)); in fscache_fsdef_netfs_check_aux()
90 if (version != netfs->version) { in fscache_fsdef_netfs_check_aux()
91 _leave(" = OBSOLETE [ver=%x net=%x]", version, netfs->version); in fscache_fsdef_netfs_check_aux()
Dnetfs.c26 &netfs->version, sizeof(netfs->version), in __fscache_register_netfs()
67 _enter("{%s.%u}", netfs->name, netfs->version); in __fscache_unregister_netfs()
/fs/unicode/
Dutf8-core.c14 const struct utf8data *data = utf8nfdi(um->version); in utf8_validate()
25 const struct utf8data *data = utf8nfdi(um->version); in utf8_strncmp()
52 const struct utf8data *data = utf8nfdicf(um->version); in utf8_strncasecmp()
83 const struct utf8data *data = utf8nfdicf(um->version); in utf8_strncasecmp_folded()
107 const struct utf8data *data = utf8nfdicf(um->version); in utf8_casefold()
131 const struct utf8data *data = utf8nfdi(um->version); in utf8_normalize()
152 static int utf8_parse_version(const char *version, unsigned int *maj, in utf8_parse_version() argument
162 strncpy(version_string, version, sizeof(version_string)); in utf8_parse_version()
174 struct unicode_map *utf8_load(const char *version) in utf8_load() argument
179 if (version) { in utf8_load()
[all …]
DREADME.utf8data2 Character Database for version 12.1.0 of the Unicode standard.
39 To update to the newer version of the Unicode standard, the latest
40 released version of the UCD can be found here:
49 version generated from the 12.1.0 UCD should be 4,109 lines long, and
50 have a total size of 324k) and/or comparing it with the older version
53 If you are a kernel developer updating to a newer version of the
55 with the version of the UCD that was used, the md5sum and sha1sums of
/fs/crypto/
Dpolicy.c26 if (policy1->version != policy2->version) in fscrypt_policies_equal()
79 switch (policy_u->version) { in fscrypt_supported_policy()
151 switch (policy_u->version) { in fscrypt_new_context_from_policy()
156 ctx->version = FSCRYPT_CONTEXT_V1; in fscrypt_new_context_from_policy()
172 ctx->version = FSCRYPT_CONTEXT_V2; in fscrypt_new_context_from_policy()
208 switch (ctx_u->version) { in fscrypt_policy_from_context()
213 policy->version = FSCRYPT_POLICY_V1; in fscrypt_policy_from_context()
228 policy->version = FSCRYPT_POLICY_V2; in fscrypt_policy_from_context()
280 switch (policy->version) { in set_encryption_policy()
317 u8 version; in fscrypt_ioctl_set_policy() local
[all …]
Dfscrypt_private.h29 u8 version; /* FSCRYPT_CONTEXT_V1 */ member
38 u8 version; /* FSCRYPT_CONTEXT_V2 */ member
58 u8 version; member
69 switch (ctx->version) { in fscrypt_context_size()
82 u8 version; member
93 switch (policy->version) { in fscrypt_policy_size()
106 switch (policy->version) { in fscrypt_policy_contents_mode()
119 switch (policy->version) { in fscrypt_policy_fnames_mode()
132 switch (policy->version) { in fscrypt_policy_flags()
/fs/jffs2/
Dreadinode.c225 …dbg_readinode("insert fragment %#04x-%#04x, ver %u at %08x\n", tn->fn->ofs, fn_end, tn->version, r… in jffs2_add_tn_to_tree()
233 if (rii->mdata_tn->version < tn->version) { in jffs2_add_tn_to_tree()
235 dbg_readinode("kill old mdata with ver %d\n", rii->mdata_tn->version); in jffs2_add_tn_to_tree()
239 tn->version, rii->mdata_tn->version); in jffs2_add_tn_to_tree()
245 dbg_readinode("keep new mdata with ver %d\n", tn->version); in jffs2_add_tn_to_tree()
273 this->version, this->fn->ofs, this->fn->size); in jffs2_add_tn_to_tree()
275 if (this->version == tn->version) { in jffs2_add_tn_to_tree()
292 if (this->version < tn->version && in jffs2_add_tn_to_tree()
304 if (this->version < tn->version) { in jffs2_add_tn_to_tree()
307 this->version, this->fn->ofs, in jffs2_add_tn_to_tree()
[all …]
Dsummary.c89 je32_to_cpu(item->x.xid), je32_to_cpu(item->x.version)); in jffs2_sum_add_mem()
125 temp->version = ri->version; in jffs2_sum_add_inode_mem()
146 temp->version = rd->version; in jffs2_sum_add_dirent_mem()
168 temp->version = rx->version; in jffs2_sum_add_xattr_mem()
273 temp->version = node->i.version; in jffs2_sum_add_kvec()
292 temp->version = node->d.version; in jffs2_sum_add_kvec()
323 temp->version = node->x.version; in jffs2_sum_add_kvec()
427 *pseudo_random += je32_to_cpu(spi->version); in jffs2_sum_process_sum_data()
477 fd->version = je32_to_cpu(spd->version); in jffs2_sum_process_sum_data()
484 *pseudo_random += je32_to_cpu(spd->version); in jffs2_sum_process_sum_data()
[all …]
Dsummary.h49 jint32_t version; /* inode version */ member
60 jint32_t version; /* dirent version */ member
71 jint32_t version; /* version number */ member
104 jint32_t version; /* inode version */ member
116 jint32_t version; /* dirent version */ member
128 jint32_t version; member
Dwrite.c51 ri->version = cpu_to_je32(f->highest_version); in jffs2_do_new_inode()
100 if ((alloc_mode!=ALLOC_GC) && (je32_to_cpu(ri->version) < f->highest_version)) { in jffs2_write_dnode()
104 je32_to_cpu(ri->version), f->highest_version); in jffs2_write_dnode()
105 ri->version = cpu_to_je32(++f->highest_version); in jffs2_write_dnode()
246 fd->version = je32_to_cpu(rd->version); in jffs2_write_dirent()
258 if ((alloc_mode!=ALLOC_GC) && (je32_to_cpu(rd->version) < f->highest_version)) { in jffs2_write_dirent()
262 je32_to_cpu(rd->version), f->highest_version); in jffs2_write_dirent()
263 rd->version = cpu_to_je32(++f->highest_version); in jffs2_write_dirent()
264 fd->version = je32_to_cpu(rd->version); in jffs2_write_dirent()
381 ri->version = cpu_to_je32(++f->highest_version); in jffs2_write_inode_range()
[all …]
Dscan.c332 uint32_t xid, version, totlen, crc; in jffs2_scan_xattr_node() local
345 version = je32_to_cpu(rx->version); in jffs2_scan_xattr_node()
357 xd = jffs2_setup_xattr_datum(c, xid, version); in jffs2_scan_xattr_node()
361 if (xd->version > version) { in jffs2_scan_xattr_node()
367 xd->version = version; in jffs2_scan_xattr_node()
379 ofs, xd->xid, xd->version); in jffs2_scan_xattr_node()
1029 je32_to_cpu(ri->ino), je32_to_cpu(ri->version), in jffs2_scan_inode_node()
1033 pseudo_random += je32_to_cpu(ri->version); in jffs2_scan_inode_node()
1066 pseudo_random += je32_to_cpu(rd->version); in jffs2_scan_dirent_node()
1104 fd->version = je32_to_cpu(rd->version); in jffs2_scan_dirent_node()
Dxattr.c90 D1(dbg_xattr("%s: xid=%u, version=%u\n", __func__, xd->xid, xd->version)); in unload_xattr_datum()
166 || je32_to_cpu(rx.version) != xd->version) { in do_verify_xattr_datum()
173 je32_to_cpu(rx.version), xd->version); in do_verify_xattr_datum()
199 xd->xid, xd->version); in do_verify_xattr_datum()
310 rx.version = cpu_to_je32(++xd->version); in save_xattr_datum()
331 xd->xid, xd->version, xd->xprefix, xd->xname); in save_xattr_datum()
419 xd->xid, xd->version); in unrefer_xattr_datum()
867 xd->xid, xd->version); in jffs2_build_xattr_subsystem()
875 xd->xid, xd->version); in jffs2_build_xattr_subsystem()
890 uint32_t xid, uint32_t version) in jffs2_setup_xattr_datum() argument
[all …]
/fs/dlm/
Duser.c53 __u32 version[3]; member
73 __u32 version[3]; member
89 kb->version[0] = kb32->version[0]; in compat_input()
90 kb->version[1] = kb32->version[1]; in compat_input()
91 kb->version[2] = kb32->version[2]; in compat_input()
126 res32->version[0] = res->version[0]; in compat_output()
127 res32->version[1] = res->version[1]; in compat_output()
128 res32->version[2] = res->version[2]; in compat_output()
461 if (req->version[0] != DLM_DEVICE_VERSION_MAJOR || in check_version()
462 (req->version[0] == DLM_DEVICE_VERSION_MAJOR && in check_version()
[all …]
Dplock.c39 info->version[0] = DLM_PLOCK_VERSION_MAJOR; in set_version()
40 info->version[1] = DLM_PLOCK_VERSION_MINOR; in set_version()
41 info->version[2] = DLM_PLOCK_VERSION_PATCH; in set_version()
46 if ((DLM_PLOCK_VERSION_MAJOR != info->version[0]) || in check_version()
47 (DLM_PLOCK_VERSION_MINOR < info->version[1])) { in check_version()
53 info->version[0], in check_version()
54 info->version[1], in check_version()
55 info->version[2]); in check_version()
/fs/reiserfs/
Dprints.c33 int version; in le_offset() local
35 version = le_key_version(key); in le_offset()
36 if (le_key_k_type(version, key) == TYPE_DIRENTRY) in le_offset()
39 GET_HASH_VALUE(le_key_k_offset(version, key)), in le_offset()
41 GET_GENERATION_NUMBER(le_key_k_offset(version, key))); in le_offset()
44 (unsigned long long)le_key_k_offset(version, key)); in le_offset()
63 int version; in le_type() local
65 version = le_key_version(key); in le_type()
67 if (le_key_k_type(version, key) == TYPE_STAT_DATA) in le_type()
69 if (le_key_k_type(version, key) == TYPE_DIRENTRY) in le_type()
[all …]
/fs/9p/
Dcache.c23 .version = 0,
86 if (buflen != sizeof(v9inode->qid.version)) in v9fs_cache_inode_check_aux()
89 if (memcmp(buffer, &v9inode->qid.version, in v9fs_cache_inode_check_aux()
90 sizeof(v9inode->qid.version))) in v9fs_cache_inode_check_aux()
119 &v9inode->qid.version, in v9fs_cache_inode_get_cookie()
120 sizeof(v9inode->qid.version), in v9fs_cache_inode_get_cookie()
138 fscache_relinquish_cookie(v9inode->fscache, &v9inode->qid.version, in v9fs_cache_inode_put_cookie()
192 &v9inode->qid.version, in v9fs_cache_inode_reset_cookie()
193 sizeof(v9inode->qid.version), in v9fs_cache_inode_reset_cookie()
/fs/f2fs/
Dnode.h54 unsigned char version; /* version of the node */ member
69 #define nat_get_version(nat) ((nat)->ni.version)
70 #define nat_set_version(nat, v) ((nat)->ni.version = (v))
72 #define inc_node_version(version) (++(version)) argument
80 dst->version = src->version; in copy_node_info()
113 ni->version = raw_ne->version; in node_info_from_raw_nat()
121 raw_ne->version = ni->version; in raw_nat_from_node_info()
/fs/nfs/
Dsuper.c617 unsigned int version, in nfs_show_nfs_version() argument
620 seq_printf(m, ",vers=%u", version); in nfs_show_nfs_version()
621 if (version == 4) in nfs_show_nfs_version()
650 u32 version = clp->rpc_ops->version; in nfs_show_mount_options() local
653 nfs_show_nfs_version(m, version, clp->cl_minorversion); in nfs_show_mount_options()
681 if (version == 4) { in nfs_show_mount_options()
692 if (version != 4) in nfs_show_mount_options()
853 if (nfss->nfs_client->rpc_ops->version == 4) { in nfs_show_stats()
1156 mnt->version = 2; in nfs_parse_version_string()
1160 mnt->version = 3; in nfs_parse_version_string()
[all …]
DKconfig23 version 2 (RFC 1094) is always available when NFS_FS is selected.
34 tristate "NFS client support for NFS version 2"
38 This option enables support for version 2 of the NFS protocol
44 tristate "NFS client support for NFS version 3"
48 This option enables support for version 3 of the NFS protocol
59 NFS version 3 protocol. This protocol extension allows
76 tristate "NFS client support for NFS version 4"
81 This option enables support for version 4 of the NFS protocol
103 This option enables support for minor version 1 of the NFSv4 protocol
112 This option enables support for minor version 2 of the NFSv4 protocol
Dmount_clnt.c164 .version = info->version, in nfs_mount()
185 if (info->version == NFS_MNT3_VERSION) in nfs_mount()
205 if (info->version != NFS_MNT3_VERSION || *info->auth_flav_len == 0) { in nfs_mount()
250 .version = info->version, in nfs_umount()
274 if (info->version == NFS_MNT3_VERSION) in nfs_umount()
539 .version = mnt_version,
Dclient.c74 .version = nfs_version,
83 static struct nfs_subversion *find_nfs_version(unsigned int version) in find_nfs_version() argument
89 if (nfs->rpc_ops->version == version) { in find_nfs_version()
99 struct nfs_subversion *get_nfs_version(unsigned int version) in get_nfs_version() argument
101 struct nfs_subversion *nfs = find_nfs_version(version); in get_nfs_version()
105 request_module("nfsv%d", version); in get_nfs_version()
106 nfs = find_nfs_version(version); in get_nfs_version()
125 nfs_version[nfs->rpc_ops->version] = nfs->rpc_vers; in register_nfs_version()
135 nfs_version[nfs->rpc_ops->version] = NULL; in unregister_nfs_version()
505 .version = clp->rpc_ops->version, in nfs_create_rpc_client()
[all …]
/fs/fuse/
Dreaddir.c40 u64 version; in fuse_add_dirent_to_cache() local
53 version = fi->rdc.version; in fuse_add_dirent_to_cache()
75 if (fi->rdc.version != version || fi->rdc.size != size || in fuse_add_dirent_to_cache()
424 fi->rdc.version++; in fuse_rdc_reset()
489 if (ff->readdir.version != fi->rdc.version) { in fuse_readdir_cached()
498 ff->readdir.version = fi->rdc.version; in fuse_readdir_cached()
521 if (fi->rdc.version == ff->readdir.version) in fuse_readdir_cached()
527 if (ff->readdir.version != fi->rdc.version) { in fuse_readdir_cached()
/fs/
Dcompat.c35 compat_int_t version; member
57 int version = *(compat_uint_t *) raw_data; in do_nfs4_super_data_conv() local
59 if (version == 1) { in do_nfs4_super_data_conv()
81 real->version = raw->version; in do_nfs4_super_data_conv()
/fs/lockd/
Dhost.c58 const u32 version; /* NLM version to search for */ member
144 host->h_version = ni->version; in nlm_alloc_host()
219 const u32 version, in nlmclnt_lookup_host() argument
230 .version = version, in nlmclnt_lookup_host()
243 (hostname ? hostname : "<none>"), version, in nlmclnt_lookup_host()
261 if (host->h_version != version) in nlmclnt_lookup_host()
343 .version = rqstp->rq_vers, in nlmsvc_lookup_host()
372 if (host->h_version != ni.version) in nlmsvc_lookup_host()
464 .version = host->h_version, in nlm_bind_host()
/fs/nfsd/
DKconfig29 Support for NFS version 2 (RFC 1094) is always available when
39 bool "NFS server support for NFS version 3"
43 version 3 of the NFS protocol (RFC 1813).
53 never became an official part of the NFS version 3 protocol.
71 bool "NFS server support for NFS version 4"
81 version 4 of the NFS protocol (RFC 3530).
143 support for NFS version 4. Security labels allow security modules like

1234567