| /linux/fs/configfs/ |
| H A D | dir.c | 200 sd->s_type = type; in configfs_new_dirent() 203 if (parent_sd->s_type & CONFIGFS_USET_DROPPING) { in configfs_new_dirent() 216 if (sd->s_type & CONFIGFS_PINNED) in configfs_new_dirent() 341 sd->s_type &= ~CONFIGFS_USET_CREATING; in configfs_dir_set_ready() 343 if (child_sd->s_type & CONFIGFS_USET_CREATING) in configfs_dir_set_ready() 362 ret = !(sd->s_type & CONFIGFS_USET_CREATING); in configfs_dirent_is_ready() 471 if (sd->s_type & CONFIGFS_PINNED) in configfs_lookup() 478 if ((sd->s_type & CONFIGFS_NOT_PINNED) && in configfs_lookup() 492 if (sd->s_type & CONFIGFS_ITEM_BIN_ATTR) { in configfs_lookup() 523 parent_sd->s_type |= CONFIGFS_USET_DROPPING; in configfs_detach_prep() [all …]
|
| H A D | inode.c | 189 if (sd->s_type & (CONFIGFS_DIR | CONFIGFS_ITEM_LINK)) in configfs_get_name() 192 if (sd->s_type & (CONFIGFS_ITEM_ATTR | CONFIGFS_ITEM_BIN_ATTR)) { in configfs_get_name()
|
| H A D | symlink.c | 94 if (target_sd->s_type & CONFIGFS_USET_DROPPING) { in create_link() 221 if (!(sd->s_type & CONFIGFS_ITEM_LINK)) in configfs_unlink()
|
| H A D | mount.c | 59 .s_type = CONFIGFS_ROOT,
|
| /linux/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
|
| /linux/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()
|
| /linux/fs/hfs/ |
| H A D | super.c | 147 if (sbi->s_type != cpu_to_be32(0x3f3f3f3f)) in hfs_show_options() 148 seq_show_option_n(seq, "type", (char *)&sbi->s_type, 4); in hfs_show_options() 262 memcpy(&hsb->s_type, param->string, 4); in hfs_parse_param() 427 hsb->s_type = cpu_to_be32(0x3f3f3f3f); /* == '????' */ in hfs_init_fs_context()
|
| /linux/fs/ |
| H A D | super.c | 473 struct file_system_type *fs = s->s_type; in deactivate_locked_super() 656 sb->s_id, sb->s_type->name)) { in generic_shutdown_super() 779 s->s_type = fc->fs_type; in sget_fc() 781 strscpy(s->s_id, s->s_type->name, sizeof(s->s_id)); in sget_fc() 788 hlist_add_head(&s->s_instances, &s->s_type->fs_supers); in sget_fc() 790 get_filesystem(s->s_type); in sget_fc() 861 s->s_type = type; in sget() 1086 sb->s_type->name, retval); in reconfigure_super() 1195 if (!freeze_all_ptr && !(sb->s_type->fs_flags & FS_POWER_FREEZE)) in filesystems_freeze_callback() 1649 shrinker_debugfs_rename(sb->s_shrink, "sb-%s:%s", sb->s_type->name, in setup_bdev_super() [all …]
|
| H A D | inode.c | 247 if (sb->s_type->fs_flags & FS_MGTIME) in inode_init_always_gfp() 271 lockdep_set_class(&inode->i_lock, &sb->s_type->i_lock_key); in inode_init_always_gfp() 274 lockdep_set_class(&inode->i_rwsem, &sb->s_type->i_mutex_key); in inode_init_always_gfp() 291 &sb->s_type->invalidate_lock_key, in inode_init_always_gfp() 1196 struct file_system_type *type = inode->i_sb->s_type; in lockdep_annotate_inode_mutex_key() 3032 struct file_system_type *s_type; in dump_inode() local 3053 get_kernel_nofault(s_type, &sb->s_type) || !s_type || in dump_inode() 3054 get_kernel_nofault(fs_name_ptr, &s_type->name) || !fs_name_ptr || in dump_inode()
|
| H A D | fs_context.c | 318 return alloc_fs_context(dentry->d_sb->s_type, dentry, sb_flags, in fs_context_for_reconfigure()
|
| H A D | ioctl.c | 477 u.len = scnprintf(u.name, sizeof(u.name), "%s/%s", sb->s_type->name, sb->s_sysfs_name); in ioctl_get_fs_sysfs_path()
|
| /linux/security/tomoyo/ |
| H A D | realpath.c | 208 const char *name = sb->s_type->name; in tomoyo_get_local_path() 266 !(sb->s_type->fs_flags & FS_REQUIRES_DEV))) in tomoyo_realpath_from_path()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 474 return !strcmp(sb->s_type->name, "sysfs") || in selinux_is_genfs_special_handling() 475 !strcmp(sb->s_type->name, "pstore") || in selinux_is_genfs_special_handling() 476 !strcmp(sb->s_type->name, "debugfs") || in selinux_is_genfs_special_handling() 477 !strcmp(sb->s_type->name, "tracefs") || in selinux_is_genfs_special_handling() 478 !strcmp(sb->s_type->name, "rootfs") || in selinux_is_genfs_special_handling() 480 (!strcmp(sb->s_type->name, "cgroup") || in selinux_is_genfs_special_handling() 481 !strcmp(sb->s_type->name, "cgroup2"))) || in selinux_is_genfs_special_handling() 483 !strcmp(sb->s_type->name, "functionfs")); in selinux_is_genfs_special_handling() 531 sb->s_id, sb->s_type->name); in sb_check_xattr_support() 539 sb->s_id, sb->s_type->name); in sb_check_xattr_support() [all …]
|
| /linux/sound/isa/sb/ |
| H A D | sb16_csp.c | 779 unsigned char s_type; /* sample type */ in snd_sb_csp_start() local 812 s_type = 0x00; in snd_sb_csp_start() 814 s_type = 0x11; /* 000n 000n (n = 1 if mono) */ in snd_sb_csp_start() 816 s_type |= 0x22; /* 00dX 00dX (d = 1 if 8 bit samples) */ in snd_sb_csp_start() 818 if (set_codec_parameter(p->chip, 0x81, s_type)) { in snd_sb_csp_start()
|
| /linux/fs/overlayfs/ |
| H A D | ovl_entry.h | 118 WARN_ON_ONCE(sb->s_type != &ovl_fs_type); in OVL_FS()
|
| /linux/fs/smb/client/ |
| H A D | namespace.c | 225 fc = fs_context_for_submount(path->mnt->mnt_sb->s_type, mntpt); in cifs_do_automount()
|
| /linux/fs/xfs/scrub/ |
| H A D | xfile.c | 98 lockdep_set_class(&inode->i_rwsem, &inode->i_sb->s_type->i_mutex_key); in xfile_destroy()
|
| /linux/fs/nfsd/ |
| H A D | nfsfh.c | 522 return exp_sb(exp)->s_type->fs_flags & FS_REQUIRES_DEV; in fsid_type_ok_for_exp() 834 if (exp_sb(fhp->fh_export)->s_type->fs_flags & FS_REQUIRES_DEV) in fsid_source()
|
| H A D | export.c | 434 if (!(inode->i_sb->s_type->fs_flags & FS_REQUIRES_DEV) && in check_export() 443 inode->i_sb->s_type->name); in check_export() 455 __func__, inode->i_sb->s_type->name); in check_export()
|
| /linux/init/ |
| H A D | do_mounts.c | 168 s->s_type->name, in do_mount_root()
|
| /linux/fs/nfs/ |
| H A D | namespace.c | 162 fc = fs_context_for_submount(path->mnt->mnt_sb->s_type, path->dentry); in nfs_d_automount()
|
| /linux/fs/autofs/ |
| H A D | dev-ioctl.c | 727 if (sb->s_type != &autofs_fs_type) { in _autofs_dev_ioctl()
|
| /linux/fs/ecryptfs/ |
| H A D | main.c | 489 if (path.dentry->d_sb->s_type == &ecryptfs_fs_type) { in ecryptfs_get_tree()
|
| /linux/security/apparmor/ |
| H A D | mount.c | 406 binary = path->dentry->d_sb->s_type->fs_flags & FS_BINARY_MOUNTDATA; in aa_remount()
|
| /linux/security/integrity/evm/ |
| H A D | evm_main.c | 159 pr_info_once("%s not supported\n", inode->i_sb->s_type->name); in is_unsupported_hmac_fs()
|