Searched refs:sb (Results 201 - 225 of 924) sorted by relevance

1234567891011>>

/linux-master/fs/fat/
H A Dnamei_msdos.c197 * AV. Wrappers for FAT sb operations. Is it wise?
204 struct super_block *sb = dir->i_sb; local
209 mutex_lock(&MSDOS_SB(sb)->s_lock);
216 inode = fat_build_inode(sb, sinfo.de, sinfo.i_pos);
222 mutex_unlock(&MSDOS_SB(sb)->s_lock);
267 struct super_block *sb = dir->i_sb; local
274 mutex_lock(&MSDOS_SB(sb)->s_lock);
277 msdos_name, &MSDOS_SB(sb)->options);
292 inode = fat_build_inode(sb, sinfo.de, sinfo.i_pos);
303 mutex_unlock(&MSDOS_SB(sb)
312 struct super_block *sb = dir->i_sb; local
345 struct super_block *sb = dir->i_sb; local
405 struct super_block *sb = inode->i_sb; local
602 struct super_block *sb = old_dir->i_sb; local
646 setup(struct super_block *sb) argument
653 msdos_fill_super(struct super_block *sb, void *data, int silent) argument
[all...]
H A Dmisc.c21 void __fat_fs_error(struct super_block *sb, int report, const char *fmt, ...) argument
23 struct fat_mount_options *opts = &MSDOS_SB(sb)->options;
31 fat_msg(sb, KERN_ERR, "error, %pV", &vaf);
36 panic("FAT-fs (%s): fs panic from previous error\n", sb->s_id);
37 else if (opts->errors == FAT_ERRORS_RO && !sb_rdonly(sb)) {
38 sb->s_flags |= SB_RDONLY;
39 fat_msg(sb, KERN_ERR, "Filesystem has been set read-only");
46 * @sb: A pointer to a &struct super_block
54 void _fat_msg(struct super_block *sb, const char *level, const char *fmt, ...) argument
62 _printk(FAT_PRINTK_PREFIX "%pV\n", level, sb
68 fat_clusters_flush(struct super_block *sb) argument
109 struct super_block *sb = inode->i_sb; local
[all...]
H A Dfat.h141 static inline struct msdos_sb_info *MSDOS_SB(struct super_block *sb) argument
143 return sb->s_fs_info;
166 static inline u32 max_fat(struct super_block *sb) argument
168 struct msdos_sb_info *sbi = MSDOS_SB(sb);
385 extern void fat_ent_access_init(struct super_block *sb);
393 extern int fat_count_free_clusters(struct super_block *sb);
414 extern struct inode *fat_iget(struct super_block *sb, loff_t i_pos);
415 extern struct inode *fat_build_inode(struct super_block *sb,
418 extern int fat_fill_super(struct super_block *sb, void *data, int silent,
422 extern int fat_flush_inodes(struct super_block *sb, struc
[all...]
H A Ddir.c41 static inline loff_t fat_make_i_pos(struct super_block *sb, argument
45 return ((loff_t)bh->b_blocknr << MSDOS_SB(sb)->dir_per_block_bits)
52 struct super_block *sb = dir->i_sb; local
53 struct msdos_sb_info *sbi = MSDOS_SB(sb);
64 bh = sb_find_get_block(sb, phys);
67 sb_breadahead(sb, phys + sec);
85 struct super_block *sb = dir->i_sb; local
93 iblock = *pos >> sb->s_blocksize_bits;
100 *bh = sb_bread(sb, phys);
102 fat_msg_ratelimit(sb, KERN_ER
141 uni16_to_x8(struct super_block *sb, unsigned char *ascii, const wchar_t *uni, int len, struct nls_table *nls) argument
181 fat_uni_to_x8(struct super_block *sb, const wchar_t *uni, unsigned char *buf, int size) argument
349 fat_parse_short(struct super_block *sb, const struct msdos_dir_entry *de, unsigned char *name, int dot_hidden) argument
466 struct super_block *sb = inode->i_sb; local
557 struct super_block *sb = inode->i_sb; local
954 struct super_block *sb = dir->i_sb; local
978 struct super_block *sb = dir->i_sb; local
996 struct super_block *sb = dir->i_sb; local
1031 struct super_block *sb = dir->i_sb; local
1084 struct super_block *sb = dir->i_sb; local
1135 struct super_block *sb = dir->i_sb; local
1202 struct super_block *sb = dir->i_sb; local
1284 struct super_block *sb = dir->i_sb; local
[all...]
/linux-master/fs/efs/
H A Dnamei.c77 static struct inode *efs_nfs_get_inode(struct super_block *sb, u64 ino, argument
84 inode = efs_iget(sb, ino);
96 struct dentry *efs_fh_to_dentry(struct super_block *sb, struct fid *fid, argument
99 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
103 struct dentry *efs_fh_to_parent(struct super_block *sb, struct fid *fid, argument
106 return generic_fh_to_parent(sb, fid, fh_len, fh_type,
/linux-master/fs/qnx6/
H A Dqnx6.h31 struct qnx6_super_block *sb; /* our superblock */ member in struct:qnx6_sb_info
47 extern struct inode *qnx6_iget(struct super_block *sb, unsigned ino);
59 static inline struct qnx6_sb_info *QNX6_SB(struct super_block *sb) argument
61 return sb->s_fs_info;
71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \
/linux-master/fs/hfs/
H A Dtrans.c33 int hfs_mac2asc(struct super_block *sb, char *out, const struct hfs_name *in) argument
35 struct nls_table *nls_disk = HFS_SB(sb)->nls_disk;
36 struct nls_table *nls_io = HFS_SB(sb)->nls_io;
97 void hfs_asc2mac(struct super_block *sb, struct hfs_name *out, const struct qstr *in) argument
99 struct nls_table *nls_disk = HFS_SB(sb)->nls_disk;
100 struct nls_table *nls_io = HFS_SB(sb)->nls_io;
H A Dhfs_fs.h163 struct super_block *sb; member in struct:hfs_sb_info
243 extern void hfs_mark_mdb_dirty(struct super_block *sb);
272 #define HFS_SB(sb) ((struct hfs_sb_info *)(sb)->s_fs_info)
278 static inline const char *hfs_mdb_name(struct super_block *sb) argument
280 return sb->s_id;
283 static inline void hfs_bitmap_dirty(struct super_block *sb) argument
285 set_bit(HFS_FLG_BITMAP_DIRTY, &HFS_SB(sb)->flags);
286 hfs_mark_mdb_dirty(sb);
289 #define sb_bread512(sb, se
[all...]
H A Dextent.c248 static int hfs_free_extents(struct super_block *sb, struct hfs_extent *extent, argument
269 hfs_clear_vbm_bits(sb, start, count);
275 hfs_clear_vbm_bits(sb, start + count, block_nr);
287 int hfs_free_fork(struct super_block *sb, struct hfs_cat_file *file, int type) argument
302 total_blocks /= HFS_SB(sb)->alloc_blksz;
310 res = hfs_free_extents(sb, extent, blocks, blocks);
316 res = hfs_find_init(HFS_SB(sb)->ext_tree, &fd);
324 hfs_free_extents(sb, extent, total_blocks - start, total_blocks);
339 struct super_block *sb; local
343 sb
393 struct super_block *sb = inode->i_sb; local
478 struct super_block *sb = inode->i_sb; local
[all...]
/linux-master/fs/squashfs/
H A Ddecompressor.c87 static void *get_comp_opts(struct super_block *sb, unsigned short flags) argument
89 struct squashfs_sb_info *msblk = sb->s_fs_info;
110 length = squashfs_read_data(sb,
128 void *squashfs_decompressor_setup(struct super_block *sb, unsigned short flags) argument
130 struct squashfs_sb_info *msblk = sb->s_fs_info;
131 void *stream, *comp_opts = get_comp_opts(sb, flags);
H A Dinode.c44 static int squashfs_new_inode(struct super_block *sb, struct inode *inode, argument
55 err = squashfs_get_id(sb, le16_to_cpu(sqsh_ino->uid), &i_uid);
59 err = squashfs_get_id(sb, le16_to_cpu(sqsh_ino->guid), &i_gid);
75 struct inode *squashfs_iget(struct super_block *sb, long long ino, argument
78 struct inode *inode = iget_locked(sb, ino_number);
105 struct super_block *sb = inode->i_sb; local
106 struct squashfs_sb_info *msblk = sb->s_fs_info;
118 err = squashfs_read_metadata(sb, sqshb_ino, &block,
123 err = squashfs_new_inode(sb, inode, sqshb_ino);
138 err = squashfs_read_metadata(sb, sqsh_in
[all...]
H A Dsymlink.c37 struct super_block *sb = inode->i_sb; local
38 struct squashfs_sb_info *msblk = sb->s_fs_info;
54 bytes = squashfs_read_metadata(sb, NULL, &block, &offset,
72 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0);
/linux-master/fs/ocfs2/
H A Dsuper.c85 static int ocfs2_parse_options(struct super_block *sb, char *options,
88 static int ocfs2_check_set_options(struct super_block *sb,
91 static void ocfs2_put_super(struct super_block *sb);
92 static int ocfs2_mount_volume(struct super_block *sb);
93 static int ocfs2_remount(struct super_block *sb, int *flags, char *data);
94 static void ocfs2_dismount_volume(struct super_block *sb, int mnt_err);
101 static int ocfs2_sync_fs(struct super_block *sb, int wait);
111 static int ocfs2_initialize_super(struct super_block *sb,
115 static int ocfs2_get_sector(struct super_block *sb,
119 static struct inode *ocfs2_alloc_inode(struct super_block *sb);
392 ocfs2_sync_fs(struct super_block *sb, int wait) argument
545 ocfs2_alloc_inode(struct super_block *sb) argument
603 ocfs2_remount(struct super_block *sb, int *flags, char *data) argument
721 ocfs2_sb_probe(struct super_block *sb, struct buffer_head **bh, int *sector_size, struct ocfs2_blockcheck_stats *stats) argument
875 struct super_block *sb = osb->sb; local
906 struct super_block *sb = osb->sb; local
947 struct super_block *sb = osb->sb; local
969 ocfs2_fill_super(struct super_block *sb, void *data, int silent) argument
1199 ocfs2_check_set_options(struct super_block *sb, struct mount_options *options) argument
1233 ocfs2_parse_options(struct super_block *sb, char *options, struct mount_options *mopt, int is_remount) argument
1603 ocfs2_put_super(struct super_block *sb) argument
1749 ocfs2_get_sector(struct super_block *sb, struct buffer_head **bh, int block, int sect_size) argument
1778 ocfs2_mount_volume(struct super_block *sb) argument
1849 ocfs2_dismount_volume(struct super_block *sb, int mnt_err) argument
1996 ocfs2_initialize_super(struct super_block *sb, struct buffer_head *bh, int sector_size, struct ocfs2_blockcheck_stats *stats) argument
2520 ocfs2_handle_error(struct super_block *sb) argument
2548 __ocfs2_error(struct super_block *sb, const char *function, const char *fmt, ...) argument
2571 __ocfs2_abort(struct super_block *sb, const char *function, const char *fmt, ...) argument
[all...]
H A Dbuffer_head_io.h30 int (*validate)(struct super_block *sb,
41 int (*validate)(struct super_block *sb,
39 ocfs2_read_block(struct ocfs2_caching_info *ci, u64 off, struct buffer_head **bh, int (*validate)(struct super_block *sb, struct buffer_head *bh)) argument
/linux-master/fs/bcachefs/
H A Dsuper.c51 #include "sb-clean.h"
52 #include "sb-counters.h"
53 #include "sb-errors.h"
54 #include "sb-members.h"
206 if (!memcmp(&c->disk_sb.sb->uuid, &uuid, sizeof(uuid)))
664 for (i = 0; i < c->sb.nr_devices; i++) {
690 if (__bch2_uuid_to_fs(c->sb.uuid)) {
703 ret = kobject_add(&c->kobj, NULL, "%pU", c->sb.user_uuid.b) ?:
734 static struct bch_fs *bch2_fs_alloc(struct bch_sb *sb, struct bch_opts opts) argument
837 ret = bch2_sb_to_fs(c, sb);
1080 bch2_dev_may_add(struct bch_sb *sb, struct bch_fs *c) argument
1094 bch2_dev_in_fs(struct bch_sb_handle *fs, struct bch_sb_handle *sb, struct bch_opts *opts) argument
1370 __bch2_dev_attach_bdev(struct bch_dev *ca, struct bch_sb_handle *sb) argument
1403 bch2_dev_attach_bdev(struct bch_fs *c, struct bch_sb_handle *sb) argument
1724 struct bch_sb_handle sb; local
1863 struct bch_sb_handle sb = { NULL }; local
2047 struct bch_sb_handle sb = { NULL }; local
[all...]
/linux-master/fs/udf/
H A Dtruncate.c161 struct super_block *sb = inode->i_sb; local
162 struct udf_sb_info *sbi = UDF_SB(sb);
168 if (!UDF_QUERY_FLAG(sb, UDF_FLAG_STRICT) || sbi->s_udfrev >= 0x0201)
186 struct super_block *sb = inode->i_sb; local
187 sector_t first_block = inode->i_size >> sb->s_blocksize_bits, offset;
200 byte_offset = (offset << sb->s_blocksize_bits) +
201 (inode->i_size & (sb->s_blocksize - 1));
228 udf_free_blocks(sb, NULL, &epos.block,
239 epos.bh = sb_bread(sb,
240 udf_get_lb_pblock(sb,
[all...]
/linux-master/fs/omfs/
H A Dinode.c24 struct buffer_head *omfs_bread(struct super_block *sb, sector_t block) argument
26 struct omfs_sb_info *sbi = OMFS_SB(sb);
30 return sb_bread(sb, clus_to_blk(sbi, block));
202 struct inode *omfs_iget(struct super_block *sb, ino_t ino) argument
204 struct omfs_sb_info *sbi = OMFS_SB(sb);
211 inode = iget_locked(sb, ino);
263 static void omfs_put_super(struct super_block *sb) argument
265 struct omfs_sb_info *sbi = OMFS_SB(sb);
268 sb->s_fs_info = NULL;
333 static int omfs_get_imap(struct super_block *sb) argument
452 omfs_fill_super(struct super_block *sb, void *data, int silent) argument
[all...]
/linux-master/fs/overlayfs/
H A Dexport.c285 static struct dentry *ovl_obtain_alias(struct super_block *sb, argument
312 inode = ovl_get_inode(sb, &oip);
410 static struct dentry *ovl_lookup_real(struct super_block *sb,
417 static struct dentry *ovl_lookup_real_inode(struct super_block *sb, argument
421 struct ovl_fs *ofs = OVL_FS(sb);
430 inode = ovl_lookup_inode(sb, real, !layer->idx);
442 if (!this && layer->idx && ovl_indexdir(sb) && !WARN_ON(!d_is_dir(real))) {
463 this = ovl_lookup_real(sb, upper, &ofs->layers[0]);
482 static struct dentry *ovl_lookup_real_ancestor(struct super_block *sb, argument
490 return dget(sb
535 ovl_lookup_real(struct super_block *sb, struct dentry *real, const struct ovl_layer *layer) argument
637 ovl_get_dentry(struct super_block *sb, struct dentry *upper, struct ovl_path *lowerpath, struct dentry *index) argument
664 ovl_upper_fh_to_d(struct super_block *sb, struct ovl_fh *fh) argument
684 ovl_lower_fh_to_d(struct super_block *sb, struct ovl_fh *fh) argument
787 ovl_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
827 ovl_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
[all...]
/linux-master/fs/xfs/
H A Dxfs_export.c107 struct super_block *sb,
111 xfs_mount_t *mp = XFS_M(sb);
172 xfs_fs_fh_to_dentry(struct super_block *sb, struct fid *fid, argument
184 inode = xfs_nfs_get_inode(sb, fid->i32.ino, fid->i32.gen);
188 inode = xfs_nfs_get_inode(sb, fid64->ino, fid64->gen);
196 xfs_fs_fh_to_parent(struct super_block *sb, struct fid *fid, argument
207 inode = xfs_nfs_get_inode(sb, fid->i32.parent_ino,
211 inode = xfs_nfs_get_inode(sb, fid64->parent_ino,
106 xfs_nfs_get_inode( struct super_block *sb, u64 ino, u32 generation) argument
/linux-master/fs/btrfs/
H A Dexport.h25 struct dentry *btrfs_get_dentry(struct super_block *sb, u64 objectid,
/linux-master/fs/gfs2/
H A Dops_fstype.c72 static struct gfs2_sbd *init_sbd(struct super_block *sb) argument
81 sdp->sd_vfs = sb;
85 sb->s_fs_info = sdp;
117 mapping->host = sb->s_bdev->bd_inode;
159 struct gfs2_sb_host *sb = &sdp->sd_sb; local
161 if (sb->sb_magic != GFS2_MAGIC ||
162 sb->sb_type != GFS2_METATYPE_SB) {
168 if (sb->sb_fs_format < GFS2_FS_FORMAT_MIN ||
169 sb->sb_fs_format > GFS2_FS_FORMAT_MAX ||
170 sb
200 struct gfs2_sb_host *sb = &sdp->sd_sb; local
241 struct super_block *sb = sdp->sd_vfs; local
453 gfs2_lookup_root(struct super_block *sb, struct dentry **dptr, u64 no_addr, const char *name) argument
477 struct super_block *sb = sdp->sd_vfs; local
1091 struct super_block *sb = sdp->sd_vfs; local
1152 gfs2_fill_super(struct super_block *sb, struct fs_context *fc) argument
1554 struct super_block *sb = fc->root->d_sb; local
1748 gfs2_evict_inodes(struct super_block *sb) argument
1777 gfs2_kill_sb(struct super_block *sb) argument
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive.c399 struct kvmppc_xive_src_block *sb; local
423 sb = kvmppc_xive_find_source(xive, irq, &src);
424 if (!sb)
426 state = &sb->irq_state[src];
518 struct kvmppc_xive_src_block *sb; local
550 sb = kvmppc_xive_find_source(xive, irq, &src);
551 if (!sb) {
558 state = &sb->irq_state[src];
573 arch_spin_lock(&sb->lock);
575 arch_spin_unlock(&sb
1084 xive_lock_and_mask(struct kvmppc_xive *xive, struct kvmppc_xive_src_block *sb, struct kvmppc_xive_irq_state *state) argument
1129 xive_lock_for_unmask(struct kvmppc_xive_src_block *sb, struct kvmppc_xive_irq_state *state) argument
1143 xive_finish_unmask(struct kvmppc_xive *xive, struct kvmppc_xive_src_block *sb, struct kvmppc_xive_irq_state *state, u8 prio) argument
1272 struct kvmppc_xive_src_block *sb; local
1373 struct kvmppc_xive_src_block *sb; local
1395 struct kvmppc_xive_src_block *sb; local
1434 struct kvmppc_xive_src_block *sb; local
1459 struct kvmppc_xive_src_block *sb; local
1555 struct kvmppc_xive_src_block *sb; local
1653 struct kvmppc_xive_src_block *sb; local
1737 struct kvmppc_xive_src_block *sb = xive->src_blocks[i]; local
2039 struct kvmppc_xive_src_block *sb; local
2067 xive_pre_save_mask_irq(struct kvmppc_xive *xive, struct kvmppc_xive_src_block *sb, u32 irq) argument
2087 xive_pre_save_unmask_irq(struct kvmppc_xive *xive, struct kvmppc_xive_src_block *sb, u32 irq) argument
2135 struct kvmppc_xive_src_block *sb = xive->src_blocks[i]; local
2155 struct kvmppc_xive_src_block *sb = xive->src_blocks[i]; local
2169 struct kvmppc_xive_src_block *sb = xive->src_blocks[i]; local
2185 struct kvmppc_xive_src_block *sb; local
2269 struct kvmppc_xive_src_block *sb; local
2328 struct kvmppc_xive_src_block *sb; local
2493 struct kvmppc_xive_src_block *sb; local
2616 kvmppc_xive_free_sources(struct kvmppc_xive_src_block *sb) argument
2846 kvmppc_xive_debug_show_sources(struct seq_file *m, struct kvmppc_xive_src_block *sb) argument
2942 struct kvmppc_xive_src_block *sb = xive->src_blocks[i]; local
[all...]
/linux-master/include/linux/
H A Dnfs_ssc.h28 void (*sco_sb_deactive)(struct super_block *sb);
77 static inline void nfs_do_sb_deactive(struct super_block *sb) argument
80 (*nfs_ssc_client_tbl.ssc_nfs_ops->sco_sb_deactive)(sb);
/linux-master/fs/affs/
H A Dfile.c52 struct super_block *sb = inode->i_sb; local
102 bh = affs_bread(sb, key);
105 key = be32_to_cpu(AFFS_TAIL(sb, bh)->extension);
122 struct super_block *sb = inode->i_sb; local
130 new_bh = affs_getzeroblk(sb, blocknr);
132 affs_free_block(sb, blocknr);
138 AFFS_TAIL(sb, new_bh)->stype = cpu_to_be32(ST_FILE);
139 AFFS_TAIL(sb, new_bh)->parent = cpu_to_be32(inode->i_ino);
140 affs_fix_checksum(sb, new_bh);
144 tmp = be32_to_cpu(AFFS_TAIL(sb, b
174 struct super_block *sb = inode->i_sb; local
299 struct super_block *sb = inode->i_sb; local
529 struct super_block *sb = inode->i_sb; local
561 struct super_block *sb = inode->i_sb; local
694 struct super_block *sb = inode->i_sb; local
851 struct super_block *sb = inode->i_sb; local
866 struct super_block *sb = inode->i_sb; local
[all...]
/linux-master/fs/ext4/
H A Dfast_commit.c232 static bool ext4_fc_disabled(struct super_block *sb) argument
234 return (!test_opt2(sb, JOURNAL_FAST_COMMIT) ||
235 (EXT4_SB(sb)->s_mount_state & EXT4_FC_REPLAY));
338 void ext4_fc_mark_ineligible(struct super_block *sb, int reason, handle_t *handle) argument
340 struct ext4_sb_info *sbi = EXT4_SB(sb);
343 if (ext4_fc_disabled(sb))
346 ext4_set_mount_flag(sb, EXT4_MF_FC_INELIGIBLE);
424 struct super_block *sb = inode->i_sb; local
425 struct ext4_sb_info *sbi = EXT4_SB(sb);
430 ext4_fc_mark_ineligible(sb, EXT4_FC_REASON_ENCRYPTED_FILENAM
660 ext4_fc_submit_bh(struct super_block *sb, bool is_tail) argument
689 ext4_fc_reserve_space(struct super_block *sb, int len, u32 *crc) argument
753 ext4_fc_write_tail(struct super_block *sb, u32 crc) argument
796 ext4_fc_add_tlv(struct super_block *sb, u16 tag, u16 len, u8 *val, u32 *crc) argument
816 ext4_fc_add_dentry_tlv(struct super_block *sb, u32 *crc, struct ext4_fc_dentry_update *fc_dentry) argument
963 struct super_block *sb = journal->j_private; local
997 struct super_block *sb = journal->j_private; local
1024 struct super_block *sb = journal->j_private; variable in typeref:struct:super_block
1086 struct super_block *sb = journal->j_private; local
1156 ext4_fc_update_stats(struct super_block *sb, int status, u64 commit_time, int nblks, tid_t commit_tid) argument
1191 struct super_block *sb = journal->j_private; local
1268 struct super_block *sb = journal->j_private; local
1364 ext4_fc_replay_unlink(struct super_block *sb, struct ext4_fc_tl_mem *tl, u8 *val) argument
1403 ext4_fc_replay_link_internal(struct super_block *sb, struct dentry_info_args *darg, struct inode *inode) argument
1462 ext4_fc_replay_link(struct super_block *sb, struct ext4_fc_tl_mem *tl, u8 *val) argument
1488 ext4_fc_record_modified_inode(struct super_block *sb, int ino) argument
1517 ext4_fc_replay_inode(struct super_block *sb, struct ext4_fc_tl_mem *tl, u8 *val) argument
1620 ext4_fc_replay_create(struct super_block *sb, struct ext4_fc_tl_mem *tl, u8 *val) argument
1678 ext4_fc_record_regions(struct super_block *sb, int ino, ext4_lblk_t lblk, ext4_fsblk_t pblk, int len, int replay) argument
1718 ext4_fc_replay_add_range(struct super_block *sb, struct ext4_fc_tl_mem *tl, u8 *val) argument
1839 ext4_fc_replay_del_range(struct super_block *sb, struct ext4_fc_tl_mem *tl, u8 *val) argument
1900 ext4_fc_set_bitmaps_and_counters(struct super_block *sb) argument
1956 ext4_fc_replay_check_excluded(struct super_block *sb, ext4_fsblk_t blk) argument
1974 ext4_fc_replay_cleanup(struct super_block *sb) argument
2031 struct super_block *sb = journal->j_private; local
2153 struct super_block *sb = journal->j_private; local
2242 ext4_fc_init(struct super_block *sb, journal_t *journal) argument
[all...]

Completed in 226 milliseconds

1234567891011>>