Home
last modified time | relevance | path

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

12345678

/Linux-v5.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 …]
/Linux-v5.10/fs/squashfs/
Dsuper.c81 sb->s_fs_info = kzalloc(sizeof(*msblk), GFP_KERNEL); in squashfs_fill_super()
82 if (sb->s_fs_info == NULL) { in squashfs_fill_super()
86 msblk = sb->s_fs_info; in squashfs_fill_super()
340 kfree(sb->s_fs_info); in squashfs_fill_super()
341 sb->s_fs_info = NULL; in squashfs_fill_super()
371 struct squashfs_sb_info *msblk = dentry->d_sb->s_fs_info; in squashfs_statfs()
391 if (sb->s_fs_info) { in squashfs_put_super()
392 struct squashfs_sb_info *sbi = sb->s_fs_info; in squashfs_put_super()
402 kfree(sb->s_fs_info); in squashfs_put_super()
403 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()
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()
Ddir.c42 struct squashfs_sb_info *msblk = sb->s_fs_info; in get_dir_index_using_offset()
100 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_readdir()
Dnamei.c68 struct squashfs_sb_info *msblk = sb->s_fs_info; in get_dir_index_using_name()
132 struct squashfs_sb_info *msblk = dir->i_sb->s_fs_info; in squashfs_lookup()
/Linux-v5.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()
219 struct ramfs_fs_info *fsi = sb->s_fs_info; in ramfs_fill_super()
244 kfree(fc->s_fs_info); in ramfs_free_fc()
262 fc->s_fs_info = fsi; in ramfs_init_fs_context()
269 kfree(sb->s_fs_info); in ramfs_kill_sb()
/Linux-v5.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 …]
/Linux-v5.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 …]
/Linux-v5.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()
277 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_create()
346 struct ubifs_info *c = dir->i_sb->s_fs_info; in do_tmpfile()
495 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_readdir()
682 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_link()
756 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_unlink()
841 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_check_dir_empty()
862 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_rmdir()
939 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_mkdir()
1012 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_mknod()
[all …]
Dxattr.c269 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()
495 struct ubifs_info *c = host->i_sb->s_fs_info; in ubifs_purge_xattrs()
582 struct ubifs_info *c = host->i_sb->s_fs_info; in ubifs_xattr_remove()
664 struct ubifs_info *c = dentry->i_sb->s_fs_info; in ubifs_init_security()
/Linux-v5.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()
335 struct binderfs_info *info = sb->s_fs_info; in binderfs_put_super()
341 sb->s_fs_info = NULL; in binderfs_put_super()
353 struct binderfs_info *info = dentry->d_sb->s_fs_info; in is_binderfs_control_device()
401 struct binderfs_info *info = sb->s_fs_info; in binderfs_binder_ctl_create()
641 info = sb->s_fs_info; in init_binder_logs()
678 sb->s_fs_info = kzalloc(sizeof(struct binderfs_info), GFP_KERNEL); in binderfs_fill_super()
679 if (!sb->s_fs_info) in binderfs_fill_super()
681 info = sb->s_fs_info; in binderfs_fill_super()
/Linux-v5.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()
602 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_check_setxattr()
/Linux-v5.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()
/Linux-v5.10/fs/tracefs/
Dinode.c212 struct tracefs_fs_info *fsi = sb->s_fs_info; in tracefs_apply_options()
228 struct tracefs_fs_info *fsi = sb->s_fs_info; in tracefs_remount()
243 struct tracefs_fs_info *fsi = root->d_sb->s_fs_info; in tracefs_show_options()
271 sb->s_fs_info = fsi; in trace_fill_super()
293 sb->s_fs_info = NULL; in trace_fill_super()
/Linux-v5.10/fs/jffs2/
Dsuper.c190 struct jffs2_sb_info *c = fc->s_fs_info; in jffs2_parse_param()
243 struct jffs2_sb_info *c = sb->s_fs_info; in jffs2_fill_super()
278 kfree(fc->s_fs_info); in jffs2_free_fc()
296 fc->s_fs_info = ctx; in jffs2_init_fs_context()
/Linux-v5.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()
/Linux-v5.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()
/Linux-v5.10/fs/debugfs/
Dinode.c151 struct debugfs_fs_info *fsi = sb->s_fs_info; in debugfs_apply_options()
167 struct debugfs_fs_info *fsi = sb->s_fs_info; in debugfs_remount()
182 struct debugfs_fs_info *fsi = root->d_sb->s_fs_info; in debugfs_show_options()
239 sb->s_fs_info = fsi; in debug_fill_super()
262 sb->s_fs_info = NULL; in debug_fill_super()

12345678