Home
last modified time | relevance | path

Searched defs:sb (Results 1 – 25 of 672) sorted by relevance

12345678910>>...27

/linux-6.3-rc2/fs/
A Dsuper.c63 struct super_block *sb; in super_cache_scan() local
120 struct super_block *sb; in super_cache_count() local
307 void put_super(struct super_block *sb) in put_super()
695 struct super_block *sb, *p = NULL; in __iterate_supers() local
725 struct super_block *sb, *p = NULL; in iterate_supers() local
761 struct super_block *sb, *p = NULL; in iterate_supers_type() local
794 struct super_block *sb; in get_super() local
832 struct super_block *sb; in get_active_super() local
855 struct super_block *sb; in user_get_super() local
1132 struct super_block *sb; in vfs_get_super() local
[all …]
/linux-6.3-rc2/include/linux/
A Dquotaops.h17 static inline struct quota_info *sb_dqopt(struct super_block *sb) in sb_dqopt()
33 #define quota_error(sb, fmt, args...) \ argument
83 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
149 static inline unsigned sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended()
161 static inline unsigned sb_any_quota_loaded(struct super_block *sb) in sb_any_quota_loaded()
195 static inline int sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended()
201 static inline int sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
206 static inline int sb_any_quota_loaded(struct super_block *sb) in sb_any_quota_loaded()
273 static inline int dquot_disable(struct super_block *sb, int type, in dquot_disable()
279 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
[all …]
A Dsbitmap.h108 struct sbitmap sb; member
169 static inline unsigned int __map_depth(const struct sbitmap *sb, int index) in __map_depth()
180 static inline void sbitmap_free(struct sbitmap *sb) in sbitmap_free()
232 #define SB_NR_TO_INDEX(sb, bitnr) ((bitnr) >> (sb)->shift) argument
233 #define SB_NR_TO_BIT(sb, bitnr) ((bitnr) & ((1U << (sb)->shift) - 1U)) argument
247 static inline void __sbitmap_for_each_set(struct sbitmap *sb, in __sbitmap_for_each_set()
305 static inline unsigned long *__sbitmap_word(struct sbitmap *sb, in __sbitmap_word()
313 static inline void sbitmap_set_bit(struct sbitmap *sb, unsigned int bitnr) in sbitmap_set_bit()
318 static inline void sbitmap_clear_bit(struct sbitmap *sb, unsigned int bitnr) in sbitmap_clear_bit()
340 static inline void sbitmap_put(struct sbitmap *sb, unsigned int bitnr) in sbitmap_put()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Ddr_ste_v0.c737 struct mlx5dr_ste_build *sb, in dr_ste_v0_build_eth_l2_src_dst_tag()
793 struct mlx5dr_ste_build *sb, in dr_ste_v0_build_eth_l3_ipv6_dst_tag()
819 struct mlx5dr_ste_build *sb, in dr_ste_v0_build_eth_l3_ipv6_src_tag()
845 struct mlx5dr_ste_build *sb, in dr_ste_v0_build_eth_l3_ipv4_5_tuple_tag()
1029 struct mlx5dr_ste_build *sb, in dr_ste_v0_build_eth_l2_dst_bit_mask()
1175 struct mlx5dr_ste_build *sb, in dr_ste_v0_build_eth_ipv6_l3_l4_tag()
1217 struct mlx5dr_ste_build *sb, in dr_ste_v0_build_mpls_tag()
1243 struct mlx5dr_ste_build *sb, in dr_ste_v0_build_tnl_gre_tag()
1405 struct mlx5dr_ste_build *sb, in dr_ste_v0_build_icmp_tag()
1495 struct mlx5dr_ste_build *sb, in dr_ste_v0_build_eth_l4_misc_tag()
[all …]
A Ddr_ste_v1.c1323 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l2_src_tag()
1356 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l2_dst_tag()
1406 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l2_tnl_tag()
1458 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l3_ipv4_misc_tag()
1520 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_mpls_tag()
1571 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_tnl_mpls_tag()
1616 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_tnl_mpls_over_udp_tag()
1657 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_tnl_mpls_over_gre_tag()
1698 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_icmp_tag()
1868 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_register_0_tag()
[all …]
/linux-6.3-rc2/fs/befs/
A Dendian.h16 fs64_to_cpu(const struct super_block *sb, fs64 n) in fs64_to_cpu()
25 cpu_to_fs64(const struct super_block *sb, u64 n) in cpu_to_fs64()
34 fs32_to_cpu(const struct super_block *sb, fs32 n) in fs32_to_cpu()
43 cpu_to_fs32(const struct super_block *sb, u32 n) in cpu_to_fs32()
52 fs16_to_cpu(const struct super_block *sb, fs16 n) in fs16_to_cpu()
61 cpu_to_fs16(const struct super_block *sb, u16 n) in cpu_to_fs16()
72 fsrun_to_cpu(const struct super_block *sb, befs_disk_block_run n) in fsrun_to_cpu()
89 cpu_to_fsrun(const struct super_block *sb, befs_block_run n) in cpu_to_fsrun()
106 fsds_to_cpu(const struct super_block *sb, const befs_disk_data_stream *n) in fsds_to_cpu()
A Ddebug.c29 befs_error(const struct super_block *sb, const char *fmt, ...) in befs_error()
42 befs_warning(const struct super_block *sb, const char *fmt, ...) in befs_warning()
55 befs_debug(const struct super_block *sb, const char *fmt, ...) in befs_debug()
72 befs_dump_inode(const struct super_block *sb, befs_inode *inode) in befs_dump_inode()
156 befs_dump_super_block(const struct super_block *sb, befs_super_block *sup) in befs_dump_super_block()
226 befs_dump_index_entry(const struct super_block *sb, in befs_dump_index_entry()
248 befs_dump_index_node(const struct super_block *sb, befs_btree_nodehead *node) in befs_dump_index_node()
/linux-6.3-rc2/fs/ext4/
A Dsuper.c145 #define IS_EXT2_SB(sb) (0) argument
750 #define ext4_error_ratelimit(sb) \ argument
920 void __ext4_msg(struct super_block *sb, in __ext4_msg()
2479 struct super_block *sb) in ext4_apply_quota_options()
2516 struct super_block *sb) in ext4_check_quota_consistency()
2634 struct super_block *sb) in ext4_check_test_dummy_encryption()
2674 struct super_block *sb) in ext4_apply_test_dummy_encryption()
2686 struct super_block *sb) in ext4_check_opt_consistency()
2832 struct super_block *sb) in ext4_show_quota_options()
3003 struct super_block *sb = seq->private; in ext4_seq_options_show() local
[all …]
A Dballoc.c35 ext4_group_t ext4_get_group_number(struct super_block *sb, in ext4_get_group_number()
73 static inline int ext4_block_in_group(struct super_block *sb, in ext4_block_in_group()
86 static unsigned ext4_num_overhead_clusters(struct super_block *sb, in ext4_num_overhead_clusters()
159 static unsigned int num_clusters_in_group(struct super_block *sb, in num_clusters_in_group()
179 static int ext4_init_block_bitmap(struct super_block *sb, in ext4_init_block_bitmap()
238 unsigned ext4_free_clusters_after_init(struct super_block *sb, in ext4_free_clusters_after_init()
365 static int ext4_validate_block_bitmap(struct super_block *sb, in ext4_validate_block_bitmap()
639 int ext4_should_retry_alloc(struct super_block *sb, int *retries) in ext4_should_retry_alloc()
720 ext4_fsblk_t ext4_count_free_clusters(struct super_block *sb) in ext4_count_free_clusters()
804 int ext4_bg_has_super(struct super_block *sb, ext4_group_t group) in ext4_bg_has_super()
[all …]
A Dext4_jbd2.h33 #define EXT4_SINGLEDATA_TRANS_BLOCKS(sb) \ argument
48 #define EXT4_DATA_TRANS_BLOCKS(sb) (EXT4_SINGLEDATA_TRANS_BLOCKS(sb) + \ argument
57 #define EXT4_META_TRANS_BLOCKS(sb) (EXT4_XATTR_TRANS_BLOCKS + \ argument
89 #define EXT4_QUOTA_TRANS_BLOCKS(sb) ((ext4_quota_capable(sb)) ? 1 : 0) argument
92 #define EXT4_QUOTA_INIT_BLOCKS(sb) ((ext4_quota_capable(sb)) ?\ argument
96 #define EXT4_QUOTA_DEL_BLOCKS(sb) ((ext4_quota_capable(sb)) ?\ argument
100 #define EXT4_QUOTA_TRANS_BLOCKS(sb) 0 argument
101 #define EXT4_QUOTA_INIT_BLOCKS(sb) 0 argument
102 #define EXT4_QUOTA_DEL_BLOCKS(sb) 0 argument
173 void (*func)(struct super_block *sb, in ext4_journal_callback_add()
[all …]
A Dresize.c48 int ext4_resize_begin(struct super_block *sb) in ext4_resize_begin()
134 static int verify_group_input(struct super_block *sb, in verify_group_input()
297 static int ext4_alloc_group_tables(struct super_block *sb, in ext4_alloc_group_tables()
778 static int verify_reserved_gdb(struct super_block *sb, in verify_reserved_gdb()
824 struct super_block *sb = inode->i_sb; in add_new_gdb() local
957 static int add_new_gdb_meta_bg(struct super_block *sb, in add_new_gdb_meta_bg()
1017 struct super_block *sb = inode->i_sb; in reserve_backup_gdb() local
1399 static void ext4_add_overhead(struct super_block *sb, in ext4_add_overhead()
1417 static void ext4_update_super(struct super_block *sb, in ext4_update_super()
1534 static int ext4_flex_group_add(struct super_block *sb, in ext4_flex_group_add()
[all …]
/linux-6.3-rc2/fs/ext2/
A Dsuper.c49 void ext2_error(struct super_block *sb, const char *function, in ext2_error()
84 void ext2_msg(struct super_block *sb, const char *prefix, in ext2_msg()
103 void ext2_update_dynamic_rev(struct super_block *sb) in ext2_update_dynamic_rev()
131 static void ext2_quota_off_umount(struct super_block *sb) in ext2_quota_off_umount()
144 static void ext2_put_super (struct super_block * sb) in ext2_put_super()
238 struct super_block *sb = root->d_sb; in ext2_show_options() local
631 static int ext2_setup_super (struct super_block * sb, in ext2_setup_super()
1299 static int ext2_freeze(struct super_block *sb) in ext2_freeze()
1321 static int ext2_unfreeze(struct super_block *sb) in ext2_unfreeze()
1329 static void ext2_write_super(struct super_block *sb) in ext2_write_super()
[all …]
/linux-6.3-rc2/fs/reiserfs/
A Djournal.c423 super_block in get_journal_hash_dev()
1172 struct super_block *sb = cn->sb; in find_newer_jl_for_cn() local
1969 struct super_block *sb) in journal_release()
1976 struct super_block *sb) in journal_release_error()
3196 struct super_block *sb) in journal_join()
3210 struct super_block *sb) in journal_join_abort()
3283 struct super_block *sb = th->t_super; in journal_mark_dirty() local
3389 struct super_block *sb = th->t_super; in journal_end() local
3487 struct super_block *sb = cn->sb; in can_dirty() local
3526 struct super_block *sb = th->t_super; in journal_end_sync() local
[all …]
/linux-6.3-rc2/tools/perf/util/
A Dstrbuf.c20 int strbuf_init(struct strbuf *sb, ssize_t hint) in strbuf_init()
29 void strbuf_release(struct strbuf *sb) in strbuf_release()
37 char *strbuf_detach(struct strbuf *sb, size_t *sz) in strbuf_detach()
46 int strbuf_grow(struct strbuf *sb, size_t extra) in strbuf_grow()
73 int strbuf_addch(struct strbuf *sb, int c) in strbuf_addch()
84 int strbuf_add(struct strbuf *sb, const void *data, size_t len) in strbuf_add()
94 static int strbuf_addv(struct strbuf *sb, const char *fmt, va_list ap) in strbuf_addv()
128 int strbuf_addf(struct strbuf *sb, const char *fmt, ...) in strbuf_addf()
139 ssize_t strbuf_read(struct strbuf *sb, int fd, ssize_t hint) in strbuf_read()
/linux-6.3-rc2/fs/erofs/
A Dsuper.c23 void _erofs_err(struct super_block *sb, const char *function, in _erofs_err()
38 void _erofs_info(struct super_block *sb, const char *function, in _erofs_info()
84 static struct inode *erofs_alloc_inode(struct super_block *sb) in erofs_alloc_inode()
162 static int erofs_load_compr_cfgs(struct super_block *sb, in erofs_load_compr_cfgs()
211 static int erofs_load_compr_cfgs(struct super_block *sb, in erofs_load_compr_cfgs()
268 static int erofs_scan_devices(struct super_block *sb, in erofs_scan_devices()
327 static int erofs_read_superblock(struct super_block *sb) in erofs_read_superblock()
831 struct super_block *sb = fc->root->d_sb; in erofs_fc_reconfigure() local
926 static void erofs_kill_sb(struct super_block *sb) in erofs_kill_sb()
957 static void erofs_put_super(struct super_block *sb) in erofs_put_super()
[all …]
/linux-6.3-rc2/fs/ufs/
A Dsuper.c149 static void ufs_print_super_stuff(struct super_block *sb, in ufs_print_super_stuff()
265 # define ufs_print_super_stuff(sb, usb1, usb2, usb3) /**/ argument
266 # define ufs_print_cylinder_stuff(sb, cg) /**/ argument
469 static void ufs_setup_cstotal(struct super_block *sb) in ufs_setup_cstotal()
589 static void ufs_put_cstotal(struct super_block *sb) in ufs_put_cstotal()
643 static void ufs_put_super_internal(struct super_block *sb) in ufs_put_super_internal()
685 static int ufs_sync_fs(struct super_block *sb, int wait) in ufs_sync_fs()
728 void ufs_mark_sb_dirty(struct super_block *sb) in ufs_mark_sb_dirty()
742 static void ufs_put_super(struct super_block *sb) in ufs_put_super()
760 static u64 ufs_max_bytes(struct super_block *sb) in ufs_max_bytes()
[all …]
/linux-6.3-rc2/fs/ocfs2/
A Dquota_local.c97 struct super_block *sb = inode->i_sb; in ocfs2_modify_bh() local
343 struct super_block *sb = lqinode->i_sb; in ocfs2_recovery_load_quota() local
393 struct super_block *sb = osb->sb; in ocfs2_begin_quota_recovery() local
462 struct super_block *sb = lqinode->i_sb; in ocfs2_recover_local_quota_file() local
588 struct super_block *sb = osb->sb; in ocfs2_finish_quota_recovery() local
873 struct super_block *sb = od->dq_dquot.dq_sb; in olq_set_dquot() local
895 struct super_block *sb = dquot->dq_sb; in ocfs2_local_write_dquot() local
961 struct super_block *sb, in ocfs2_local_quota_add_chunk()
1092 struct super_block *sb, in ocfs2_extend_local_quota_file()
1218 struct super_block *sb = dquot->dq_sb; in ocfs2_create_local_dquot() local
[all …]
/linux-6.3-rc2/fs/nilfs2/
A Dsuper.c87 static void nilfs_set_error(struct super_block *sb) in nilfs_set_error()
150 struct inode *nilfs_alloc_inode(struct super_block *sb) in nilfs_alloc_inode()
272 int nilfs_commit_super(struct super_block *sb, int flag) in nilfs_commit_super()
308 int nilfs_cleanup_super(struct super_block *sb) in nilfs_cleanup_super()
473 static void nilfs_put_super(struct super_block *sb) in nilfs_put_super()
574 static int nilfs_freeze(struct super_block *sb) in nilfs_freeze()
589 static int nilfs_unfreeze(struct super_block *sb) in nilfs_unfreeze()
604 struct super_block *sb = dentry->d_sb; in nilfs_statfs() local
671 struct super_block *sb = dentry->d_sb; in nilfs_show_options() local
795 nilfs_set_default_options(struct super_block *sb, in nilfs_set_default_options()
[all …]
/linux-6.3-rc2/fs/quota/
A Dquota.c54 static void quota_sync_one(struct super_block *sb, void *arg) in quota_sync_one()
86 static int quota_quotaon(struct super_block *sb, int type, qid_t id, in quota_quotaon()
98 static int quota_quotaoff(struct super_block *sb, int type) in quota_quotaoff()
201 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota()
313 static int quota_enable(struct super_block *sb, void __user *addr) in quota_enable()
324 static int quota_disable(struct super_block *sb, void __user *addr) in quota_disable()
354 static int quota_getstate(struct super_block *sb, int type, in quota_getstate()
452 static int quota_getstatev(struct super_block *sb, int type, in quota_getstatev()
869 struct super_block *sb; in quotactl_block() local
920 struct super_block *sb = NULL; in SYSCALL_DEFINE4() local
[all …]
/linux-6.3-rc2/fs/zonefs/
A Dsuper.c98 static int zonefs_zone_mgmt(struct super_block *sb, in zonefs_zone_mgmt()
155 struct super_block *sb = inode->i_sb; in zonefs_update_stats() local
260 struct super_block *sb = inode->i_sb; in zonefs_io_error_cb() local
369 struct super_block *sb = inode->i_sb; in __zonefs_io_error() local
432 struct super_block *sb = dentry->d_sb; in zonefs_statfs() local
634 struct super_block *sb = dir->i_sb; in zonefs_get_file_inode() local
713 struct super_block *sb = dir->i_sb; in zonefs_get_dir_inode() local
757 struct super_block *sb = inode->i_sb; in zonefs_readdir_root() local
794 struct super_block *sb = inode->i_sb; in zonefs_readdir_zgroup() local
853 struct super_block *sb; member
[all …]
/linux-6.3-rc2/fs/exfat/
A Dsuper.c44 static void exfat_put_super(struct super_block *sb) in exfat_put_super()
56 static int exfat_sync_fs(struct super_block *sb, int wait) in exfat_sync_fs()
75 struct super_block *sb = dentry->d_sb; in exfat_statfs() local
129 int exfat_set_volume_dirty(struct super_block *sb) in exfat_set_volume_dirty()
136 int exfat_clear_volume_dirty(struct super_block *sb) in exfat_clear_volume_dirty()
145 struct super_block *sb = root->d_sb; in exfat_show_options() local
329 static void exfat_hash_init(struct super_block *sb) in exfat_hash_init()
341 struct super_block *sb = inode->i_sb; in exfat_read_root() local
422 static int exfat_read_boot_sector(struct super_block *sb) in exfat_read_boot_sector()
535 static int exfat_verify_boot_region(struct super_block *sb) in exfat_verify_boot_region()
[all …]
/linux-6.3-rc2/fs/udf/
A Dsuper.c306 static void udf_sb_free_partitions(struct super_block *sb) in udf_sb_free_partitions()
321 struct super_block *sb = root->d_sb; in udf_show_options() local
710 static int udf_check_vsd(struct super_block *sb) in udf_check_vsd()
827 static int udf_find_fileset(struct super_block *sb, in udf_find_fileset()
1031 static int check_partition_desc(struct super_block *sb, in check_partition_desc()
1681 struct super_block *sb, in udf_process_sequence()
1994 static void udf_open_lvid(struct super_block *sb) in udf_open_lvid()
2024 static void udf_close_lvid(struct super_block *sb) in udf_close_lvid()
2064 u64 lvid_get_unique_id(struct super_block *sb) in lvid_get_unique_id()
2317 static void udf_put_super(struct super_block *sb) in udf_put_super()
[all …]
/linux-6.3-rc2/fs/romfs/
A Dstorage.c18 #define ROMFS_MTD_READ(sb, ...) mtd_read((sb)->s_mtd, ##__VA_ARGS__) argument
23 static int romfs_mtd_read(struct super_block *sb, unsigned long pos, in romfs_mtd_read()
36 static ssize_t romfs_mtd_strnlen(struct super_block *sb, in romfs_mtd_strnlen()
66 static int romfs_mtd_strcmp(struct super_block *sb, unsigned long pos, in romfs_mtd_strcmp()
103 static int romfs_blk_read(struct super_block *sb, unsigned long pos, in romfs_blk_read()
130 static ssize_t romfs_blk_strnlen(struct super_block *sb, in romfs_blk_strnlen()
163 static int romfs_blk_strcmp(struct super_block *sb, unsigned long pos, in romfs_blk_strcmp()
214 int romfs_dev_read(struct super_block *sb, unsigned long pos, in romfs_dev_read()
237 ssize_t romfs_dev_strnlen(struct super_block *sb, in romfs_dev_strnlen()
265 int romfs_dev_strcmp(struct super_block *sb, unsigned long pos, in romfs_dev_strcmp()
/linux-6.3-rc2/lib/
A Dsbitmap.c12 static int init_alloc_hint(struct sbitmap *sb, gfp_t flags) in init_alloc_hint()
43 static inline void update_alloc_hint_after_get(struct sbitmap *sb, in update_alloc_hint_after_get()
123 void sbitmap_resize(struct sbitmap *sb, unsigned int depth) in sbitmap_resize()
189 static int sbitmap_find_bit(struct sbitmap *sb, in sbitmap_find_bit()
239 int sbitmap_get(struct sbitmap *sb) in sbitmap_get()
256 static int __sbitmap_get_shallow(struct sbitmap *sb, in __sbitmap_get_shallow()
285 bool sbitmap_any_bit_set(const struct sbitmap *sb) in sbitmap_any_bit_set()
318 unsigned int sbitmap_weight(const struct sbitmap *sb) in sbitmap_weight()
324 void sbitmap_show(struct sbitmap *sb, struct seq_file *m) in sbitmap_show()
485 struct sbitmap *sb = &sbq->sb; in __sbitmap_queue_get_batch() local
[all …]
/linux-6.3-rc2/fs/kernfs/
A Dmount.c72 static struct dentry *__kernfs_fh_to_dentry(struct super_block *sb, in __kernfs_fh_to_dentry()
124 static struct dentry *kernfs_fh_to_dentry(struct super_block *sb, in kernfs_fh_to_dentry()
131 static struct dentry *kernfs_fh_to_parent(struct super_block *sb, in kernfs_fh_to_parent()
159 struct kernfs_root *kernfs_root_from_sb(struct super_block *sb) in kernfs_root_from_sb()
199 struct super_block *sb) in kernfs_node_dentry()
239 static int kernfs_fill_super(struct super_block *sb, struct kernfs_fs_context *kfc) in kernfs_fill_super()
281 static int kernfs_test_super(struct super_block *sb, struct fs_context *fc) in kernfs_test_super()
289 static int kernfs_set_super(struct super_block *sb, struct fs_context *fc) in kernfs_set_super()
303 const void *kernfs_super_ns(struct super_block *sb) in kernfs_super_ns()
324 struct super_block *sb; in kernfs_get_tree() local
[all …]

Completed in 75 milliseconds

12345678910>>...27