Home
last modified time | relevance | path

Searched refs:s_fs_info (Results 1 – 25 of 195) sorted by relevance

12345678

/kernel/linux/linux-5.10/arch/s390/hypfs/
Dinode.c52 struct hypfs_sb_info *sb_info = sb->s_fs_info; in hypfs_update_update()
99 struct hypfs_sb_info *hypfs_info = sb->s_fs_info; in hypfs_make_inode()
131 fs_info = inode->i_sb->s_fs_info; in hypfs_open()
168 struct hypfs_sb_info *fs_info = sb->s_fs_info; in hypfs_write_iter()
220 struct hypfs_sb_info *hypfs_info = fc->s_fs_info; in hypfs_parse_param()
249 struct hypfs_sb_info *hypfs_info = root->d_sb->s_fs_info; in hypfs_show_options()
258 struct hypfs_sb_info *sbi = sb->s_fs_info; in hypfs_fill_super()
298 kfree(fc->s_fs_info); in hypfs_free_fc()
319 fc->s_fs_info = sbi; in hypfs_init_fs_context()
326 struct hypfs_sb_info *sb_info = sb->s_fs_info; in hypfs_kill_super()
[all …]
/kernel/linux/linux-5.10/fs/ramfs/
Dinode.c167 struct ramfs_fs_info *fsi = root->d_sb->s_fs_info; in ramfs_show_options()
192 struct ramfs_fs_info *fsi = fc->s_fs_info; in ramfs_parse_param()
222 struct ramfs_fs_info *fsi = sb->s_fs_info; in ramfs_fill_super()
247 kfree(fc->s_fs_info); in ramfs_free_fc()
265 fc->s_fs_info = fsi; in ramfs_init_fs_context()
272 kfree(sb->s_fs_info); in ramfs_kill_sb()
/kernel/linux/linux-5.10/fs/nilfs2/
Dsuper.c89 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_set_error()
122 struct the_nilfs *nilfs = sb->s_fs_info; in __nilfs_error()
174 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_sync_super()
248 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_prepare_super()
273 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_commit_super()
309 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_cleanup_super()
339 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_move_2nd_super()
399 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_resize_fs()
465 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_put_super()
480 sb->s_fs_info = NULL; in nilfs_put_super()
[all …]
Dioctl.c205 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_change_cpmode()
260 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_delete_checkpoint()
339 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_get_cpstat()
406 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_get_sustat()
515 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_get_bdescs()
615 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_ioctl_move_blocks()
904 nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_clean_segments()
1008 nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_sync()
1069 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_trim_fs()
1111 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_set_alloc_range()
[all …]
Dfile.c38 nilfs = inode->i_sb->s_fs_info; in nilfs_sync_file()
53 if (unlikely(nilfs_near_disk_full(inode->i_sb->s_fs_info))) in nilfs_page_mkwrite()
Dsegment.c227 nilfs = sb->s_fs_info; in nilfs_transaction_begin()
264 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_transaction_commit()
300 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_transaction_abort()
322 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_relax_pressure_in_lock()
348 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_transaction_lock()
381 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_transaction_unlock()
805 struct the_nilfs *nilfs = sci->sc_super->s_fs_info; in nilfs_iput_work_func()
836 struct the_nilfs *nilfs = sci->sc_super->s_fs_info; in nilfs_segctor_confirm()
852 struct the_nilfs *nilfs = sci->sc_super->s_fs_info; in nilfs_segctor_clear_metadata_dirty()
862 struct the_nilfs *nilfs = sci->sc_super->s_fs_info; in nilfs_segctor_create_checkpoint()
[all …]
/kernel/linux/linux-5.10/fs/squashfs/
Dsuper.c113 sb->s_fs_info = kzalloc(sizeof(*msblk), GFP_KERNEL); in squashfs_fill_super()
114 if (sb->s_fs_info == NULL) { in squashfs_fill_super()
118 msblk = sb->s_fs_info; in squashfs_fill_super()
372 kfree(sb->s_fs_info); in squashfs_fill_super()
373 sb->s_fs_info = NULL; in squashfs_fill_super()
403 struct squashfs_sb_info *msblk = dentry->d_sb->s_fs_info; in squashfs_statfs()
423 if (sb->s_fs_info) { in squashfs_put_super()
424 struct squashfs_sb_info *sbi = sb->s_fs_info; in squashfs_put_super()
434 kfree(sb->s_fs_info); in squashfs_put_super()
435 sb->s_fs_info = NULL; in squashfs_put_super()
Dfile.c51 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in locate_meta_index()
89 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in empty_meta_index()
149 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in release_meta_index()
230 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in fill_meta_index()
386 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_copy_cache()
450 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_readpage()
Dxattr_id.c31 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_xattr_lookup()
61 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_read_xattr_id_table()
Ddecompressor.c90 struct squashfs_sb_info *msblk = sb->s_fs_info; in get_comp_opts()
131 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_decompressor_setup()
/kernel/linux/linux-5.10/fs/hmdfs/
Dfile_root.c87 next_con = get_next_con(file->f_inode->i_sb->s_fs_info, 0); in hmdfs_device_iterate()
93 con = hmdfs_lookup_from_devid(file->f_inode->i_sb->s_fs_info, dev_id); in hmdfs_device_iterate()
108 con = get_next_con(file->f_inode->i_sb->s_fs_info, dev_id); in hmdfs_device_iterate()
126 struct hmdfs_sb_info *sbi = file_inode(file)->i_sb->s_fs_info; in hmdfs_root_iterate()
/kernel/linux/linux-5.10/security/selinux/
Dselinuxfs.c94 sb->s_fs_info = fsi; in selinux_fs_info_create()
100 struct selinux_fs_info *fsi = sb->s_fs_info; in selinux_fs_info_free()
109 kfree(sb->s_fs_info); in selinux_fs_info_free()
110 sb->s_fs_info = NULL; in selinux_fs_info_free()
127 struct selinux_fs_info *fsi = file_inode(filp)->i_sb->s_fs_info; in sel_read_enforce()
141 struct selinux_fs_info *fsi = file_inode(file)->i_sb->s_fs_info; in sel_write_enforce()
204 struct selinux_fs_info *fsi = file_inode(filp)->i_sb->s_fs_info; in sel_read_handle_unknown()
224 struct selinux_fs_info *fsi = file_inode(filp)->i_sb->s_fs_info; in sel_open_handle_status()
281 struct selinux_fs_info *fsi = file_inode(file)->i_sb->s_fs_info; in sel_write_disable()
373 struct selinux_fs_info *fsi = file_inode(filp)->i_sb->s_fs_info; in sel_read_mls()
[all …]
/kernel/linux/linux-5.10/fs/ubifs/
Dfile.c48 struct ubifs_info *c = inode->i_sb->s_fs_info; in read_block()
106 struct ubifs_info *c = inode->i_sb->s_fs_info; in do_readpage()
159 struct ubifs_info *c = inode->i_sb->s_fs_info; in do_readpage()
222 struct ubifs_info *c = inode->i_sb->s_fs_info; in write_begin_slow()
426 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_write_begin()
542 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_write_end()
830 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_bulk_read()
909 struct ubifs_info *c = inode->i_sb->s_fs_info; in do_writepage()
1008 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_writepage()
1264 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_setattr()
[all …]
Dcrypto.c30 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_encrypt()
56 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_decrypt()
Ddir.c200 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_lookup()
286 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_create()
356 struct ubifs_info *c = dir->i_sb->s_fs_info; in create_whiteout()
429 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_tmpfile()
563 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_readdir()
724 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_link()
798 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_unlink()
883 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_check_dir_empty()
904 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_rmdir()
981 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_mkdir()
[all …]
Dxattr.c267 struct ubifs_info *c = host->i_sb->s_fs_info; in ubifs_xattr_set()
330 struct ubifs_info *c = host->i_sb->s_fs_info; in ubifs_xattr_get()
400 struct ubifs_info *c = host->i_sb->s_fs_info; in ubifs_listxattr()
505 struct ubifs_info *c = host->i_sb->s_fs_info; in ubifs_purge_xattrs()
598 struct ubifs_info *c = host->i_sb->s_fs_info; in ubifs_xattr_remove()
682 struct ubifs_info *c = dentry->i_sb->s_fs_info; in ubifs_init_security()
/kernel/linux/linux-5.10/fs/overlayfs/
Dutil.c20 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_want_write()
26 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_drop_write()
32 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_workdir()
38 struct ovl_fs *ofs = sb->s_fs_info; in ovl_override_creds()
61 struct ovl_fs *ofs = sb->s_fs_info; in ovl_indexdir()
69 struct ovl_fs *ofs = sb->s_fs_info; in ovl_index_all()
77 struct ovl_fs *ofs = sb->s_fs_info; in ovl_verify_lower()
151 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_path_upper()
387 struct ovl_fs *ofs = sb->s_fs_info; in ovl_redirect_dir()
604 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_check_setxattr()
/kernel/linux/linux-5.10/fs/jffs2/
Dsuper.c190 struct jffs2_sb_info *c = fc->s_fs_info; in jffs2_parse_param()
217 struct jffs2_sb_info *new_c = fc->s_fs_info; in jffs2_update_mount_opts()
259 struct jffs2_sb_info *c = sb->s_fs_info; in jffs2_fill_super()
298 kfree(fc->s_fs_info); in jffs2_free_fc()
316 fc->s_fs_info = ctx; in jffs2_init_fs_context()
/kernel/linux/linux-5.10/drivers/android/
Dbinderfs.c74 return sb->s_fs_info; in BINDERFS_SB()
114 struct binderfs_info *info = sb->s_fs_info; in binderfs_binder_device_create()
341 struct binderfs_info *info = dentry->d_sb->s_fs_info; in is_binderfs_control_device()
389 struct binderfs_info *info = sb->s_fs_info; in binderfs_binder_ctl_create()
629 info = sb->s_fs_info; in init_binder_logs()
666 sb->s_fs_info = kzalloc(sizeof(struct binderfs_info), GFP_KERNEL); in binderfs_fill_super()
667 if (!sb->s_fs_info) in binderfs_fill_super()
669 info = sb->s_fs_info; in binderfs_fill_super()
756 struct binderfs_info *info = sb->s_fs_info; in binderfs_kill_super()
/kernel/linux/linux-5.10/fs/9p/
Dvfs_super.c47 s->s_fs_info = data; in v9fs_set_super()
217 struct v9fs_session_info *v9ses = s->s_fs_info; in v9fs_kill_super()
226 s->s_fs_info = NULL; in v9fs_kill_super()
235 v9ses = sb->s_fs_info; in v9fs_umount_begin()
Dv9fs.h160 return (inode->i_sb->s_fs_info); in v9fs_inode2v9ses()
165 return dentry->d_sb->s_fs_info; in v9fs_dentry2v9ses()
/kernel/linux/linux-5.10/fs/kernfs/
Dmount.c280 struct kernfs_super_info *info = fc->s_fs_info; in kernfs_test_super()
330 fc->s_fs_info = info; in kernfs_get_tree()
359 kfree(fc->s_fs_info); in kernfs_free_fs_context()
360 fc->s_fs_info = NULL; in kernfs_free_fs_context()
/kernel/linux/linux-5.10/fs/tracefs/
Dinode.c284 struct tracefs_fs_info *fsi = sb->s_fs_info; in tracefs_apply_options()
300 struct tracefs_fs_info *fsi = sb->s_fs_info; in tracefs_remount()
315 struct tracefs_fs_info *fsi = root->d_sb->s_fs_info; in tracefs_show_options()
343 sb->s_fs_info = fsi; in trace_fill_super()
365 sb->s_fs_info = NULL; in trace_fill_super()
/kernel/linux/linux-5.10/fs/sharefs/
Dmain.c48 sb->s_fs_info = kzalloc(sizeof(struct sharefs_sb_info), GFP_KERNEL); in sharefs_fill_super()
85 err = sharefs_parse_options(sb->s_fs_info, raw_data); in sharefs_fill_super()
/kernel/linux/linux-5.10/fs/coda/
Dinode.c184 sb->s_fs_info = vc; in coda_fill_super()
229 sb->s_fs_info = NULL; in coda_fill_super()
240 sb->s_fs_info = NULL; in coda_put_super()

12345678