Searched refs:s_version (Results 1 – 11 of 11) sorted by relevance
113 if (sbi->s_version == MINIX_V3) { in minix_readdir()177 if (sbi->s_version == MINIX_V3) { in minix_find_entry()234 if (sbi->s_version == MINIX_V3) { in minix_add_link()243 if (sbi->s_version == MINIX_V3) in minix_add_link()267 if (sbi->s_version == MINIX_V3) { in minix_add_link()300 if (sbi->s_version == MINIX_V3) in minix_delete_entry()328 if (sbi->s_version == MINIX_V3) { in minix_make_empty()374 if (sbi->s_version == MINIX_V3) { in minix_empty_dir()421 if (sbi->s_version == MINIX_V3) in minix_set_link()451 if (sbi->s_version == MINIX_V3) in minix_inode_by_name()
48 if (sbi->s_version != MINIX_V3) /* s_state is now out from V3 sb */ in minix_put_super()131 if (sbi->s_version != MINIX_V3) in minix_reconfigure()136 if (sbi->s_version != MINIX_V3) { in minix_reconfigure()166 if (sbi->s_version == MINIX_V1 && in minix_check_superblock()212 sbi->s_version = MINIX_V1; in minix_fill_super()217 sbi->s_version = MINIX_V1; in minix_fill_super()222 sbi->s_version = MINIX_V2; in minix_fill_super()228 sbi->s_version = MINIX_V2; in minix_fill_super()245 sbi->s_version = MINIX_V3; in minix_fill_super()316 if (sbi->s_version != MINIX_V3) /* s_state is now out from V3 sb */ in minix_fill_super()
9 #define INODE_VERSION(inode) minix_sb(inode->i_sb)->s_version42 unsigned short s_version; member
61 cmd.s_version.opcode = OCTEP_PFVF_MBOX_CMD_VERSION; in octep_vf_mbox_version_check()62 cmd.s_version.version = OCTEP_PFVF_MBOX_VERSION_CURRENT; in octep_vf_mbox_version_check()69 oct->mbox_neg_ver = (u32)rsp.s_version.version; in octep_vf_mbox_version_check()72 (u32)cmd.s_version.version, in octep_vf_mbox_version_check()73 (u32)rsp.s_version.version); in octep_vf_mbox_version_check()
106 } s_version; member
38 u32 vf_version = (u32)cmd.s_version.version; in octep_pfvf_validate_version()43 rsp->s_version.version = vf_version; in octep_pfvf_validate_version()45 rsp->s_version.version = OCTEP_PFVF_MBOX_VERSION_CURRENT; in octep_pfvf_validate_version()47 oct->vf_info[vf_id].mbox_version = rsp->s_version.version; in octep_pfvf_validate_version()51 rsp->s_version.type = OCTEP_PFVF_MBOX_TYPE_RSP_ACK; in octep_pfvf_validate_version()
114 } s_version; member
27 __le32 s_version; /* 4: version number */ member
308 le32_to_cpu(j_sb->s_version) > JFS_VERSION) { in chkSuper()
263 DF(s_version), flags, (flags & reiserfs_attrs_cleared) in show_on_disk_super()
168 #define sb_version(sbp) (le16_to_cpu((sbp)->s_v1.s_version))169 #define set_sb_version(sbp,v) ((sbp)->s_v1.s_version = cpu_to_le16(v))1013 __le16 s_version; member1067 #define SB_VERSION(s) le16_to_cpu ((SB_V1_DISK_SUPER_BLOCK(s)->s_version))1081 do { SB_V1_DISK_SUPER_BLOCK(s)->s_version = cpu_to_le16(val); } while (0)
Completed in 46 milliseconds