Home
last modified time | relevance | path

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

12345

/fs/btrfs/
Dversion.sh31 echo "#ifndef __BUILD_VERSION" > .build-version.h
32 echo "#define __BUILD_VERSION" >> .build-version.h
33 echo "#define BTRFS_BUILD_VERSION \"Btrfs $v\"" >> .build-version.h
34 echo "#endif" >> .build-version.h
36 diff -q version.h .build-version.h >& /dev/null
39 rm .build-version.h
43 mv .build-version.h version.h
/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.c87 je32_to_cpu(item->x.xid), je32_to_cpu(item->x.version)); in jffs2_sum_add_mem()
123 temp->version = ri->version; in jffs2_sum_add_inode_mem()
144 temp->version = rd->version; in jffs2_sum_add_dirent_mem()
166 temp->version = rx->version; in jffs2_sum_add_xattr_mem()
271 temp->version = node->i.version; in jffs2_sum_add_kvec()
290 temp->version = node->d.version; in jffs2_sum_add_kvec()
321 temp->version = node->x.version; in jffs2_sum_add_kvec()
425 *pseudo_random += je32_to_cpu(spi->version); in jffs2_sum_process_sum_data()
472 fd->version = je32_to_cpu(spd->version); in jffs2_sum_process_sum_data()
479 *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.c50 ri->version = cpu_to_je32(f->highest_version); in jffs2_do_new_inode()
97 if ((alloc_mode!=ALLOC_GC) && (je32_to_cpu(ri->version) < f->highest_version)) { in jffs2_write_dnode()
101 je32_to_cpu(ri->version), f->highest_version)); in jffs2_write_dnode()
102 ri->version = cpu_to_je32(++f->highest_version); in jffs2_write_dnode()
239 fd->version = je32_to_cpu(rd->version); in jffs2_write_dirent()
251 if ((alloc_mode!=ALLOC_GC) && (je32_to_cpu(rd->version) < f->highest_version)) { in jffs2_write_dirent()
255 je32_to_cpu(rd->version), f->highest_version)); in jffs2_write_dirent()
256 rd->version = cpu_to_je32(++f->highest_version); in jffs2_write_dirent()
257 fd->version = je32_to_cpu(rd->version); in jffs2_write_dirent()
369 ri->version = cpu_to_je32(++f->highest_version); in jffs2_write_inode_range()
[all …]
Dscan.c322 uint32_t xid, version, totlen, crc; in jffs2_scan_xattr_node() local
335 version = je32_to_cpu(rx->version); in jffs2_scan_xattr_node()
347 xd = jffs2_setup_xattr_datum(c, xid, version); in jffs2_scan_xattr_node()
351 if (xd->version > version) { in jffs2_scan_xattr_node()
357 xd->version = version; in jffs2_scan_xattr_node()
369 ofs, xd->xid, xd->version); in jffs2_scan_xattr_node()
990 je32_to_cpu(ri->ino), je32_to_cpu(ri->version), in jffs2_scan_inode_node()
994 pseudo_random += je32_to_cpu(ri->version); in jffs2_scan_inode_node()
1027 pseudo_random += je32_to_cpu(rd->version); in jffs2_scan_dirent_node()
1064 fd->version = je32_to_cpu(rd->version); in jffs2_scan_dirent_node()
Dxattr.c85 D1(dbg_xattr("%s: xid=%u, version=%u\n", __func__, xd->xid, xd->version)); in unload_xattr_datum()
161 || je32_to_cpu(rx.version) != xd->version) { in do_verify_xattr_datum()
168 je32_to_cpu(rx.version), xd->version); in do_verify_xattr_datum()
194 xd->xid, xd->version); in do_verify_xattr_datum()
305 rx.version = cpu_to_je32(++xd->version); in save_xattr_datum()
326 xd->xid, xd->version, xd->xprefix, xd->xname); in save_xattr_datum()
414 xd->xid, xd->version); in unrefer_xattr_datum()
856 xd->xid, xd->version); in jffs2_build_xattr_subsystem()
864 xd->xid, xd->version); in jffs2_build_xattr_subsystem()
879 uint32_t xid, uint32_t version) in jffs2_setup_xattr_datum() argument
[all …]
Dxattr.h34 uint32_t version; member
78 uint32_t xid, uint32_t version);
/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()
470 if (req->version[0] != DLM_DEVICE_VERSION_MAJOR || in check_version()
471 (req->version[0] == DLM_DEVICE_VERSION_MAJOR && in check_version()
[all …]
Dplock.c41 info->version[0] = DLM_PLOCK_VERSION_MAJOR; in set_version()
42 info->version[1] = DLM_PLOCK_VERSION_MINOR; in set_version()
43 info->version[2] = DLM_PLOCK_VERSION_PATCH; in set_version()
48 if ((DLM_PLOCK_VERSION_MAJOR != info->version[0]) || in check_version()
49 (DLM_PLOCK_VERSION_MINOR < info->version[1])) { in check_version()
55 info->version[0], in check_version()
56 info->version[1], in check_version()
57 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 …]
Ddo_balan.c309 int version; in balance_leaf() local
341 version = ih_version(ih); in balance_leaf()
549 int version; in balance_leaf() local
581 version = in balance_leaf()
586 (version, in balance_leaf()
590 (version, in balance_leaf()
597 (version, in balance_leaf()
604 (version, in balance_leaf()
756 int version; in balance_leaf() local
762 version = ih_version(ih); in balance_leaf()
[all …]
/fs/nfsd/
DKconfig25 Support for NFS version 2 (RFC 1094) is always available when
35 bool "NFS server support for NFS version 3"
39 version 3 of the NFS protocol (RFC 1813).
49 never became an official part of the NFS version 3 protocol.
67 bool "NFS server support for NFS version 4 (EXPERIMENTAL)"
74 version 4 of the NFS protocol (RFC 3530).
Dnfsfh.c416 u8 version; in fh_compose() local
435 version = 1; in fh_compose()
437 version = ref_fh->fh_handle.fh_version; in fh_compose()
444 switch (version) { in fh_compose()
523 if (version == 0xca) { in fh_compose()
/fs/lockd/
Dhost.c40 const u32 version; /* NLM version to search for */ member
135 if (host->h_version != ni->version) in nlm_lookup_host()
182 host->h_version = ni->version; in nlm_lookup_host()
249 const u32 version, in nlmclnt_lookup_host() argument
261 .version = version, in nlmclnt_lookup_host()
270 (hostname ? hostname : "<none>"), version, in nlmclnt_lookup_host()
309 .version = rqstp->rq_vers, in nlmsvc_lookup_host()
375 .version = host->h_version, in nlm_bind_host()
/fs/nfs/
DKconfig22 version 2 (RFC 1094) is always available when NFS_FS is selected.
33 bool "NFS client support for NFS version 3"
36 This option enables support for version 3 of the NFS protocol
47 NFS version 3 protocol. This protocol extension allows
64 bool "NFS client support for NFS version 4 (EXPERIMENTAL)"
68 This option enables support for version 4 of the NFS protocol
Dmount_clnt.c51 .version = info->version, in nfs_mount()
68 if (info->version == NFS_MNT3_VERSION) in nfs_mount()
197 .version = mnt_version,
Dnfsroot.c296 nfs_data.version = NFS_MOUNT_VERSION; in root_nfs_name()
422 static int __init root_nfs_getport(int program, int version, int proto) in root_nfs_getport() argument
427 program, version, &servaddr); in root_nfs_getport()
429 return rpcb_getport_sync(&sin, program, version, proto); in root_nfs_getport()
494 .version = (nfs_data.flags & NFS_MOUNT_VER3) ? in root_nfs_get_handle()
Dclient.c73 .version = nfs_version,
93 .version = nfsacl_version,
122 if (cl_init->rpc_ops->version == 4) { in nfs_alloc_client()
186 dprintk("--> nfs_free_client(%u)\n", clp->rpc_ops->version); in nfs_free_client()
361 if (clp->rpc_ops->version != nfsversion) in nfs_find_client()
383 u32 nfsvers = clp->rpc_ops->version; in nfs_find_client_next()
394 if (clp->rpc_ops->version != nfsvers) in nfs_find_client_next()
451 cl_init->hostname ?: "", cl_init->rpc_ops->version); in nfs_get_client()
572 .version = clp->rpc_ops->version, in nfs_create_rpc_client()
617 .nfs_version = clp->rpc_ops->version, in nfs_start_lockd()
[all …]
Dsuper.c524 u32 version = clp->rpc_ops->version; in nfs_show_mount_options() local
526 seq_printf(m, ",vers=%u", version); in nfs_show_mount_options()
548 if (version == 4) { in nfs_show_mount_options()
559 if (version != 4) in nfs_show_mount_options()
563 if (clp->rpc_ops->version == 4) in nfs_show_mount_options()
616 if (nfss->nfs_client->rpc_ops->version == 4) { in nfs_show_stats()
1151 mnt->mount_server.version = option; in nfs_parse_mount_options()
1350 if (args->mount_server.version == 0) { in nfs_try_mount()
1352 args->mount_server.version = NFS_MNT3_VERSION; in nfs_try_mount()
1354 args->mount_server.version = NFS_MNT_VERSION; in nfs_try_mount()
[all …]
/fs/
Dnfsctl.c94 int version; in SYSCALL_DEFINE3() local
97 if (copy_from_user(&version, &arg->ca_version, sizeof(int))) in SYSCALL_DEFINE3()
100 if (version != NFSCTL_VERSION) in SYSCALL_DEFINE3()
Dseq_file.c71 m->version = 0; in traverse()
151 m->version = 0; in seq_read()
169 m->version = file->f_version; in seq_read()
217 m->version = 0; in seq_read()
261 file->f_version = m->version; in seq_read()
287 m->version = file->f_version; in seq_lseek()
302 m->version = 0; in seq_lseek()
311 file->f_version = m->version; in seq_lseek()
/fs/partitions/
Dsun.c23 __be32 version; /* Layout version */ in sun_partition() member
88 (be32_to_cpu(label->vtoc.version) == 1) && in sun_partition()
99 label->vtoc.version || label->vtoc.nparts); in sun_partition()
/fs/ntfs/
Dquota.c73 if (le32_to_cpu(qce->version) != QUOTA_VERSION) { in ntfs_mark_quotas_out_of_date()
75 "supported.", le32_to_cpu(qce->version)); in ntfs_mark_quotas_out_of_date()
/fs/afs/
Dcache.c220 vnode->status.version, in afs_vnode_cache_match()
231 vnode->status.version != cvnode->data_version) { in afs_vnode_cache_match()
254 cvnode->data_version = vnode->status.version; in afs_vnode_cache_update()

12345