Home
last modified time | relevance | path

Searched defs:sb (Results 176 – 200 of 723) sorted by relevance

12345678910>>...29

/openbmc/linux/fs/isofs/
H A Dexport.c20 isofs_export_iget(struct super_block *sb, in isofs_export_iget()
162 static struct dentry *isofs_fh_to_dentry(struct super_block *sb, in isofs_fh_to_dentry()
174 static struct dentry *isofs_fh_to_parent(struct super_block *sb, in isofs_fh_to_parent()
/openbmc/linux/fs/efs/
H A Dinode.c56 struct efs_sb_info *sb = SUPER_INFO(super); in efs_iget() local
181 efs_extent_check(efs_extent *ptr, efs_block_t block, struct efs_sb_info *sb) { in efs_extent_check()
202 struct efs_sb_info *sb = SUPER_INFO(inode->i_sb); in efs_map_block() local
/openbmc/linux/fs/bfs/
H A Dfile.c34 struct super_block *sb) in bfs_move_block()
49 static int bfs_move_blocks(struct super_block *sb, unsigned long start, in bfs_move_blocks()
69 struct super_block *sb = inode->i_sb; in bfs_get_block() local
/openbmc/linux/fs/9p/
H A Dvfs_super.c55 v9fs_fill_super(struct super_block *sb, struct v9fs_session_info *v9ses, in v9fs_fill_super()
109 struct super_block *sb = NULL; in v9fs_mount() local
230 v9fs_umount_begin(struct super_block *sb) in v9fs_umount_begin()
/openbmc/linux/fs/ocfs2/
H A Docfs2.h295 struct super_block *sb; member
472 #define OCFS2_SB(sb) ((struct ocfs2_super *)(sb)->s_fs_info) argument
709 static inline unsigned long ino_from_blkno(struct super_block *sb, in ino_from_blkno()
715 static inline u64 ocfs2_clusters_to_blocks(struct super_block *sb, in ocfs2_clusters_to_blocks()
724 static inline u32 ocfs2_clusters_for_blocks(struct super_block *sb, in ocfs2_clusters_for_blocks()
734 static inline u32 ocfs2_blocks_to_clusters(struct super_block *sb, in ocfs2_blocks_to_clusters()
766 static inline u64 ocfs2_blocks_for_bytes(struct super_block *sb, in ocfs2_blocks_for_bytes()
773 static inline u64 ocfs2_clusters_to_bytes(struct super_block *sb, in ocfs2_clusters_to_bytes()
779 static inline u64 ocfs2_block_to_cluster_start(struct super_block *sb, in ocfs2_block_to_cluster_start()
789 static inline u64 ocfs2_align_bytes_to_clusters(struct super_block *sb, in ocfs2_align_bytes_to_clusters()
[all …]
/openbmc/linux/fs/ext4/
H A Dblock_validity.c147 static int ext4_protect_reserved_inode(struct super_block *sb, in ext4_protect_reserved_inode()
211 int ext4_setup_system_zone(struct super_block *sb) in ext4_setup_system_zone()
283 void ext4_release_system_zone(struct super_block *sb) in ext4_release_system_zone()
295 int ext4_sb_block_valid(struct super_block *sb, struct inode *inode, in ext4_sb_block_valid()
/openbmc/linux/fs/jffs2/
H A Dfs.c253 struct inode *jffs2_iget(struct super_block *sb, unsigned long ino) in jffs2_iget()
396 int jffs2_do_remount_fs(struct super_block *sb, struct fs_context *fc) in jffs2_do_remount_fs()
426 struct super_block *sb = dir_i->i_sb; in jffs2_new_inode() local
514 int jffs2_do_fill_super(struct super_block *sb, struct fs_context *fc) in jffs2_do_fill_super()
/openbmc/linux/fs/vboxsf/
H A Dsuper.c119 static int vboxsf_fill_super(struct super_block *sb, struct fs_context *fc) in vboxsf_fill_super()
241 static struct inode *vboxsf_alloc_inode(struct super_block *sb) in vboxsf_alloc_inode()
266 static void vboxsf_put_super(struct super_block *sb) in vboxsf_put_super()
287 struct super_block *sb = dentry->d_sb; in vboxsf_statfs() local
/openbmc/linux/fs/
H A Dfs-writeback.c44 struct super_block *sb; member
1278 struct super_block *sb = inode->i_sb; in sb_mark_inode_writeback() local
1296 struct super_block *sb = inode->i_sb; in sb_clear_inode_writeback() local
1393 struct super_block *sb = NULL; in move_expired_inodes() local
1823 static long writeback_sb_inodes(struct super_block *sb, in writeback_sb_inodes()
1976 struct super_block *sb = inode->i_sb; in __writeback_inodes_wb() local
2422 struct super_block *sb = inode->i_sb; in __mark_inode_dirty() local
2568 static void wait_sb_inodes(struct super_block *sb) in wait_sb_inodes()
2685 void writeback_inodes_sb_nr(struct super_block *sb, in writeback_inodes_sb_nr()
2702 void writeback_inodes_sb(struct super_block *sb, enum wb_reason reason) in writeback_inodes_sb()
[all …]
/openbmc/linux/fs/ntfs/
H A Dsuper.c460 static int ntfs_remount(struct super_block *sb, int *flags, char *opt) in ntfs_remount()
577 static bool is_boot_sector_ntfs(const struct super_block *sb, in is_boot_sector_ntfs()
670 static struct buffer_head *read_ntfs_boot_sector(struct super_block *sb, in read_ntfs_boot_sector()
1083 struct super_block *sb = vol->sb; in check_mft_mirror() local
1589 struct super_block *sb = vol->sb; in load_and_init_attrdef() local
1654 struct super_block *sb = vol->sb; in load_and_init_upcase() local
1768 struct super_block *sb = vol->sb; in load_system_files() local
2257 static void ntfs_put_super(struct super_block *sb) in ntfs_put_super()
2602 struct super_block *sb = dentry->d_sb; in ntfs_statfs() local
2705 static int ntfs_fill_super(struct super_block *sb, void *opt, const int silent) in ntfs_fill_super()
/openbmc/linux/fs/ntfs3/
H A Dbitmap.c501 struct super_block *sb = wnd->sb; in wnd_rescan() local
644 int wnd_init(struct wnd_bitmap *wnd, struct super_block *sb, size_t nbits) in wnd_init()
684 struct super_block *sb = wnd->sb; in wnd_map() local
712 struct super_block *sb = wnd->sb; in wnd_set_free() local
762 struct super_block *sb = wnd->sb; in wnd_set_used() local
851 struct super_block *sb = wnd->sb; in wnd_is_free_hlp() local
927 struct super_block *sb = wnd->sb; in wnd_is_used() local
990 struct super_block *sb; in wnd_find() local
1337 struct super_block *sb = wnd->sb; in wnd_extend() local
1433 struct super_block *sb = sbi->sb; in ntfs_trim_fs() local
H A Dfsntfs.c212 struct super_block *sb = sbi->sb; in ntfs_extend_init() local
279 struct super_block *sb = sbi->sb; in ntfs_loadlog_and_replay() local
358 struct super_block *sb = sbi->sb; in ntfs_look_for_free_space() local
563 struct super_block *sb = sbi->sb; in ntfs_look_free_mft() local
849 struct super_block *sb = sbi->sb; in ntfs_update_mftmirr() local
1130 struct super_block *sb = sbi->sb; in ntfs_sb_write_run() local
1178 struct super_block *sb = sbi->sb; in ntfs_bread_run() local
1195 struct super_block *sb = sbi->sb; in ntfs_read_run_nb() local
1324 struct super_block *sb = sbi->sb; in ntfs_get_bh() local
1419 struct super_block *sb = sbi->sb; in ntfs_write_bh() local
[all …]
/openbmc/linux/fs/erofs/
H A Dxattr.h54 static inline int erofs_xattr_prefixes_init(struct super_block *sb) { return 0; } in erofs_xattr_prefixes_init()
55 static inline void erofs_xattr_prefixes_cleanup(struct super_block *sb) {} in erofs_xattr_prefixes_cleanup()
/openbmc/linux/fs/hfsplus/
H A Dunicode.c122 int hfsplus_uni2asc(struct super_block *sb, in hfsplus_uni2asc()
256 static inline int asc2unichar(struct super_block *sb, const char *astr, int len, in asc2unichar()
344 int hfsplus_asc2uni(struct super_block *sb, in hfsplus_asc2uni()
386 struct super_block *sb = dentry->d_sb; in hfsplus_hash_dentry() local
439 struct super_block *sb = dentry->d_sb; in hfsplus_compare_dentry() local
H A Dextents.c228 struct super_block *sb = inode->i_sb; in hfsplus_get_block() local
337 static int hfsplus_free_extents(struct super_block *sb, in hfsplus_free_extents()
396 int hfsplus_free_fork(struct super_block *sb, u32 cnid, in hfsplus_free_fork()
442 struct super_block *sb = inode->i_sb; in hfsplus_file_extend() local
545 struct super_block *sb = inode->i_sb; in hfsplus_file_truncate() local
/openbmc/linux/fs/reiserfs/
H A Dlock.c87 void reiserfs_check_lock_depth(struct super_block *sb, char *caller) in reiserfs_check_lock_depth()
95 void reiserfs_lock_check_recursive(struct super_block *sb) in reiserfs_lock_check_recursive()
/openbmc/linux/fs/squashfs/
H A Did.c32 int squashfs_get_id(struct super_block *sb, unsigned int index, in squashfs_get_id()
60 __le64 *squashfs_read_id_index_table(struct super_block *sb, in squashfs_read_id_index_table()
/openbmc/linux/fs/fat/
H A Dmisc.c21 void __fat_fs_error(struct super_block *sb, int report, const char *fmt, ...) in __fat_fs_error()
54 void _fat_msg(struct super_block *sb, const char *level, const char *fmt, ...) in _fat_msg()
68 int fat_clusters_flush(struct super_block *sb) in fat_clusters_flush()
109 struct super_block *sb = inode->i_sb; in fat_chain_add() local
/openbmc/linux/fs/quota/
H A Dquota_v1.c127 static int v1_check_quota_file(struct super_block *sb, int type) in v1_check_quota_file()
159 static int v1_read_file_info(struct super_block *sb, int type) in v1_read_file_info()
186 static int v1_write_file_info(struct super_block *sb, int type) in v1_write_file_info()
/openbmc/linux/fs/nilfs2/
H A Dinode.c326 struct super_block *sb = dir->i_sb; in nilfs_new_inode() local
484 static int __nilfs_read_inode(struct super_block *sb, in __nilfs_read_inode()
586 struct inode *nilfs_ilookup(struct super_block *sb, struct nilfs_root *root, in nilfs_ilookup()
597 struct inode *nilfs_iget_locked(struct super_block *sb, struct nilfs_root *root, in nilfs_iget_locked()
608 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root, in nilfs_iget()
629 struct inode *nilfs_iget_for_gc(struct super_block *sb, unsigned long ino, in nilfs_iget_for_gc()
862 struct super_block *sb = inode->i_sb; in nilfs_truncate() local
918 struct super_block *sb = inode->i_sb; in nilfs_evict_inode() local
975 struct super_block *sb = inode->i_sb; in nilfs_setattr() local
/openbmc/linux/fs/ceph/
H A Dsuper.c119 static int ceph_sync_fs(struct super_block *sb, int wait) in ceph_sync_fs()
1016 void ceph_umount_begin(struct super_block *sb) in ceph_umount_begin()
1090 static int ceph_apply_test_dummy_encryption(struct super_block *sb, in ceph_apply_test_dummy_encryption()
1125 static int ceph_apply_test_dummy_encryption(struct super_block *sb, in ceph_apply_test_dummy_encryption()
1224 static int ceph_compare_super(struct super_block *sb, struct fs_context *fc) in ceph_compare_super()
1265 static int ceph_setup_bdi(struct super_block *sb, struct ceph_fs_client *fsc) in ceph_setup_bdi()
1287 struct super_block *sb; in ceph_get_tree() local
1379 struct super_block *sb = fc->root->d_sb; in ceph_reconfigure_fc() local
1579 int ceph_force_reconnect(struct super_block *sb) in ceph_force_reconnect()
/openbmc/linux/fs/exfat/
H A Dinode.c25 struct super_block *sb = inode->i_sb; in __exfat_write_inode() local
117 struct super_block *sb = inode->i_sb; in exfat_map_cluster() local
270 struct super_block *sb = inode->i_sb; in exfat_get_block() local
503 struct inode *exfat_iget(struct super_block *sb, loff_t i_pos) in exfat_iget()
587 struct inode *exfat_build_inode(struct super_block *sb, in exfat_build_inode()
/openbmc/linux/arch/s390/hypfs/
H A Dinode.c50 static void hypfs_update_update(struct super_block *sb) in hypfs_update_update()
94 static struct inode *hypfs_make_inode(struct super_block *sb, umode_t mode) in hypfs_make_inode()
167 struct super_block *sb = file_inode(iocb->ki_filp)->i_sb; in hypfs_write_iter() local
256 static int hypfs_fill_super(struct super_block *sb, struct fs_context *fc) in hypfs_fill_super()
324 static void hypfs_kill_super(struct super_block *sb) in hypfs_kill_super()
/openbmc/linux/fs/jbd2/
H A Djournal.c1345 journal_superblock_t *sb = journal->j_superblock; in journal_check_superblock() local
1462 journal_superblock_t *sb; in journal_load_superblock() local
1702 journal_superblock_t *sb = journal->j_superblock; in journal_reset() local
1783 journal_superblock_t *sb = journal->j_superblock; in jbd2_write_superblock() local
1852 journal_superblock_t *sb = journal->j_superblock; in jbd2_journal_update_sb_log_tail() local
1894 journal_superblock_t *sb = journal->j_superblock; in jbd2_mark_journal_empty() local
2041 journal_superblock_t *sb = journal->j_superblock; in jbd2_journal_update_sb_errno() local
2066 journal_superblock_t *sb = journal->j_superblock; in jbd2_journal_load() local
2212 journal_superblock_t *sb; in jbd2_journal_check_used_features() local
2305 journal_superblock_t *sb; in jbd2_journal_set_features() local
[all …]
/openbmc/linux/fs/ecryptfs/
H A Dsuper.c36 static struct inode *ecryptfs_alloc_inode(struct super_block *sb) in ecryptfs_alloc_inode()
134 struct super_block *sb = root->d_sb; in ecryptfs_show_options() local

12345678910>>...29