Home
last modified time | relevance | path

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

123456789

/fs/bcachefs/
A Dsb-downgrade.c159 u16 version; member
171 .version = bcachefs_metadata_version_##ver,\
190 unsigned new_version = c->sb.version; in bch2_sb_set_upgrade_extra()
224 if (i->version > old_version && i->version <= new_version) { in bch2_sb_set_upgrade()
246 .version = bcachefs_metadata_version_##ver,\
263 switch (le16_to_cpu(dst->version)) { in downgrade_table_extra()
323 if (BCH_VERSION_MAJOR(le16_to_cpu(i->version)) != in bch2_sb_downgrade_validate()
326 BCH_VERSION_MAJOR(le16_to_cpu(i->version)), in bch2_sb_downgrade_validate()
381 if (BCH_VERSION_MAJOR(src->version) != BCH_VERSION_MAJOR(le16_to_cpu(c->disk_sb.sb->version))) in bch2_sb_downgrade_update()
384 if (src->version < c->sb.version_incompat) in bch2_sb_downgrade_update()
[all …]
A Dbtree_io.h174 unsigned version, unsigned big_endian, in compat_bformat() argument
177 if (version < bcachefs_metadata_version_inode_btree_change && in compat_bformat()
185 if (version < bcachefs_metadata_version_snapshot && in compat_bformat()
197 unsigned version, unsigned big_endian, in compat_bpos() argument
203 if (version < bcachefs_metadata_version_inode_btree_change && in compat_bpos()
209 unsigned version, unsigned big_endian, in compat_btree_node() argument
213 if (version < bcachefs_metadata_version_inode_btree_change && in compat_btree_node()
219 if (version < bcachefs_metadata_version_snapshot && in compat_btree_node()
223 compat_bpos(level, btree_id, version, big_endian, write, &bn->min_key); in compat_btree_node()
226 if (version < bcachefs_metadata_version_snapshot && in compat_btree_node()
[all …]
A Djournal_io.c286 u32 version, in journal_entry_err_msg() argument
356 c, version, jset, entry, in journal_validate_key()
366 c, version, jset, entry, in journal_validate_key()
899 unsigned version = le32_to_cpu(jset->version); in jset_validate_entries() local
937 unsigned version = le32_to_cpu(jset->version); in jset_validate() local
939 c, version, jset, NULL, in jset_validate()
951 c, version, jset, NULL, in jset_validate()
991 unsigned version = le32_to_cpu(jset->version); in jset_validate_early() local
993 c, version, jset, NULL, in jset_validate_early()
1010 c, version, jset, NULL, in jset_validate_early()
[all …]
A Dsuper-io.c29 u16 version; member
35 .version = v, \
83 if (version == *i) in bch2_set_version_incompat()
89 bch2_version_to_text(&buf, version); in bch2_set_version_incompat()
91 bch2_version_to_text(&buf, version); in bch2_set_version_incompat()
349 u16 version = le16_to_cpu(sb->version); in bch2_sb_compatible() local
354 bch2_version_to_text(out, version); in bch2_sb_compatible()
374 if (version_min > version) { in bch2_sb_compatible()
378 bch2_version_to_text(out, version); in bch2_sb_compatible()
601 c->sb.version = le16_to_cpu(src->version); in bch2_sb_update()
[all …]
A Dsuper-io.h15 static inline bool bch2_version_compatible(u16 version) in bch2_version_compatible() argument
17 return BCH_VERSION_MAJOR(version) <= BCH_VERSION_MAJOR(bcachefs_metadata_version_current) && in bch2_version_compatible()
18 version >= bcachefs_metadata_version_min; in bch2_version_compatible()
27 enum bcachefs_metadata_version version) in bch2_request_incompat_feature() argument
29 return likely(version <= c->sb.version_incompat) in bch2_request_incompat_feature()
31 : bch2_set_version_incompat(c, version); in bch2_request_incompat_feature()
/fs/jffs2/
A Dreadinode.c233 if (rii->mdata_tn->version < tn->version) { in jffs2_add_tn_to_tree()
239 tn->version, rii->mdata_tn->version); 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()
316 if (this->version > tn->version && in jffs2_add_tn_to_tree()
434 if (tn->version > this_tn->version) in ver_insert()
511 high_ver = this->version; in jffs2_build_inode_fragtree()
634 fd->version = je32_to_cpu(rd->version); in read_direntry()
643 rii->mctime_ver = fd->version; in read_direntry()
[all …]
A Dsummary.c125 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()
477 fd->version = je32_to_cpu(spd->version); in jffs2_sum_process_sum_data()
513 xd->version = je32_to_cpu(spx->version); in jffs2_sum_process_sum_data()
727 sino_ptr->version = temp->i.version; in jffs2_sum_write_data()
743 sdrnt_ptr->version = temp->d.version; in jffs2_sum_write_data()
[all …]
A 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
A Dwrite.c51 ri->version = cpu_to_je32(f->highest_version); in jffs2_do_new_inode()
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()
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()
516 rd->version = cpu_to_je32(++dir_f->highest_version); in jffs2_do_create()
579 rd->version = cpu_to_je32(++dir_f->highest_version); in jffs2_do_unlink()
[all …]
/fs/smb/server/
A Dndr.c181 if (da->version == 3) { in ndr_encode_dos_attr()
190 ret = ndr_write_int16(n, da->version); in ndr_encode_dos_attr()
206 if (da->version == 3) { in ndr_encode_dos_attr()
224 if (da->version == 3) in ndr_encode_dos_attr()
244 if (da->version != 3 && da->version != 4) { in ndr_decode_dos_attr()
253 if (da->version != version2) { in ndr_decode_dos_attr()
255 da->version, version2); in ndr_decode_dos_attr()
267 if (da->version == 4) { in ndr_decode_dos_attr()
459 if (acl->version != 4) { in ndr_decode_v4_ntacl()
467 if (acl->version != version2) { in ndr_decode_v4_ntacl()
[all …]
/fs/crypto/
A Dpolicy.c32 if (policy1->version != policy2->version) in fscrypt_policies_equal()
41 switch (policy->version) { in fscrypt_policy_to_key_spec()
307 switch (policy_u->version) { in fscrypt_supported_policy()
333 switch (policy_u->version) { in fscrypt_new_context()
338 ctx->version = FSCRYPT_CONTEXT_V1; in fscrypt_new_context()
395 switch (ctx_u->version) { in fscrypt_policy_from_context()
469 switch (policy->version) { in set_encryption_policy()
510 u8 version; in fscrypt_ioctl_set_policy() local
532 version = policy.version; in fscrypt_ioctl_set_policy()
535 policy.version = version; in fscrypt_ioctl_set_policy()
[all …]
A Dfscrypt_private.h73 u8 version; /* FSCRYPT_CONTEXT_V1 */ member
82 u8 version; /* FSCRYPT_CONTEXT_V2 */ member
103 u8 version; member
114 switch (ctx->version) { in fscrypt_context_size()
135 switch (ctx->version) { in fscrypt_context_nonce()
146 u8 version; member
157 switch (policy->version) { in fscrypt_policy_size()
170 switch (policy->version) { in fscrypt_policy_contents_mode()
183 switch (policy->version) { in fscrypt_policy_fnames_mode()
196 switch (policy->version) { in fscrypt_policy_flags()
[all …]
/fs/unicode/
A Dutf8-core.c164 size_t nr_entries, unsigned int version) in find_table_version() argument
168 while (version < table[i].maxage) in find_table_version()
170 if (version > table[i].maxage) in find_table_version()
175 struct unicode_map *utf8_load(unsigned int version) in utf8_load() argument
182 um->version = version; in utf8_load()
188 if (!utf8version_is_supported(um, version)) in utf8_load()
191 um->tables->utf8nfdidata_size, um->version); in utf8_load()
195 um->tables->utf8nfdicfdata_size, um->version); in utf8_load()
224 int utf8_parse_version(char *version) in utf8_parse_version() argument
233 if (match_token(version, token, args) != 1) in utf8_parse_version()
A 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/dlm/
A Duser.c56 __u32 version[3]; member
76 __u32 version[3]; member
92 kb->version[0] = kb32->version[0]; in compat_input()
93 kb->version[1] = kb32->version[1]; in compat_input()
94 kb->version[2] = kb32->version[2]; in compat_input()
129 res32->version[0] = res->version[0]; in compat_output()
130 res32->version[1] = res->version[1]; in compat_output()
131 res32->version[2] = res->version[2]; in compat_output()
478 req->version[0], in check_version()
479 req->version[1], in check_version()
[all …]
/fs/9p/
A Dcache.c54 __le32 version; in v9fs_cache_inode_get_cookie() local
62 version = cpu_to_le32(v9inode->qid.version); in v9fs_cache_inode_get_cookie()
69 &version, sizeof(version), in v9fs_cache_inode_get_cookie()
A Dv9fs.c72 int version = -EINVAL; in get_cache_mode() local
75 version = CACHE_SC_LOOSE; in get_cache_mode()
78 version = CACHE_SC_FSCACHE; in get_cache_mode()
81 version = CACHE_SC_MMAP; in get_cache_mode()
84 version = CACHE_SC_READAHEAD; in get_cache_mode()
87 version = CACHE_SC_NONE; in get_cache_mode()
89 } else if (kstrtoint(s, 0, &version) != 0) { in get_cache_mode()
90 version = -EINVAL; in get_cache_mode()
93 return version; in get_cache_mode()
/fs/f2fs/
A Dnode.h69 unsigned char version; /* version of the node */ member
84 #define nat_get_version(nat) ((nat)->ni.version)
85 #define nat_set_version(nat, v) ((nat)->ni.version = (v))
87 #define inc_node_version(version) (++(version)) argument
95 dst->version = src->version; in copy_node_info()
126 ni->version = raw_ne->version; in node_info_from_raw_nat()
134 raw_ne->version = ni->version; in raw_nat_from_node_info()
/fs/fuse/
A 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()
438 fi->rdc.version++; in fuse_rdc_reset()
505 if (ff->readdir.version != fi->rdc.version) { in fuse_readdir_cached()
514 ff->readdir.version = fi->rdc.version; in fuse_readdir_cached()
543 if (fi->rdc.version == ff->readdir.version) in fuse_readdir_cached()
549 if (ff->readdir.version != fi->rdc.version) { in fuse_readdir_cached()
/fs/xfs/libxfs/
A Dxfs_inode_buf.h49 xfs_dinode_good_version(struct xfs_mount *mp, uint8_t version) in xfs_dinode_good_version() argument
52 return version == 3; in xfs_dinode_good_version()
53 return version == 1 || version == 2; in xfs_dinode_good_version()
/fs/nfs/
A Dnfstrace.h59 __field(u64, version)
97 __field(u64, version)
185 __field(u64, version)
241 __field(u64, version)
292 __field(u64, version)
344 __field(u64, version)
957 __field(u64, version)
1007 __field(u64, version)
1066 __field(u64, version)
1105 __field(u64, version)
[all …]
A Dfs_context.c527 ctx->version = 2; in nfs_parse_version_string()
531 ctx->version = 3; in nfs_parse_version_string()
538 ctx->version = 4; in nfs_parse_version_string()
541 ctx->version = 4; in nfs_parse_version_string()
545 ctx->version = 4; in nfs_parse_version_string()
549 ctx->version = 4; in nfs_parse_version_string()
1190 ctx->version = 3; in nfs23_parse_monolithic()
1193 ctx->version = 2; in nfs23_parse_monolithic()
1379 data->version = compat->version; in nfs4_compat_mount_data_conv()
1400 ctx->version = 4; in nfs4_parse_monolithic()
[all …]
A DKconfig25 version 2 (RFC 1094) is always available when NFS_FS is selected.
36 tristate "NFS client support for NFS version 2"
40 This option enables support for version 2 of the NFS protocol
46 tristate "NFS client support for NFS version 3"
50 This option enables support for version 3 of the NFS protocol
61 NFS version 3 protocol. This protocol extension allows
78 tristate "NFS client support for NFS version 4"
82 This option enables support for version 4 of the NFS protocol
104 This option enables support for minor version 1 of the NFSv4 protocol
113 This option enables support for minor version 2 of the NFSv4 protocol
A Dclient.c79 .version = nfs_version,
88 nfs = nfs_version_mods[version]; in __find_nfs_version()
98 nfs = __find_nfs_version(version); in find_nfs_version()
124 nfs_version_mods[nfs->rpc_ops->version] = nfs; in register_nfs_version()
135 nfs_version[nfs->rpc_ops->version] = NULL; in unregister_nfs_version()
136 nfs_version_mods[nfs->rpc_ops->version] = NULL; in unregister_nfs_version()
529 .version = clp->rpc_ops->version, in nfs_create_rpc_client()
589 .nfs_version = clp->rpc_ops->version, in nfs_start_lockd()
768 switch (clp->rpc_ops->version) { in nfs_init_server()
1351 clp->rpc_ops->version, in nfs_server_list_show()
[all …]
/fs/lockd/
A Dhost.c58 const u32 version; /* NLM version to search for */ member
143 host->h_version = ni->version; in nlm_alloc_host()
218 const u32 version, in nlmclnt_lookup_host() argument
229 .version = version, in nlmclnt_lookup_host()
242 (hostname ? hostname : "<none>"), version, in nlmclnt_lookup_host()
260 if (host->h_version != version) in nlmclnt_lookup_host()
342 .version = rqstp->rq_vers, in nlmsvc_lookup_host()
371 if (host->h_version != ni.version) in nlmsvc_lookup_host()
458 .version = host->h_version, in nlm_bind_host()

Completed in 60 milliseconds

123456789