Home
last modified time | relevance | path

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

12345678

/linux-6.3-rc2/arch/s390/hypfs/
A 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()
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()
332 kfree(sb->s_fs_info); in hypfs_kill_super()
[all …]
/linux-6.3-rc2/fs/nilfs2/
A 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()
175 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_sync_super()
249 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_prepare_super()
274 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_commit_super()
310 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_cleanup_super()
340 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_move_2nd_super()
400 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_resize_fs()
475 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_put_super()
490 sb->s_fs_info = NULL; in nilfs_put_super()
[all …]
A Dioctl.c190 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_change_cpmode()
245 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_delete_checkpoint()
324 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_get_cpstat()
391 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_get_sustat()
500 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_get_bdescs()
600 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_ioctl_move_blocks()
889 nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_clean_segments()
993 nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_sync()
1054 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_trim_fs()
1096 struct the_nilfs *nilfs = inode->i_sb->s_fs_info; in nilfs_ioctl_set_alloc_range()
[all …]
A Dsegment.c222 nilfs = sb->s_fs_info; in nilfs_transaction_begin()
259 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_transaction_commit()
295 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_transaction_abort()
317 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_relax_pressure_in_lock()
343 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_transaction_lock()
376 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_transaction_unlock()
2154 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_flush_segment()
2243 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_construct_segment()
2279 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_construct_dsync_segment()
2430 struct the_nilfs *nilfs = sb->s_fs_info; in nilfs_clean_segments()
[all …]
A 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()
/linux-6.3-rc2/fs/squashfs/
A Dsuper.c194 sb->s_fs_info = kzalloc(sizeof(*msblk), GFP_KERNEL); in squashfs_fill_super()
195 if (sb->s_fs_info == NULL) { in squashfs_fill_super()
199 msblk = sb->s_fs_info; in squashfs_fill_super()
462 kfree(sb->s_fs_info); in squashfs_fill_super()
463 sb->s_fs_info = NULL; in squashfs_fill_super()
476 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_reconfigure()
502 struct squashfs_sb_info *msblk = sb->s_fs_info; in squashfs_show_options()
570 if (sb->s_fs_info) { in squashfs_put_super()
571 struct squashfs_sb_info *sbi = sb->s_fs_info; in squashfs_put_super()
581 kfree(sb->s_fs_info); in squashfs_put_super()
[all …]
A Dfile.c52 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in locate_meta_index()
90 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in empty_meta_index()
150 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in release_meta_index()
231 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in fill_meta_index()
387 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_copy_cache()
452 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_read_folio()
507 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_readahead_fragment()
539 struct squashfs_sb_info *msblk = inode->i_sb->s_fs_info; in squashfs_readahead()
A 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()
A 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()
A 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()
/linux-6.3-rc2/fs/ramfs/
A Dinode.c178 struct ramfs_fs_info *fsi = root->d_sb->s_fs_info; in ramfs_show_options()
203 struct ramfs_fs_info *fsi = fc->s_fs_info; in ramfs_parse_param()
233 struct ramfs_fs_info *fsi = sb->s_fs_info; in ramfs_fill_super()
258 kfree(fc->s_fs_info); in ramfs_free_fc()
276 fc->s_fs_info = fsi; in ramfs_init_fs_context()
283 kfree(sb->s_fs_info); in ramfs_kill_sb()
/linux-6.3-rc2/security/selinux/
A Dselinuxfs.c95 sb->s_fs_info = fsi; in selinux_fs_info_create()
101 struct selinux_fs_info *fsi = sb->s_fs_info; in selinux_fs_info_free()
110 kfree(sb->s_fs_info); in selinux_fs_info_free()
111 sb->s_fs_info = NULL; in selinux_fs_info_free()
128 struct selinux_fs_info *fsi = file_inode(filp)->i_sb->s_fs_info; in sel_read_enforce()
399 struct selinux_fs_info *fsi = inode->i_sb->s_fs_info; in sel_open_policy()
451 struct selinux_fs_info *fsi = inode->i_sb->s_fs_info; in sel_release_policy()
1688 struct selinux_fs_info *fsi = sb->s_fs_info; in sel_make_avc_files()
1724 struct selinux_fs_info *fsi = sb->s_fs_info; in sel_make_ss_files()
1917 struct selinux_fs_info *fsi = sb->s_fs_info; in sel_make_class_dir_entries()
[all …]
/linux-6.3-rc2/fs/ubifs/
A 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()
221 struct ubifs_info *c = inode->i_sb->s_fs_info; in write_begin_slow()
425 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_write_begin()
541 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_write_end()
829 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_bulk_read()
910 struct ubifs_info *c = inode->i_sb->s_fs_info; in do_writepage()
1009 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_writepage()
1272 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_setattr()
[all …]
A Dcrypto.c41 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_encrypt()
67 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_decrypt()
A Ddir.c203 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_lookup()
290 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_create()
360 struct ubifs_info *c = dir->i_sb->s_fs_info; in create_whiteout()
434 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_tmpfile()
568 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_readdir()
729 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_link()
803 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_unlink()
888 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_check_dir_empty()
909 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_rmdir()
987 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_mkdir()
[all …]
A 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()
/linux-6.3-rc2/fs/jffs2/
A 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()
/linux-6.3-rc2/drivers/android/
A Dbinderfs.c83 return sb->s_fs_info; in BINDERFS_SB()
123 struct binderfs_info *info = sb->s_fs_info; in binderfs_binder_device_create()
350 struct binderfs_info *info = dentry->d_sb->s_fs_info; in is_binderfs_control_device()
400 struct binderfs_info *info = sb->s_fs_info; in binderfs_binder_ctl_create()
646 info = sb->s_fs_info; in init_binder_logs()
683 sb->s_fs_info = kzalloc(sizeof(struct binderfs_info), GFP_KERNEL); in binderfs_fill_super()
684 if (!sb->s_fs_info) in binderfs_fill_super()
686 info = sb->s_fs_info; in binderfs_fill_super()
777 struct binderfs_info *info = sb->s_fs_info; in binderfs_kill_super()
/linux-6.3-rc2/fs/9p/
A Dvfs_super.c43 s->s_fs_info = data; in v9fs_set_super()
218 struct v9fs_session_info *v9ses = s->s_fs_info; in v9fs_kill_super()
227 s->s_fs_info = NULL; in v9fs_kill_super()
236 v9ses = sb->s_fs_info; in v9fs_umount_begin()
A Dv9fs.h178 return inode->i_sb->s_fs_info; in v9fs_inode2v9ses()
183 return dentry->d_sb->s_fs_info; in v9fs_dentry2v9ses()
/linux-6.3-rc2/fs/ntfs3/
A Dsuper.c81 struct ntfs_sb_info *sbi = sb->s_fs_info; in ntfs_printk()
108 struct ntfs_sb_info *sbi = sb->s_fs_info; in ntfs_inode_printk()
406 struct ntfs_sb_info *sbi = sb->s_fs_info; in ntfs_fs_reconfigure()
510 struct ntfs_sb_info *sbi = sb->s_fs_info; in ntfs_put_super()
517 sb->s_fs_info = NULL; in ntfs_put_super()
525 struct ntfs_sb_info *sbi = sb->s_fs_info; in ntfs_statfs()
543 struct ntfs_sb_info *sbi = sb->s_fs_info; in ntfs_show_options()
591 struct ntfs_sb_info *sbi = sb->s_fs_info; in ntfs_sync_fs()
719 struct ntfs_sb_info *sbi = sb->s_fs_info; in ntfs_init_from_boot()
1335 sb->s_fs_info = NULL; in ntfs_fill_super()
[all …]
/linux-6.3-rc2/fs/overlayfs/
A Dutil.c21 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_want_write()
27 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_drop_write()
33 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_workdir()
39 struct ovl_fs *ofs = sb->s_fs_info; in ovl_override_creds()
65 struct ovl_fs *ofs = sb->s_fs_info; in ovl_indexdir()
73 struct ovl_fs *ofs = sb->s_fs_info; in ovl_index_all()
81 struct ovl_fs *ofs = sb->s_fs_info; in ovl_verify_lower()
155 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_path_upper()
418 struct ovl_fs *ofs = sb->s_fs_info; in ovl_redirect_dir()
/linux-6.3-rc2/fs/kernfs/
A Dmount.c284 struct kernfs_super_info *info = fc->s_fs_info; in kernfs_test_super()
336 fc->s_fs_info = info; in kernfs_get_tree()
366 kfree(fc->s_fs_info); in kernfs_free_fs_context()
367 fc->s_fs_info = NULL; in kernfs_free_fs_context()
/linux-6.3-rc2/fs/tracefs/
A Dinode.c290 struct tracefs_fs_info *fsi = sb->s_fs_info; in tracefs_apply_options()
318 struct tracefs_fs_info *fsi = sb->s_fs_info; in tracefs_remount()
333 struct tracefs_fs_info *fsi = root->d_sb->s_fs_info; in tracefs_show_options()
361 sb->s_fs_info = fsi; in trace_fill_super()
383 sb->s_fs_info = NULL; in trace_fill_super()
/linux-6.3-rc2/fs/coda/
A 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()

Completed in 70 milliseconds

12345678