Home
last modified time | relevance | path

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

12

/fs/configfs/
Ddir.c201 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 & CONFIGFS_USET_DEFAULT) { in configfs_detach_prep()
[all …]
Dconfigfs_internal.h37 int s_type; member
137 if (!(sd->s_type & CONFIGFS_ROOT)) { in release_configfs_dirent()
Dinode.c190 if (sd->s_type & (CONFIGFS_DIR | CONFIGFS_ITEM_LINK)) in configfs_get_name()
193 if (sd->s_type & (CONFIGFS_ITEM_ATTR | CONFIGFS_ITEM_BIN_ATTR)) { in configfs_get_name()
Dsymlink.c94 if (target_sd->s_type & CONFIGFS_USET_DROPPING) { in create_link()
228 if (!(sd->s_type & CONFIGFS_ITEM_LINK)) in configfs_unlink()
Dmount.c59 .s_type = CONFIGFS_ROOT,
/fs/sysv/
Dsuper.c188 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()
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()
314 flavour_setup[sbi->s_type](sbi, &sb->s_max_links); in complete_read_super()
[all …]
Dballoc.c35 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()
Dsysv.h24 int s_type; /* file system type: FSTYPE_{XENIX|SYSV|COH} */ member
Dinode.c48 if (sbi->s_type == FSTYPE_SYSV4) { in sysv_sync_fs()
/fs/ksmbd/
Dmisc.c119 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()
Dmisc.h16 int parse_stream_name(char *filename, char **stream_name, int *s_type);
Dvfs.h154 size_t *xattr_stream_name_size, int s_type);
/fs/hfs/
Dsuper.c140 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()
235 hsb->s_type = hsb->s_creator = cpu_to_be32(0x3f3f3f3f); /* == '????' */ in parse_options()
306 if (match_fourchar(&args[0], &hsb->s_type)) { in parse_options()
Dhfs_fs.h148 __be32 s_type; /* Type for new files */ member
Dcatalog.c59 rec->file.UsrWds.fdType = HFS_SB(inode->i_sb)->s_type; in hfs_cat_build_record()
/fs/
Dsuper.c331 struct file_system_type *fs = s->s_type; in deactivate_locked_super()
556 s->s_type = fc->fs_type; in sget_fc()
558 strlcpy(s->s_id, s->s_type->name, sizeof(s->s_id)); in sget_fc()
560 hlist_add_head(&s->s_instances, &s->s_type->fs_supers); in sget_fc()
562 get_filesystem(s->s_type); in sget_fc()
636 s->s_type = type; in sget()
931 sb->s_type->name, retval); in reconfigure_super()
1597 return super_setup_bdi_name(sb, "%.28s-%ld", sb->s_type->name, in super_setup_bdi()
Dinode.c171 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()
181 if (sb->s_type->fs_flags & FS_THP_SUPPORT) in inode_init_always()
193 &sb->s_type->invalidate_lock_key, in inode_init_always()
977 struct file_system_type *type = inode->i_sb->s_type; in lockdep_annotate_inode_mutex_key()
Dproc_namespace.c94 mangle(m, sb->s_type->name); in show_type()
Dfs_context.c313 return alloc_fs_context(dentry->d_sb->s_type, dentry, sb_flags, in fs_context_for_reconfigure()
/fs/nfsd/
Dnfsfh.c488 return exp_sb(exp)->s_type->fs_flags & FS_REQUIRES_DEV; in fsid_type_ok_for_exp()
722 if (exp_sb(fhp->fh_export)->s_type->fs_flags & FS_REQUIRES_DEV) in fsid_source()
Dexport.c417 if (!(inode->i_sb->s_type->fs_flags & FS_REQUIRES_DEV) && in check_export()
438 __func__, inode->i_sb->s_type->name); in check_export()
/fs/cifs/
Dcifs_dfs_ref.c291 fc = fs_context_for_submount(path->mnt->mnt_sb->s_type, mntpt); in cifs_dfs_do_automount()
/fs/nfs/
Dnamespace.c161 fc = fs_context_for_submount(path->mnt->mnt_sb->s_type, path->dentry); in nfs_d_automount()
/fs/autofs/
Ddev-ioctl.c658 if (sb->s_type != &autofs_fs_type) { in _autofs_dev_ioctl()
/fs/ecryptfs/
Dmain.c532 if (path.dentry->d_sb->s_type == &ecryptfs_fs_type) { in ecryptfs_mount()

12