Home
last modified time | relevance | path

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

12

/linux-4.19.296/fs/configfs/
Ddir.c218 sd->s_type = type; in configfs_new_dirent()
221 if (parent_sd->s_type & CONFIGFS_USET_DROPPING) { in configfs_new_dirent()
359 sd->s_type &= ~CONFIGFS_USET_CREATING; in configfs_dir_set_ready()
361 if (child_sd->s_type & CONFIGFS_USET_CREATING) in configfs_dir_set_ready()
380 ret = !(sd->s_type & CONFIGFS_USET_CREATING); in configfs_dirent_is_ready()
469 (sd->s_type & CONFIGFS_ITEM_BIN_ATTR) ? in configfs_attach_attr()
499 if (sd->s_type & CONFIGFS_NOT_PINNED) { in configfs_lookup()
541 parent_sd->s_type |= CONFIGFS_USET_DROPPING; in configfs_detach_prep()
550 (sd->s_type & CONFIGFS_NOT_PINNED)) in configfs_detach_prep()
552 if (sd->s_type & CONFIGFS_USET_DEFAULT) { in configfs_detach_prep()
[all …]
Dconfigfs_internal.h53 int s_type; member
149 if (sd->s_type & CONFIGFS_ITEM_LINK) { in configfs_get_config_item()
162 if (!(sd->s_type & CONFIGFS_ROOT)) { in release_configfs_dirent()
Dinode.c228 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()
Dsymlink.c87 if (target_sd->s_type & CONFIGFS_USET_DROPPING) { in create_link()
224 if (!(sd->s_type & CONFIGFS_ITEM_LINK)) in configfs_unlink()
Dmount.c65 .s_type = CONFIGFS_ROOT,
/linux-4.19.296/fs/sysv/
Dsuper.c187 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 …]
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()
/linux-4.19.296/include/linux/
Dsysv_fs.h52 __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
Dfs.h1378 struct file_system_type *s_type; member
/linux-4.19.296/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()
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()
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()
/linux-4.19.296/fs/
Dsuper.c325 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()
Dproc_namespace.c90 mangle(m, sb->s_type->name); in show_type()
Dinode.c170 lockdep_set_class(&inode->i_lock, &sb->s_type->i_lock_key); in inode_init_always()
173 lockdep_set_class(&inode->i_rwsem, &sb->s_type->i_mutex_key); in inode_init_always()
950 struct file_system_type *type = inode->i_sb->s_type; in lockdep_annotate_inode_mutex_key()
Dlibfs.c551 s->s_type->name); in simple_fill_super()
Ddcache.c1516 dentry->d_sb->s_type->name, in umount_check()
2962 inode->i_sb->s_type->name, in d_splice_alias()
Dnamespace.c3345 if (mnt->mnt.mnt_sb->s_type != new->mnt_sb->s_type) in mnt_already_visible()
/linux-4.19.296/fs/nfsd/
Dnfsfh.c458 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()
Dexport.c369 if (!(inode->i_sb->s_type->fs_flags & FS_REQUIRES_DEV) && in check_export()
/linux-4.19.296/fs/ecryptfs/
Dmain.c546 if (path.dentry->d_sb->s_type == &ecryptfs_fs_type) { in ecryptfs_mount()
/linux-4.19.296/fs/xfs/
Dxfs_iops.c1311 &inode->i_sb->s_type->i_mutex_dir_key); in xfs_setup_inode()
/linux-4.19.296/fs/f2fs/
Dsuper.c2726 sbi->sb->s_mode, sbi->sb->s_type); in f2fs_scan_devices()
2745 sbi->sb->s_mode, sbi->sb->s_type); in f2fs_scan_devices()

12