Searched refs:ver (Results 1 – 6 of 6) sorted by relevance
501 int ver; in smb_fill_super() local515 ver = oldmnt->version; in smb_fill_super()516 if (ver != SMB_MOUNT_OLDVERSION && cpu_to_be32(ver) != SMB_MOUNT_ASCII) in smb_fill_super()570 if (ver == SMB_MOUNT_OLDVERSION) { in smb_fill_super()635 printk(KERN_ERR "smbfs: mount_data version %d is not supported\n", ver); in smb_fill_super()
59 uint32_t ver; in jffs2_acl_from_medium() local66 ver = je32_to_cpu(header->a_version); in jffs2_acl_from_medium()67 if (ver != JFFS2_ACL_VERSION) { in jffs2_acl_from_medium()68 JFFS2_WARNING("Invalid ACL version. (=%u)\n", ver); in jffs2_acl_from_medium()
4 quorum.o tcp.o netdebug.o ver.o
775 struct dlm_device_version ver; in copy_version_to_user() local777 memset(&ver, 0, sizeof(struct dlm_device_version)); in copy_version_to_user()778 ver.version[0] = DLM_DEVICE_VERSION_MAJOR; in copy_version_to_user()779 ver.version[1] = DLM_DEVICE_VERSION_MINOR; in copy_version_to_user()780 ver.version[2] = DLM_DEVICE_VERSION_PATCH; in copy_version_to_user()782 if (copy_to_user(buf, &ver, sizeof(struct dlm_device_version))) in copy_version_to_user()
38 ver.o \
948 } __attribute__ ((__packed__)) ver; member