/linux/fs/ |
H A D | super.c | 54 static inline void __super_lock(struct super_block *sb, bool excl) in __super_lock() 62 static inline void super_unlock(struct super_block *sb, bool excl) in super_unlock() 70 static inline void __super_lock_excl(struct super_block *sb) in __super_lock_excl() 75 static inline void super_unlock_excl(struct super_block *sb) in super_unlock_excl() 80 static inline void super_unlock_shared(struct super_block *sb) in super_unlock_shared() 85 static bool super_flags(const struct super_block *sb, unsigned int flags) in super_flags() 110 static __must_check bool super_lock(struct super_block *sb, bool excl) in super_lock() 138 static inline bool super_lock_shared(struct super_block *sb) in super_lock_shared() 144 static inline bool super_lock_excl(struct super_block *sb) in super_lock_excl() 151 static void super_wake(struct super_block *sb, unsigned int flag) in super_wake() [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
H A D | dr_ste_v1.c | 991 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l2_src_dst_tag() 1026 void dr_ste_v1_build_eth_l2_src_dst_init(struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l2_src_dst_init() 1037 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l3_ipv6_dst_tag() 1050 void dr_ste_v1_build_eth_l3_ipv6_dst_init(struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l3_ipv6_dst_init() 1061 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l3_ipv6_src_tag() 1074 void dr_ste_v1_build_eth_l3_ipv6_src_init(struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l3_ipv6_src_init() 1085 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l3_ipv4_5_tuple_tag() 1109 void dr_ste_v1_build_eth_l3_ipv4_5_tuple_init(struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l3_ipv4_5_tuple_init() 1239 struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l2_src_tag() 1250 void dr_ste_v1_build_eth_l2_src_init(struct mlx5dr_ste_build *sb, in dr_ste_v1_build_eth_l2_src_init() [all …]
|
/linux/fs/ext4/ |
H A D | super.c | 143 #define IS_EXT2_SB(sb) ((sb)->s_type == &ext2_fs_type) argument 145 #define IS_EXT2_SB(sb) (0) argument 159 #define IS_EXT3_SB(sb) ((sb)->s_type == &ext3_fs_type) argument 229 static struct buffer_head *__ext4_sb_bread_gfp(struct super_block *sb, in __ext4_sb_bread_gfp() 250 struct buffer_head *ext4_sb_bread(struct super_block *sb, sector_t block, in ext4_sb_bread() 259 struct buffer_head *ext4_sb_bread_unmovable(struct super_block *sb, in ext4_sb_bread_unmovable() 268 void ext4_sb_breadahead_unmovable(struct super_block *sb, sector_t block) in ext4_sb_breadahead_unmovable() 280 static int ext4_verify_csum_type(struct super_block *sb, in ext4_verify_csum_type() 299 static int ext4_superblock_csum_verify(struct super_block *sb, in ext4_superblock_csum_verify() 308 void ext4_superblock_csum_set(struct super_block *sb) in ext4_superblock_csum_set() [all …]
|
H A D | mballoc-test.c | 33 static struct inode *mbt_alloc_inode(struct super_block *sb) in mbt_alloc_inode() 60 static void mbt_kill_sb(struct super_block *sb) in mbt_kill_sb() 70 static int mbt_mb_init(struct super_block *sb) in mbt_mb_init() 120 static void mbt_mb_release(struct super_block *sb) in mbt_mb_release() 129 static int mbt_set(struct super_block *sb, void *data) in mbt_set() 137 struct super_block *sb; in mbt_ext4_alloc_super_block() local 170 static void mbt_ext4_free_super_block(struct super_block *sb) in mbt_ext4_free_super_block() 188 static void mbt_init_sb_layout(struct super_block *sb, in mbt_init_sb_layout() 213 static int mbt_grp_ctx_init(struct super_block *sb, in mbt_grp_ctx_init() 233 static void mbt_ctx_mark_used(struct super_block *sb, ext4_group_t group, in mbt_ctx_mark_used() [all …]
|
H A D | balloc.c | 36 ext4_group_t ext4_get_group_number(struct super_block *sb, in ext4_get_group_number() 54 void ext4_get_group_no_and_offset(struct super_block *sb, ext4_fsblk_t blocknr, in ext4_get_group_no_and_offset() 74 static inline int ext4_block_in_group(struct super_block *sb, in ext4_block_in_group() 88 static unsigned ext4_num_overhead_clusters(struct super_block *sb, in ext4_num_overhead_clusters() 162 static unsigned int num_clusters_in_group(struct super_block *sb, in num_clusters_in_group() 182 static int ext4_init_block_bitmap(struct super_block *sb, in ext4_init_block_bitmap() 239 unsigned ext4_free_clusters_after_init(struct super_block *sb, in ext4_free_clusters_after_init() 265 struct ext4_group_desc * ext4_get_group_desc(struct super_block *sb, in ext4_get_group_desc() 310 static ext4_fsblk_t ext4_valid_block_bitmap_padding(struct super_block *sb, in ext4_valid_block_bitmap_padding() 326 struct ext4_group_info *ext4_get_group_info(struct super_block *sb, in ext4_get_group_info() [all …]
|
H A D | mballoc.c | 556 struct super_block *sb = e4b->bd_sb; in mb_free_blocks_double() local 615 static void mb_group_bb_bitmap_alloc(struct super_block *sb, in mb_group_bb_bitmap_alloc() 656 static inline void mb_group_bb_bitmap_alloc(struct super_block *sb, in mb_group_bb_bitmap_alloc() 683 struct super_block *sb = e4b->bd_sb; in __mb_check_buddy() local 785 static void ext4_mb_mark_free_simple(struct super_block *sb, in ext4_mb_mark_free_simple() 821 static int mb_avg_fragment_size_order(struct super_block *sb, ext4_grpblk_t len) in mb_avg_fragment_size_order() 841 mb_update_avg_fragment_size(struct super_block *sb, struct ext4_group_info *grp) in mb_update_avg_fragment_size() 1150 mb_set_largest_free_order(struct super_block *sb, struct ext4_group_info *grp) in mb_set_largest_free_order() 1184 void ext4_mb_generate_buddy(struct super_block *sb, in ext4_mb_generate_buddy() 1287 struct super_block *sb; in ext4_mb_init_cache() local [all …]
|
/linux/drivers/usb/host/ |
H A D | xhci-sideband.c | 18 xhci_ring_to_sgtable(struct xhci_sideband *sb, struct xhci_ring *ring) in xhci_ring_to_sgtable() 77 __xhci_sideband_remove_endpoint(struct xhci_sideband *sb, struct xhci_virt_ep *ep) in __xhci_sideband_remove_endpoint() 102 void xhci_sideband_notify_ep_ring_free(struct xhci_sideband *sb, in xhci_sideband_notify_ep_ring_free() 128 xhci_sideband_add_endpoint(struct xhci_sideband *sb, in xhci_sideband_add_endpoint() 177 xhci_sideband_remove_endpoint(struct xhci_sideband *sb, in xhci_sideband_remove_endpoint() 201 xhci_sideband_stop_endpoint(struct xhci_sideband *sb, in xhci_sideband_stop_endpoint() 231 xhci_sideband_get_endpoint_buffer(struct xhci_sideband *sb, in xhci_sideband_get_endpoint_buffer() 260 xhci_sideband_get_event_buffer(struct xhci_sideband *sb) in xhci_sideband_get_event_buffer() 285 xhci_sideband_create_interrupter(struct xhci_sideband *sb, int num_seg, in xhci_sideband_create_interrupter() 324 xhci_sideband_remove_interrupter(struct xhci_sideband *sb) in xhci_sideband_remove_interrupter() [all …]
|
/linux/include/linux/ |
H A D | quotaops.h | 17 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() 122 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo() 131 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled() 137 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() 143 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() 149 static inline unsigned sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended() 155 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() 161 static inline unsigned sb_any_quota_loaded(struct super_block *sb) in sb_any_quota_loaded() [all …]
|
H A D | sbitmap.h | 113 struct sbitmap sb; member 174 static inline unsigned int __map_depth(const struct sbitmap *sb, int index) in __map_depth() 185 static inline void sbitmap_free(struct sbitmap *sb) in sbitmap_free() 237 #define SB_NR_TO_INDEX(sb, bitnr) ((bitnr) >> (sb)->shift) argument 238 #define SB_NR_TO_BIT(sb, bitnr) ((bitnr) & ((1U << (sb)->shift) - 1U)) argument 252 static inline void __sbitmap_for_each_set(struct sbitmap *sb, in __sbitmap_for_each_set() 304 static inline void sbitmap_for_each_set(struct sbitmap *sb, sb_for_each_fn fn, in sbitmap_for_each_set() 310 static inline unsigned long *__sbitmap_word(struct sbitmap *sb, in __sbitmap_word() 318 static inline void sbitmap_set_bit(struct sbitmap *sb, unsigned int bitnr) in sbitmap_set_bit() 323 static inline void sbitmap_clear_bit(struct sbitmap *sb, unsigned int bitnr) in sbitmap_clear_bit() [all …]
|
/linux/fs/befs/ |
H A D | endian.h | 16 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()
|
H A D | debug.c | 29 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/fs/ufs/ |
H A D | super.c | 99 static struct inode *ufs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) in ufs_nfs_get_inode() 117 static struct dentry *ufs_fh_to_dentry(struct super_block *sb, struct fid *fid, in ufs_fh_to_dentry() 123 static struct dentry *ufs_fh_to_parent(struct super_block *sb, struct fid *fid, in ufs_fh_to_parent() 150 static void ufs_print_super_stuff(struct super_block *sb, in ufs_print_super_stuff() 229 static void ufs_print_cylinder_stuff(struct super_block *sb, in ufs_print_cylinder_stuff() 266 # define ufs_print_super_stuff(sb, usb1, usb2, usb3) /**/ argument 267 # define ufs_print_cylinder_stuff(sb, cg) /**/ argument 272 void ufs_error (struct super_block * sb, const char * function, in ufs_error() 306 void ufs_panic (struct super_block * sb, const char * function, in ufs_panic() 331 void ufs_warning (struct super_block * sb, const char * function, in ufs_warning() [all …]
|
/linux/tools/perf/util/ |
H A D | strbuf.c | 20 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/fs/ext2/ |
H A D | super.c | 49 void ext2_error(struct super_block *sb, const char *function, in ext2_error() 111 void ext2_msg(struct super_block *sb, const char *prefix, in ext2_msg() 130 void ext2_update_dynamic_rev(struct super_block *sb) in ext2_update_dynamic_rev() 158 static void ext2_quota_off_umount(struct super_block *sb) in ext2_quota_off_umount() 166 static inline void ext2_quota_off_umount(struct super_block *sb) in ext2_quota_off_umount() 171 static void ext2_put_super (struct super_block * sb) in ext2_put_super() 207 static struct inode *ext2_alloc_inode(struct super_block *sb) in ext2_alloc_inode() 264 struct super_block *sb = root->d_sb; in ext2_show_options() local 384 static struct inode *ext2_nfs_get_inode(struct super_block *sb, in ext2_nfs_get_inode() 410 static struct dentry *ext2_fh_to_dentry(struct super_block *sb, struct fid *fid, in ext2_fh_to_dentry() [all …]
|
H A D | balloc.c | 39 struct ext2_group_desc * ext2_get_group_desc(struct super_block * sb, in ext2_get_group_desc() 71 static int ext2_valid_block_bitmap(struct super_block *sb, in ext2_valid_block_bitmap() 129 read_block_bitmap(struct super_block *sb, unsigned int block_group) in read_block_bitmap() 168 static void group_adjust_blocks(struct super_block *sb, int group_no, in group_adjust_blocks() 271 unsigned int group, struct super_block * sb) in goal_in_my_reservation() 335 void ext2_rsv_window_add(struct super_block *sb, in ext2_rsv_window_add() 374 static void rsv_window_remove(struct super_block *sb, in rsv_window_remove() 420 struct super_block *sb = inode->i_sb; in ext2_init_block_alloc_info() local 491 struct super_block * sb = inode->i_sb; in ext2_free_blocks() local 668 ext2_try_to_allocate(struct super_block *sb, int group, in ext2_try_to_allocate() [all …]
|
/linux/fs/quota/ |
H A D | quota.c | 27 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission() 54 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() 107 static int quota_getfmt(struct super_block *sb, int type, void __user *addr) in quota_getfmt() 119 static int quota_getinfo(struct super_block *sb, int type, void __user *addr) in quota_getinfo() 147 static int quota_setinfo(struct super_block *sb, int type, void __user *addr) in quota_setinfo() 201 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota() 237 static int quota_getnextquota(struct super_block *sb, int type, qid_t id, in quota_getnextquota() 287 static int quota_setquota(struct super_block *sb, int type, qid_t id, in quota_setquota() [all …]
|
/linux/fs/ocfs2/ |
H A D | quota_local.c | 29 static inline unsigned int ol_quota_entries_per_block(struct super_block *sb) in ol_quota_entries_per_block() 36 static inline unsigned int ol_chunk_blocks(struct super_block *sb) in ol_chunk_blocks() 44 static unsigned int ol_chunk_entries(struct super_block *sb) in ol_chunk_entries() 50 static unsigned int ol_quota_chunk_block(struct super_block *sb, int c) in ol_quota_chunk_block() 56 static unsigned int ol_dqblk_block(struct super_block *sb, int c, int off) in ol_dqblk_block() 63 static unsigned int ol_dqblk_block_off(struct super_block *sb, int c, int off) in ol_dqblk_block_off() 71 static loff_t ol_dqblk_off(struct super_block *sb, int c, int off) in ol_dqblk_off() 77 static inline unsigned int ol_dqblk_block_offset(struct super_block *sb, loff_t off) in ol_dqblk_block_offset() 83 static int ol_dqblk_chunk_off(struct super_block *sb, int c, loff_t off) in ol_dqblk_chunk_off() 97 struct super_block *sb = inode->i_sb; in ocfs2_modify_bh() local [all …]
|
H A D | journal.h | 366 static inline int ocfs2_quota_trans_credits(struct super_block *sb) in ocfs2_quota_trans_credits() 387 static inline int ocfs2_inline_to_extents_credits(struct super_block *sb) in ocfs2_inline_to_extents_credits() 400 static inline int ocfs2_remove_extent_credits(struct super_block *sb) in ocfs2_remove_extent_credits() 410 static inline int ocfs2_add_dir_index_credits(struct super_block *sb) in ocfs2_add_dir_index_credits() 421 static inline int ocfs2_mknod_credits(struct super_block *sb, int is_dir, in ocfs2_mknod_credits() 444 static inline int ocfs2_link_credits(struct super_block *sb) in ocfs2_link_credits() 452 static inline int ocfs2_unlink_credits(struct super_block *sb) in ocfs2_unlink_credits() 471 static inline int ocfs2_rename_credits(struct super_block *sb) in ocfs2_rename_credits() 487 static inline int ocfs2_calc_dxi_expand_credits(struct super_block *sb) in ocfs2_calc_dxi_expand_credits() 519 static inline int ocfs2_calc_extend_credits(struct super_block *sb, in ocfs2_calc_extend_credits() [all …]
|
/linux/fs/bcachefs/ |
H A D | super-io.c | 114 struct bch_sb_field *bch2_sb_field_get_id(struct bch_sb *sb, in bch2_sb_field_get_id() 125 static struct bch_sb_field *__bch2_sb_field_resize(struct bch_sb_handle *sb, in __bch2_sb_field_resize() 164 void bch2_sb_field_delete(struct bch_sb_handle *sb, in bch2_sb_field_delete() 175 void bch2_free_super(struct bch_sb_handle *sb) in bch2_free_super() 187 int bch2_sb_realloc(struct bch_sb_handle *sb, unsigned u64s) in bch2_sb_realloc() 246 struct bch_sb_field *bch2_sb_field_resize_id(struct bch_sb_handle *sb, in bch2_sb_field_resize_id() 281 struct bch_sb_field *bch2_sb_field_get_minsize_id(struct bch_sb_handle *sb, in bch2_sb_field_get_minsize_id() 347 static int bch2_sb_compatible(struct bch_sb *sb, struct printbuf *out) in bch2_sb_compatible() 385 int bch2_sb_validate(struct bch_sb *sb, u64 read_offset, in bch2_sb_validate() 722 static int read_one_super(struct bch_sb_handle *sb, u64 offset, struct printbuf *err) in read_one_super() [all …]
|
/linux/fs/romfs/ |
H A D | storage.c | 18 #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/fs/exfat/ |
H A D | fatent.c | 14 static int exfat_mirror_bh(struct super_block *sb, sector_t sec, in exfat_mirror_bh() 38 static int __exfat_ent_get(struct super_block *sb, unsigned int loc, in __exfat_ent_get() 62 int exfat_ent_set(struct super_block *sb, unsigned int loc, in exfat_ent_set() 85 int exfat_ent_get(struct super_block *sb, unsigned int loc, in exfat_ent_get() 129 int exfat_chain_cont_cluster(struct super_block *sb, unsigned int chain, in exfat_chain_cont_cluster() 147 static inline void exfat_discard_cluster(struct super_block *sb, in exfat_discard_cluster() 164 struct super_block *sb = inode->i_sb; in __exfat_free_cluster() local 280 int exfat_find_last_cluster(struct super_block *sb, struct exfat_chain *p_chain, in exfat_find_last_cluster() 312 struct super_block *sb = dir->i_sb; in exfat_zeroed_cluster() local 354 struct super_block *sb = inode->i_sb; in exfat_alloc_cluster() local [all …]
|
/linux/lib/ |
H A D | sbitmap.c | 12 static int init_alloc_hint(struct sbitmap *sb, gfp_t flags) in init_alloc_hint() 29 static inline unsigned update_alloc_hint_before_get(struct sbitmap *sb, in update_alloc_hint_before_get() 43 static inline void update_alloc_hint_after_get(struct sbitmap *sb, in update_alloc_hint_after_get() 101 int sbitmap_init_node(struct sbitmap *sb, unsigned int depth, int shift, in sbitmap_init_node() 145 void sbitmap_resize(struct sbitmap *sb, unsigned int depth) in sbitmap_resize() 211 static int sbitmap_find_bit(struct sbitmap *sb, in sbitmap_find_bit() 241 static int __sbitmap_get(struct sbitmap *sb, unsigned int alloc_hint) in __sbitmap_get() 261 int sbitmap_get(struct sbitmap *sb) in sbitmap_get() 278 static int __sbitmap_get_shallow(struct sbitmap *sb, in __sbitmap_get_shallow() 290 int sbitmap_get_shallow(struct sbitmap *sb, unsigned long shallow_depth) in sbitmap_get_shallow() [all …]
|
/linux/fs/erofs/ |
H A D | super.c | 21 void _erofs_printk(struct super_block *sb, const char *fmt, ...) in _erofs_printk() 40 static int erofs_superblock_csum_verify(struct super_block *sb, void *sbdata) in erofs_superblock_csum_verify() 66 static struct inode *erofs_alloc_inode(struct super_block *sb) in erofs_alloc_inode() 90 void *erofs_read_metadata(struct super_block *sb, struct erofs_buf *buf, in erofs_read_metadata() 125 static int z_erofs_parse_cfgs(struct super_block *sb, in z_erofs_parse_cfgs() 136 static int erofs_init_device(struct erofs_buf *buf, struct super_block *sb, in erofs_init_device() 191 static int erofs_scan_devices(struct super_block *sb, in erofs_scan_devices() 253 static int erofs_read_superblock(struct super_block *sb) in erofs_read_superblock() 547 static struct dentry *erofs_fh_to_dentry(struct super_block *sb, in erofs_fh_to_dentry() 558 static struct dentry *erofs_fh_to_parent(struct super_block *sb, in erofs_fh_to_parent() [all …]
|
/linux/fs/xfs/ |
H A D | xfs_quotaops.c | 58 struct super_block *sb, in xfs_fs_get_quota_state() 117 struct super_block *sb, in xfs_fs_set_info() 167 struct super_block *sb, in xfs_quota_enable() 182 struct super_block *sb, in xfs_quota_disable() 197 struct super_block *sb, in xfs_fs_rm_xquota() 224 struct super_block *sb, in xfs_fs_get_dqblk() 241 struct super_block *sb, in xfs_fs_get_nextdqblk() 265 struct super_block *sb, in xfs_fs_set_dqblk()
|
/linux/fs/jfs/ |
H A D | super.c | 62 static void jfs_handle_error(struct super_block *sb) in jfs_handle_error() 83 void jfs_error(struct super_block *sb, const char *fmt, ...) in jfs_error() 101 static struct inode *jfs_alloc_inode(struct super_block *sb) in jfs_alloc_inode() 161 static void jfs_quota_off_umount(struct super_block *sb) in jfs_quota_off_umount() 180 static inline void jfs_quota_off_umount(struct super_block *sb) in jfs_quota_off_umount() 185 static void jfs_put_super(struct super_block *sb) in jfs_put_super() 364 struct super_block *sb = fc->root->d_sb; in jfs_reconfigure() local 441 static int jfs_fill_super(struct super_block *sb, struct fs_context *fc) in jfs_fill_super() 582 static int jfs_freeze(struct super_block *sb) in jfs_freeze() 612 static int jfs_unfreeze(struct super_block *sb) in jfs_unfreeze() [all …]
|