Home
last modified time | relevance | path

Searched defs:sb (Results 276 – 300 of 723) sorted by relevance

1...<<11121314151617181920>>...29

/openbmc/linux/fs/autofs/
H A Dinode.c40 void autofs_kill_sb(struct super_block *sb) in autofs_kill_sb()
361 struct inode *autofs_get_inode(struct super_block *sb, umode_t mode) in autofs_get_inode()
/openbmc/linux/tools/testing/selftests/sgx/
H A Dload.c46 struct stat sb; in encl_map_bin() local
184 struct stat sb; in encl_load() local
/openbmc/linux/fs/ext4/
H A Dmballoc.h30 #define mb_debug(sb, fmt, ...) \ argument
35 #define mb_debug(sb, fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument
98 #define MB_NUM_ORDERS(sb) ((sb)->s_blocksize_bits + 2) argument
229 static inline ext4_fsblk_t ext4_grp_offs_to_block(struct super_block *sb, in ext4_grp_offs_to_block()
H A Dsysfs.c65 struct super_block *sb = sbi->s_buddy_cache->i_sb; in session_write_kbytes_show() local
74 struct super_block *sb = sbi->s_buddy_cache->i_sb; in lifetime_write_kbytes_show() local
537 int ext4_register_sysfs(struct super_block *sb) in ext4_register_sysfs()
571 void ext4_unregister_sysfs(struct super_block *sb) in ext4_unregister_sysfs()
H A Ddir.c47 struct super_block *sb = inode->i_sb; in is_dx_dir() local
133 struct super_block *sb = inode->i_sb; in ext4_readdir() local
526 struct super_block *sb = inode->i_sb; in call_filldir() local
/openbmc/linux/fs/reiserfs/
H A Dfix_node.c834 struct super_block *sb = tb->tb_sb; in get_empty_nodes() local
962 struct super_block *sb = tb->tb_sb; in is_left_neighbor_in_cache() local
2156 struct super_block *sb = tb->tb_sb; in get_neighbors() local
2241 static int get_virtual_node_size(struct super_block *sb, struct buffer_head *bh) in get_virtual_node_size()
2314 static void tb_buffer_sanity_check(struct super_block *sb, in tb_buffer_sanity_check()
2352 static void tb_buffer_sanity_check(struct super_block *sb, in tb_buffer_sanity_check()
H A Dbitmap.c804 struct super_block *sb = hint->th->t_super; in dirid_groups() local
1393 void reiserfs_cache_bitmap_metadata(struct super_block *sb, in reiserfs_cache_bitmap_metadata()
1415 struct buffer_head *reiserfs_read_bitmap_block(struct super_block *sb, in reiserfs_read_bitmap_block()
1454 int reiserfs_init_bitmap_cache(struct super_block *sb) in reiserfs_init_bitmap_cache()
1470 void reiserfs_free_bitmap_cache(struct super_block *sb) in reiserfs_free_bitmap_cache()
/openbmc/linux/fs/fat/
H A Dfat.h141 static inline struct msdos_sb_info *MSDOS_SB(struct super_block *sb) in MSDOS_SB()
166 static inline u32 max_fat(struct super_block *sb) in max_fat()
433 #define fat_fs_error(sb, fmt, args...) \ argument
435 #define fat_fs_error_ratelimit(sb, fmt, args...) \ argument
439 #define fat_msg(sb, level, fmt, args...) \ argument
446 #define fat_msg_ratelimit(sb, level, fmt, args...) \ argument
/openbmc/linux/fs/qnx4/
H A Dbitmap.c21 unsigned long qnx4_count_free_blocks(struct super_block *sb) in qnx4_count_free_blocks()
/openbmc/qemu/tests/tcg/cris/libc/
H A Dcheck_mmap1.c18 struct stat sb; in main() local
H A Dcheck_mmap2.c18 struct stat sb; in main() local
/openbmc/linux/fs/ocfs2/
H A Dbuffer_head_io.h41 int (*validate)(struct super_block *sb, in ocfs2_read_block()
H A Ddir.c562 static int ocfs2_validate_dx_root(struct super_block *sb, in ocfs2_validate_dx_root()
607 static int ocfs2_validate_dx_leaf(struct super_block *sb, in ocfs2_validate_dx_leaf()
668 struct super_block *sb; in ocfs2_find_entry_el() local
1590 struct super_block *sb = dir->i_sb; in __ocfs2_add_entry() local
1812 struct super_block * sb = inode->i_sb; in ocfs2_dir_foreach_blk_el() local
2718 struct super_block *sb = dir->i_sb; in ocfs2_expand_last_dirent() local
2771 struct super_block *sb = dir->i_sb; in ocfs2_expand_inline_dir() local
3082 static int ocfs2_do_extend_dir(struct super_block *sb, in ocfs2_do_extend_dir()
3164 struct super_block *sb = osb->sb; in ocfs2_extend_dir() local
3342 struct super_block *sb = dir->i_sb; in ocfs2_find_dir_space_id() local
[all …]
/openbmc/u-boot/drivers/dfu/
H A Ddfu_tftp.c15 char *s, *sb; in dfu_tftp_write() local
/openbmc/linux/fs/jfs/
H A Djfs_inode.c43 struct super_block *sb = parent->i_sb; in ialloc() local
H A Dnamei.c891 struct super_block *sb; in jfs_symlink() local
1475 static struct inode *jfs_nfs_get_inode(struct super_block *sb, in jfs_nfs_get_inode()
1494 struct dentry *jfs_fh_to_dentry(struct super_block *sb, struct fid *fid, in jfs_fh_to_dentry()
1501 struct dentry *jfs_fh_to_parent(struct super_block *sb, struct fid *fid, in jfs_fh_to_parent()
/openbmc/linux/drivers/i2c/
H A Di2c-core-acpi.c58 struct acpi_resource_i2c_serialbus *sb; in i2c_acpi_get_i2c_resource() local
74 struct acpi_resource_i2c_serialbus *sb; in i2c_acpi_resource_count() local
108 struct acpi_resource_i2c_serialbus *sb; in i2c_acpi_fill_info() local
650 struct acpi_resource_i2c_serialbus *sb; in i2c_acpi_space_handler() local
/openbmc/linux/fs/romfs/
H A Dinternal.h16 static inline size_t romfs_maxsize(struct super_block *sb) in romfs_maxsize()
/openbmc/linux/fs/crypto/
H A Dpolicy.c56 const union fscrypt_policy *fscrypt_get_dummy_policy(struct super_block *sb) in fscrypt_get_dummy_policy()
125 struct super_block *sb = inode->i_sb; in supported_iv_ino_lblk_policy() local
853 struct super_block *sb) in fscrypt_show_test_dummy_encryption()
/openbmc/linux/security/selinux/
H A Dselinuxfs.c80 struct super_block *sb; member
83 static int selinux_fs_info_create(struct super_block *sb) in selinux_fs_info_create()
97 static void selinux_fs_info_free(struct super_block *sb) in selinux_fs_info_free()
1195 static struct inode *sel_make_inode(struct super_block *sb, umode_t mode) in sel_make_inode()
1614 struct super_block *sb = dir->d_sb; in sel_make_avc_files() local
1650 struct super_block *sb = dir->d_sb; in sel_make_ss_files() local
1842 struct super_block *sb = dir->d_sb; in sel_make_class_dir_entries() local
1964 static struct dentry *sel_make_disconnected_dir(struct super_block *sb, in sel_make_disconnected_dir()
1982 static int sel_fill_super(struct super_block *sb, struct fs_context *fc) in sel_fill_super()
2126 static void sel_kill_sb(struct super_block *sb) in sel_kill_sb()
/openbmc/linux/fs/qnx6/
H A Dsuper_mmi.c19 struct qnx6_mmi_super_block *sb) in qnx6_mmi_copy_sb()
/openbmc/linux/fs/udf/
H A Dialloc.c32 struct super_block *sb = dir->i_sb; in udf_new_inode() local
/openbmc/linux/fs/squashfs/
H A Dblock.c189 static int squashfs_bio_read(struct super_block *sb, u64 index, int length, in squashfs_bio_read()
263 int squashfs_read_data(struct super_block *sb, u64 index, int length, in squashfs_read_data()
/openbmc/linux/fs/f2fs/
H A Dsysfs.c227 struct super_block *sb = sbi->sb; in encoding_show() local
1337 struct super_block *sb = seq->private; in segment_info_seq_show() local
1364 struct super_block *sb = seq->private; in segment_bits_seq_show() local
1388 struct super_block *sb = seq->private; in victim_bits_seq_show() local
1410 struct super_block *sb = seq->private; in discard_plist_seq_show() local
1483 struct super_block *sb = sbi->sb; in f2fs_register_sysfs() local
/openbmc/linux/fs/
H A Ddrop_caches.c19 static void drop_pagecache_sb(struct super_block *sb, void *unused) in drop_pagecache_sb()

1...<<11121314151617181920>>...29