| /Linux-v4.19/fs/configfs/ |
| D | dir.c | 185 sd->s_type = type; in configfs_new_dirent() 188 if (parent_sd->s_type & CONFIGFS_USET_DROPPING) { in configfs_new_dirent() 323 sd->s_type &= ~CONFIGFS_USET_CREATING; in configfs_dir_set_ready() 325 if (child_sd->s_type & CONFIGFS_USET_CREATING) in configfs_dir_set_ready() 344 ret = !(sd->s_type & CONFIGFS_USET_CREATING); in configfs_dirent_is_ready() 432 (sd->s_type & CONFIGFS_ITEM_BIN_ATTR) ? in configfs_attach_attr() 462 if (sd->s_type & CONFIGFS_NOT_PINNED) { in configfs_lookup() 504 parent_sd->s_type |= CONFIGFS_USET_DROPPING; in configfs_detach_prep() 513 (sd->s_type & CONFIGFS_NOT_PINNED)) in configfs_detach_prep() 515 if (sd->s_type & CONFIGFS_USET_DEFAULT) { in configfs_detach_prep() [all …]
|
| D | configfs_internal.h | 44 int s_type; member 139 if (sd->s_type & CONFIGFS_ITEM_LINK) { in configfs_get_config_item() 152 if (!(sd->s_type & CONFIGFS_ROOT)) { in release_configfs_dirent()
|
| D | inode.c | 228 if (sd->s_type & (CONFIGFS_DIR | CONFIGFS_ITEM_LINK)) in configfs_get_name() 231 if (sd->s_type & (CONFIGFS_ITEM_ATTR | CONFIGFS_ITEM_BIN_ATTR)) { in configfs_get_name()
|
| D | symlink.c | 87 if (target_sd->s_type & CONFIGFS_USET_DROPPING) { in create_link() 193 if (!(sd->s_type & CONFIGFS_ITEM_LINK)) in configfs_unlink()
|
| D | mount.c | 65 .s_type = CONFIGFS_ROOT,
|
| /Linux-v4.19/fs/sysv/ |
| D | super.c | 187 switch (fs32_to_cpu(sbi, sbd->s_type)) { in detect_xenix() 189 sbi->s_type = FSTYPE_XENIX; in detect_xenix() 192 sbi->s_type = FSTYPE_XENIX; in detect_xenix() 214 type = fs32_to_cpu(sbi, sbd->s_type); in detect_sysv() 217 sbi->s_type = FSTYPE_AFS; in detect_sysv() 231 sbi->s_type = FSTYPE_SYSV2; in detect_sysv() 248 sbi->s_type = FSTYPE_SYSV4; in detect_sysv() 261 sbi->s_type = FSTYPE_COH; in detect_coherent() 306 char *found = flavour_names[sbi->s_type]; in complete_read_super() 313 flavour_setup[sbi->s_type](sbi, &sb->s_max_links); in complete_read_super() [all …]
|
| 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()
|
| D | sysv.h | 24 int s_type; /* file system type: FSTYPE_{XENIX|SYSV|COH} */ member
|
| D | inode.c | 48 if (sbi->s_type == FSTYPE_SYSV4) { in sysv_sync_fs()
|
| /Linux-v4.19/include/linux/ |
| 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
|
| /Linux-v4.19/drivers/net/fddi/skfp/h/ |
| D | smt.h | 800 struct smt_p_0015 s_type ; /* resource type */ member 816 struct smt_p_0015 s_type ; /* resource type */ member 834 struct smt_p_0015 s_type ; /* resource type */ member 847 struct smt_p_0015 s_type ; /* resource type */ member 856 struct smt_p_0015 s_type ; /* resource type */ member
|
| /Linux-v4.19/drivers/net/fddi/skfp/ |
| D | ess.c | 502 chg->s_type.para.p_type = SMT_P0015 ; in ess_send_response() 503 chg->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ; in ess_send_response() 504 chg->s_type.res_type = SYNC_BW ; in ess_send_response() 593 req->s_type.para.p_type = SMT_P0015 ; in ess_send_alc_req() 594 req->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ; in ess_send_alc_req() 595 req->s_type.res_type = SYNC_BW ; in ess_send_alc_req()
|
| /Linux-v4.19/fs/hfs/ |
| D | super.c | 140 if (sbi->s_type != cpu_to_be32(0x3f3f3f3f)) in hfs_show_options() 141 seq_show_option_n(seq, "type", (char *)&sbi->s_type, 4); in hfs_show_options() 241 hsb->s_type = hsb->s_creator = cpu_to_be32(0x3f3f3f3f); /* == '????' */ in parse_options() 312 if (match_fourchar(&args[0], &hsb->s_type)) { in parse_options()
|
| D | hfs_fs.h | 148 __be32 s_type; /* Type for new files */ member
|
| D | catalog.c | 59 rec->file.UsrWds.fdType = HFS_SB(inode->i_sb)->s_type; in hfs_cat_build_record()
|
| /Linux-v4.19/security/selinux/ |
| D | hooks.c | 509 !strcmp(sb->s_type->name, "sysfs") || in selinux_is_sblabel_mnt() 510 !strcmp(sb->s_type->name, "pstore") || in selinux_is_sblabel_mnt() 511 !strcmp(sb->s_type->name, "debugfs") || in selinux_is_sblabel_mnt() 512 !strcmp(sb->s_type->name, "tracefs") || in selinux_is_sblabel_mnt() 513 !strcmp(sb->s_type->name, "rootfs") || in selinux_is_sblabel_mnt() 515 (!strcmp(sb->s_type->name, "cgroup") || in selinux_is_sblabel_mnt() 516 !strcmp(sb->s_type->name, "cgroup2"))); in selinux_is_sblabel_mnt() 534 "xattr support\n", sb->s_id, sb->s_type->name); in sb_finish_set_opts() 544 sb->s_id, sb->s_type->name); in sb_finish_set_opts() 548 sb->s_type->name, -rc); in sb_finish_set_opts() [all …]
|
| /Linux-v4.19/sound/isa/sb/ |
| D | sb16_csp.c | 803 unsigned char s_type; /* sample type */ in snd_sb_csp_start() local 836 s_type = 0x00; in snd_sb_csp_start() 838 s_type = 0x11; /* 000n 000n (n = 1 if mono) */ in snd_sb_csp_start() 840 s_type |= 0x22; /* 00dX 00dX (d = 1 if 8 bit samples) */ in snd_sb_csp_start() 842 if (set_codec_parameter(p->chip, 0x81, s_type)) { in snd_sb_csp_start()
|
| /Linux-v4.19/fs/ |
| D | super.c | 325 struct file_system_type *fs = s->s_type; in deactivate_locked_super() 531 s->s_type = type; in sget_userns() 894 sb->s_type->name, retval); in do_remount_sb() 1318 bdi->name = sb->s_type->name; in super_setup_bdi_name() 1342 return super_setup_bdi_name(sb, "%.28s-%ld", sb->s_type->name, in super_setup_bdi()
|
| D | proc_namespace.c | 90 mangle(m, sb->s_type->name); in show_type()
|
| D | inode.c | 171 lockdep_set_class(&inode->i_lock, &sb->s_type->i_lock_key); in inode_init_always() 174 lockdep_set_class(&inode->i_rwsem, &sb->s_type->i_mutex_key); in inode_init_always() 943 struct file_system_type *type = inode->i_sb->s_type; in lockdep_annotate_inode_mutex_key()
|
| /Linux-v4.19/Documentation/filesystems/ |
| D | sysv-fs.txt | 128 long s_type; 133 long s_type;
|
| /Linux-v4.19/fs/nfsd/ |
| D | nfsfh.c | 458 return exp_sb(exp)->s_type->fs_flags & FS_REQUIRES_DEV; in fsid_type_ok_for_exp() 688 if (exp_sb(fhp->fh_export)->s_type->fs_flags & FS_REQUIRES_DEV) in fsid_source()
|
| /Linux-v4.19/security/tomoyo/ |
| D | realpath.c | 198 const char *name = sb->s_type->name; in tomoyo_get_local_path()
|
| /Linux-v4.19/init/ |
| D | do_mounts.c | 365 s->s_type->name, in do_mount_root()
|
| /Linux-v4.19/security/apparmor/ |
| D | mount.c | 412 binary = path->dentry->d_sb->s_type->fs_flags & FS_BINARY_MOUNTDATA; in aa_remount()
|