/linux-4.4.14/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() 317 sd->s_type &= ~CONFIGFS_USET_CREATING; in configfs_dir_set_ready() 319 if (child_sd->s_type & CONFIGFS_USET_CREATING) in configfs_dir_set_ready() 338 ret = !(sd->s_type & CONFIGFS_USET_CREATING); in configfs_dirent_is_ready() 459 if (sd->s_type & CONFIGFS_NOT_PINNED) { in configfs_lookup() 501 parent_sd->s_type |= CONFIGFS_USET_DROPPING; in configfs_detach_prep() 510 (sd->s_type & CONFIGFS_NOT_PINNED)) in configfs_detach_prep() 512 if (sd->s_type & CONFIGFS_USET_DEFAULT) { in configfs_detach_prep() 514 if (sd->s_type & CONFIGFS_USET_IN_MKDIR) { in configfs_detach_prep() [all …]
|
D | configfs_internal.h | 44 int s_type; member 129 if (sd->s_type & CONFIGFS_ITEM_LINK) { in configfs_get_config_item() 142 if (!(sd->s_type & CONFIGFS_ROOT)) { in release_configfs_dirent()
|
D | inode.c | 218 if (sd->s_type & (CONFIGFS_DIR | CONFIGFS_ITEM_LINK)) in configfs_get_name() 221 if (sd->s_type & CONFIGFS_ITEM_ATTR) { in configfs_get_name()
|
D | symlink.c | 88 if (target_sd->s_type & CONFIGFS_USET_DROPPING) { in create_link() 194 if (!(sd->s_type & CONFIGFS_ITEM_LINK)) in configfs_unlink()
|
D | mount.c | 65 .s_type = CONFIGFS_ROOT,
|
/linux-4.4.14/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 | 34 if (SYSV_SB(sb)->s_type == FSTYPE_SYSV4) in get_chunk() 55 if (sbi->s_type == FSTYPE_AFS) in sysv_free_block() 173 if (sbi->s_type == FSTYPE_AFS) in sysv_count_free_blocks()
|
D | sysv.h | 23 int s_type; /* file system type: FSTYPE_{XENIX|SYSV|COH} */ member
|
D | inode.c | 47 if (sbi->s_type == FSTYPE_SYSV4) { in sysv_sync_fs()
|
/linux-4.4.14/include/linux/ |
D | sysv_fs.h | 51 __fs32 s_type; /* type of file system: 1 for 512 byte blocks member 93 __fs32 s_type; /* type of file system: 1 for 512 byte blocks member 121 __fs32 s_type; /* type of file system: 1 for 512 byte blocks member
|
D | fs.h | 1292 struct file_system_type *s_type; member
|
/linux-4.4.14/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-4.4.14/drivers/net/fddi/skfp/ |
D | ess.c | 500 chg->s_type.para.p_type = SMT_P0015 ; in ess_send_response() 501 chg->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ; in ess_send_response() 502 chg->s_type.res_type = SYNC_BW ; in ess_send_response() 591 req->s_type.para.p_type = SMT_P0015 ; in ess_send_alc_req() 592 req->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ; in ess_send_alc_req() 593 req->s_type.res_type = SYNC_BW ; in ess_send_alc_req()
|
/linux-4.4.14/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 | 147 __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-4.4.14/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-4.4.14/security/selinux/ |
D | hooks.c | 420 !strcmp(sb->s_type->name, "sysfs") || in selinux_is_sblabel_mnt() 421 !strcmp(sb->s_type->name, "pstore") || in selinux_is_sblabel_mnt() 422 !strcmp(sb->s_type->name, "debugfs") || in selinux_is_sblabel_mnt() 423 !strcmp(sb->s_type->name, "rootfs"); in selinux_is_sblabel_mnt() 441 "xattr support\n", sb->s_id, sb->s_type->name); in sb_finish_set_opts() 450 sb->s_id, sb->s_type->name); in sb_finish_set_opts() 454 sb->s_type->name, -rc); in sb_finish_set_opts() 461 sb->s_id, sb->s_type->name); in sb_finish_set_opts() 623 const char *name = sb->s_type->name; in selinux_set_mnt_opts() 664 if ((sbsec->flags & SE_SBINITIALIZED) && (sb->s_type->fs_flags & FS_BINARY_MOUNTDATA) in selinux_set_mnt_opts() [all …]
|
/linux-4.4.14/Documentation/filesystems/ |
D | sysv-fs.txt | 128 long s_type; 133 long s_type;
|
/linux-4.4.14/fs/nfsd/ |
D | nfsfh.c | 441 return exp_sb(exp)->s_type->fs_flags & FS_REQUIRES_DEV; in fsid_type_ok_for_exp() 671 if (exp_sb(fhp->fh_export)->s_type->fs_flags & FS_REQUIRES_DEV) in fsid_source()
|
D | export.c | 368 if (!(inode->i_sb->s_type->fs_flags & FS_REQUIRES_DEV) && in check_export()
|
/linux-4.4.14/security/tomoyo/ |
D | realpath.c | 197 const char *name = sb->s_type->name; in tomoyo_get_local_path()
|
/linux-4.4.14/fs/ |
D | super.c | 297 struct file_system_type *fs = s->s_type; in deactivate_locked_super() 494 s->s_type = type; in sget() 763 sb->s_type->name, retval); in do_remount_sb()
|
D | proc_namespace.c | 87 mangle(m, sb->s_type->name); in show_type()
|
D | inode.c | 160 lockdep_set_class(&inode->i_lock, &sb->s_type->i_lock_key); in inode_init_always() 163 lockdep_set_class(&inode->i_mutex, &sb->s_type->i_mutex_key); in inode_init_always() 918 struct file_system_type *type = inode->i_sb->s_type; in lockdep_annotate_inode_mutex_key()
|
D | libfs.c | 510 s->s_type->name); in simple_fill_super()
|
D | dcache.c | 1423 dentry->d_sb->s_type->name, in umount_check() 2796 inode->i_sb->s_type->name, in d_splice_alias()
|
D | namespace.c | 2182 !(sb->s_type->fs_flags & FS_USERNS_DEV_MOUNT)) { in do_remount() 3223 if (mnt->mnt.mnt_sb->s_type != type) in fs_fully_visible()
|
D | namei.c | 4286 if (!(old_dir->i_sb->s_type->fs_flags & FS_RENAME_DOES_D_MOVE)) { in vfs_rename()
|
/linux-4.4.14/init/ |
D | do_mounts.c | 375 s->s_type->name, in do_mount_root()
|
/linux-4.4.14/fs/ecryptfs/ |
D | main.c | 541 if (path.dentry->d_sb->s_type == &ecryptfs_fs_type) { in ecryptfs_mount()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 568 if (path->dentry->d_sb->s_type != &spufs_type) in spufs_create()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | lproc_llite.c | 197 return sprintf(buf, "%s\n", sbi->ll_sb->s_type->name); in fstype_show()
|
/linux-4.4.14/kernel/ |
D | cgroup.c | 4397 if (dentry->d_sb->s_type != &cgroup_fs_type || !kn || in cgroupstats_build() 5822 if (dentry->d_sb->s_type != &cgroup_fs_type || !kn || in css_tryget_online_from_dir()
|
/linux-4.4.14/security/selinux/ss/ |
D | services.c | 2549 const char *fstype = sb->s_type->name; in security_fs_use()
|