Home
last modified time | relevance | path

Searched refs:s_type (Results 1 – 25 of 43) sorted by relevance

12

/linux/fs/configfs/
H A Ddir.c200 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 Dinode.c189 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 Dsymlink.c94 if (target_sd->s_type & CONFIGFS_USET_DROPPING) { in create_link()
221 if (!(sd->s_type & CONFIGFS_ITEM_LINK)) in configfs_unlink()
H A Dmount.c59 .s_type = CONFIGFS_ROOT,
/linux/drivers/net/fddi/skfp/h/
H A Dsmt.h794 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 Dess.c497 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 Dsuper.c147 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 Dsuper.c473 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 Dinode.c247 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 Dfs_context.c318 return alloc_fs_context(dentry->d_sb->s_type, dentry, sb_flags, in fs_context_for_reconfigure()
H A Dioctl.c477 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 Drealpath.c208 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 Dhooks.c474 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 Dsb16_csp.c779 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 Dovl_entry.h118 WARN_ON_ONCE(sb->s_type != &ovl_fs_type); in OVL_FS()
/linux/fs/smb/client/
H A Dnamespace.c225 fc = fs_context_for_submount(path->mnt->mnt_sb->s_type, mntpt); in cifs_do_automount()
/linux/fs/xfs/scrub/
H A Dxfile.c98 lockdep_set_class(&inode->i_rwsem, &inode->i_sb->s_type->i_mutex_key); in xfile_destroy()
/linux/fs/nfsd/
H A Dnfsfh.c522 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 Dexport.c434 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 Ddo_mounts.c168 s->s_type->name, in do_mount_root()
/linux/fs/nfs/
H A Dnamespace.c162 fc = fs_context_for_submount(path->mnt->mnt_sb->s_type, path->dentry); in nfs_d_automount()
/linux/fs/autofs/
H A Ddev-ioctl.c727 if (sb->s_type != &autofs_fs_type) { in _autofs_dev_ioctl()
/linux/fs/ecryptfs/
H A Dmain.c489 if (path.dentry->d_sb->s_type == &ecryptfs_fs_type) { in ecryptfs_get_tree()
/linux/security/apparmor/
H A Dmount.c406 binary = path->dentry->d_sb->s_type->fs_flags & FS_BINARY_MOUNTDATA; in aa_remount()
/linux/security/integrity/evm/
H A Devm_main.c159 pr_info_once("%s not supported\n", inode->i_sb->s_type->name); in is_unsupported_hmac_fs()

12