/kernel/linux/linux-5.10/fs/configfs/ |
H A D | dir.c | 203 sd->s_type = type; in configfs_new_dirent() 206 if (parent_sd->s_type & CONFIGFS_USET_DROPPING) { in configfs_new_dirent() 336 sd->s_type &= ~CONFIGFS_USET_CREATING; in configfs_dir_set_ready() 338 if (child_sd->s_type & CONFIGFS_USET_CREATING) in configfs_dir_set_ready() 357 ret = !(sd->s_type & CONFIGFS_USET_CREATING); in configfs_dirent_is_ready() 450 if (sd->s_type & CONFIGFS_ITEM_BIN_ATTR) { in configfs_attach_attr() 483 if (sd->s_type & CONFIGFS_NOT_PINNED) { in configfs_lookup() 525 parent_sd->s_type |= CONFIGFS_USET_DROPPING; in configfs_detach_prep() 534 (sd->s_type & CONFIGFS_NOT_PINNED)) in configfs_detach_prep() 536 if (sd->s_type in configfs_detach_prep() [all...] |
H A D | configfs_internal.h | 39 int s_type; member 137 if (!(sd->s_type & CONFIGFS_ROOT)) { in release_configfs_dirent()
|
/kernel/linux/linux-6.6/fs/configfs/ |
H A D | dir.c | 201 sd->s_type = type; in configfs_new_dirent() 204 if (parent_sd->s_type & CONFIGFS_USET_DROPPING) { in configfs_new_dirent() 335 sd->s_type &= ~CONFIGFS_USET_CREATING; in configfs_dir_set_ready() 337 if (child_sd->s_type & CONFIGFS_USET_CREATING) in configfs_dir_set_ready() 356 ret = !(sd->s_type & CONFIGFS_USET_CREATING); in configfs_dirent_is_ready() 454 if ((sd->s_type & CONFIGFS_NOT_PINNED) && in configfs_lookup() 468 if (sd->s_type & CONFIGFS_ITEM_BIN_ATTR) { in configfs_lookup() 499 parent_sd->s_type |= CONFIGFS_USET_DROPPING; in configfs_detach_prep() 508 (sd->s_type & CONFIGFS_NOT_PINNED)) in configfs_detach_prep() 510 if (sd->s_type in configfs_detach_prep() [all...] |
H A D | configfs_internal.h | 37 int s_type; member 137 if (!(sd->s_type & CONFIGFS_ROOT)) { in release_configfs_dirent()
|
/kernel/linux/linux-5.10/fs/sysv/ |
H A D | super.c | 188 switch (fs32_to_cpu(sbi, sbd->s_type)) { in detect_xenix() 190 sbi->s_type = FSTYPE_XENIX; in detect_xenix() 193 sbi->s_type = FSTYPE_XENIX; in detect_xenix() 215 type = fs32_to_cpu(sbi, sbd->s_type); in detect_sysv() 218 sbi->s_type = FSTYPE_AFS; in detect_sysv() 232 sbi->s_type = FSTYPE_SYSV2; in detect_sysv() 238 /* On Interactive Unix (ISC) Version 4.0/3.x s_type field = 0x10, in detect_sysv() 249 sbi->s_type = FSTYPE_SYSV4; in detect_sysv() 262 sbi->s_type = FSTYPE_COH; in detect_coherent() 307 char *found = flavour_names[sbi->s_type]; in complete_read_super() [all...] |
H A D | balloc.c | 35 if (SYSV_SB(sb)->s_type == FSTYPE_SYSV4) in get_chunk() 56 if (sbi->s_type == FSTYPE_AFS) in sysv_free_block() 174 if (sbi->s_type == FSTYPE_AFS) in sysv_count_free_blocks()
|
/kernel/linux/linux-6.6/fs/sysv/ |
H A D | super.c | 188 switch (fs32_to_cpu(sbi, sbd->s_type)) { in detect_xenix() 190 sbi->s_type = FSTYPE_XENIX; in detect_xenix() 193 sbi->s_type = FSTYPE_XENIX; in detect_xenix() 215 type = fs32_to_cpu(sbi, sbd->s_type); in detect_sysv() 218 sbi->s_type = FSTYPE_AFS; in detect_sysv() 232 sbi->s_type = FSTYPE_SYSV2; in detect_sysv() 238 /* On Interactive Unix (ISC) Version 4.0/3.x s_type field = 0x10, in detect_sysv() 249 sbi->s_type = FSTYPE_SYSV4; in detect_sysv() 262 sbi->s_type = FSTYPE_COH; in detect_coherent() 307 char *found = flavour_names[sbi->s_type]; in complete_read_super() [all...] |
H A D | balloc.c | 35 if (SYSV_SB(sb)->s_type == FSTYPE_SYSV4) in get_chunk() 56 if (sbi->s_type == FSTYPE_AFS) in sysv_free_block() 174 if (sbi->s_type == FSTYPE_AFS) in sysv_count_free_blocks()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_reader.cpp | 393 s_expression *s_type; in read_declaration() local 396 s_pattern pat[] = { "declare", s_quals, s_type, s_name }; in read_declaration() 402 const glsl_type *type = read_type(s_type); in read_declaration() 711 s_expression *s_type; in read_expression() local 715 s_pattern pat[] = { "expression", s_type, s_op, s_arg[0] }; in read_expression() 726 const glsl_type *type = read_type(s_type); in read_expression() 940 s_expression *s_type = NULL; in read_texture() local 954 { "tex", s_type, s_sampler, s_coord, s_sparse, s_offset, s_proj, s_shadow, s_clamp }; in read_texture() 956 { "txb", s_type, s_sampler, s_coord, s_sparse, s_offset, s_proj, s_shadow, s_clamp, s_lod }; in read_texture() 958 { "txd", s_type, s_sample in read_texture() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | sysv_fs.h | 52 __fs32 s_type; /* type of file system: 1 for 512 byte blocks member 94 __fs32 s_type; /* type of file system: 1 for 512 byte blocks member 122 __fs32 s_type; /* type of file system: 1 for 512 byte blocks member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | sysv_fs.h | 52 __fs32 s_type; /* type of file system: 1 for 512 byte blocks member 94 __fs32 s_type; /* type of file system: 1 for 512 byte blocks member 122 __fs32 s_type; /* type of file system: 1 for 512 byte blocks member
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_physical_device_features.py | 184 s_type = elem.attrib.get('values') 194 s_type = p.attrib.get('values') 199 feat = Feature(name=_type.attrib.get('name'), vk_type=s_type, vk_flags=flags)
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | check-format-test-positives.c | 68 } s_type; /*@ statement/type declaration indent off by 4 */ 95 s_type s; /*@2 local variable declaration indent off by -1 */
|
/third_party/openssl/util/ |
H A D | check-format-test-positives.c | 68 } s_type; /*@ statement/type declaration indent off by 4 */ 95 s_type s; /*@2 local variable declaration indent off by -1 */
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_accessor_expression_test.cc | 271 auto* s_type = Structure("my_struct", {Member("inner", ty.Of(inner_struct))}); in TEST_F() local 273 auto* var = Var("ident", ty.Of(s_type)); in TEST_F() 353 auto* s_type = Structure("my_struct", {Member("inner", ty.Of(inner_struct))}); in TEST_F() local 356 Const("ident", ty.Of(s_type), in TEST_F() 357 Construct(ty.Of(s_type), Construct(ty.Of(inner_struct), 0.f, 0.f))); in TEST_F() 399 auto* s_type = Structure("Outer", {Member("inner", ty.Of(alias))}); in TEST_F() local 401 auto* var = Var("ident", ty.Of(s_type)); in TEST_F() 444 auto* s_type = Structure("my_struct", {Member("inner", ty.Of(inner_struct))}); in TEST_F() local 446 auto* var = Var("ident", ty.Of(s_type)); in TEST_F() 493 auto* s_type in TEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | ess.c | 498 chg->s_type.para.p_type = SMT_P0015 ; in ess_send_response() 499 chg->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ; in ess_send_response() 500 chg->s_type.res_type = SYNC_BW ; in ess_send_response() 589 req->s_type.para.p_type = SMT_P0015 ; in ess_send_alc_req() 590 req->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ; in ess_send_alc_req() 591 req->s_type.res_type = SYNC_BW ; in ess_send_alc_req()
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
H A D | ess.c | 497 chg->s_type.para.p_type = SMT_P0015 ; in ess_send_response() 498 chg->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ; in ess_send_response() 499 chg->s_type.res_type = SYNC_BW ; in ess_send_response() 588 req->s_type.para.p_type = SMT_P0015 ; in ess_send_alc_req() 589 req->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ; in ess_send_alc_req() 590 req->s_type.res_type = SYNC_BW ; in ess_send_alc_req()
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | misc.c | 119 int parse_stream_name(char *filename, char **stream_name, int *s_type) in parse_stream_name() argument 141 *s_type = DATA_STREAM; in parse_stream_name() 143 *s_type = DIR_STREAM; in parse_stream_name()
|
H A D | misc.h | 16 int parse_stream_name(char *filename, char **stream_name, int *s_type);
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/ |
H A D | smt.h | 796 struct smt_p_0015 s_type ; /* resource type */ member 812 struct smt_p_0015 s_type ; /* resource type */ member 830 struct smt_p_0015 s_type ; /* resource type */ member 843 struct smt_p_0015 s_type ; /* resource type */ member 852 struct smt_p_0015 s_type ; /* resource type */ member
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/ |
H A D | smt.h | 794 struct smt_p_0015 s_type ; /* resource type */ member 810 struct smt_p_0015 s_type ; /* resource type */ member 828 struct smt_p_0015 s_type ; /* resource type */ member 841 struct smt_p_0015 s_type ; /* resource type */ member 850 struct smt_p_0015 s_type ; /* resource type */ member
|
/third_party/backends/backend/ |
H A D | epsonds.h | 58 #define XtOffsetOf(s_type, field) XtOffset(s_type*, field)
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_depth.c | 623 struct lp_type s_type = zs_type; in lp_build_depth_stencil_load_swizzled() local 630 s_type.width = s_type.width / 2; in lp_build_depth_stencil_load_swizzled() 631 s_type.floating = 0; in lp_build_depth_stencil_load_swizzled() 645 lp_build_vec_type(gallivm, s_type), ""); in lp_build_depth_stencil_load_swizzled() 846 struct lp_type s_type; in lp_build_depth_stencil_test() local 930 s_type = lp_int_type(z_type); in lp_build_depth_stencil_test() 931 lp_build_context_init(&s_bld, gallivm, s_type); in lp_build_depth_stencil_test() 964 LLVMValueRef shift = lp_build_const_int_vec(gallivm, s_type, s_shift); in lp_build_depth_stencil_test() 970 LLVMValueRef mask = lp_build_const_int_vec(gallivm, s_type, s_mas in lp_build_depth_stencil_test() [all...] |
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | super.c | 139 if (sbi->s_type != cpu_to_be32(0x3f3f3f3f)) in hfs_show_options() 140 seq_show_option_n(seq, "type", (char *)&sbi->s_type, 4); in hfs_show_options() 234 hsb->s_type = hsb->s_creator = cpu_to_be32(0x3f3f3f3f); /* == '????' */ in parse_options() 305 if (match_fourchar(&args[0], &hsb->s_type)) { in parse_options()
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | super.c | 139 if (sbi->s_type != cpu_to_be32(0x3f3f3f3f)) in hfs_show_options() 140 seq_show_option_n(seq, "type", (char *)&sbi->s_type, 4); in hfs_show_options() 234 hsb->s_type = hsb->s_creator = cpu_to_be32(0x3f3f3f3f); /* == '????' */ in parse_options() 305 if (match_fourchar(&args[0], &hsb->s_type)) { in parse_options()
|