Searched refs:super_block (Results 276 - 300 of 651) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/ext4/
H A Dresize.c46 int ext4_resize_begin(struct super_block *sb)
98 int ext4_resize_end(struct super_block *sb, bool update_backups)
107 static ext4_grpblk_t ext4_group_overhead_blocks(struct super_block *sb,
120 static int verify_group_input(struct super_block *sb,
302 static int ext4_alloc_group_tables(struct super_block *sb,
421 static struct buffer_head *bclean(handle_t *handle, struct super_block *sb,
458 static int set_flexbg_block_bitmap(struct super_block *sb, handle_t *handle,
529 static int setup_new_flex_group_blocks(struct super_block *sb,
731 unsigned int ext4_list_backups(struct super_block *sb, unsigned int *three,
775 static int verify_reserved_gdb(struct super_block *s
[all...]
H A Dmballoc.c419 static void ext4_mb_generate_from_pa(struct super_block *sb, void *bitmap,
426 static int ext4_try_to_trim_range(struct super_block *sb,
556 struct super_block *sb = e4b->bd_sb;
615 static void mb_group_bb_bitmap_alloc(struct super_block *sb,
656 static inline void mb_group_bb_bitmap_alloc(struct super_block *sb,
683 struct super_block *sb = e4b->bd_sb;
785 static void ext4_mb_mark_free_simple(struct super_block *sb,
821 static int mb_avg_fragment_size_order(struct super_block *sb, ext4_grpblk_t len)
839 mb_update_avg_fragment_size(struct super_block *sb, struct ext4_group_info *grp)
1146 mb_set_largest_free_order(struct super_block *s
[all...]
/linux-master/fs/hfsplus/
H A Dunicode.c122 int hfsplus_uni2asc(struct super_block *sb,
256 static inline int asc2unichar(struct super_block *sb, const char *astr, int len,
344 int hfsplus_asc2uni(struct super_block *sb,
386 struct super_block *sb = dentry->d_sb;
439 struct super_block *sb = dentry->d_sb;
H A Dcatalog.c43 int hfsplus_cat_build_key(struct super_block *sb,
60 void hfsplus_cat_build_key_with_cnid(struct super_block *sb,
176 static int hfsplus_fill_cat_thread(struct super_block *sb,
194 int hfsplus_find_cat(struct super_block *sb, u32 cnid,
256 struct super_block *sb = dir->i_sb;
332 struct super_block *sb = dir->i_sb;
438 struct super_block *sb = src_dir->i_sb;
/linux-master/fs/hfs/
H A Dmdb.c32 static int hfs_get_last_session(struct super_block *sb,
73 int hfs_mdb_get(struct super_block *sb)
264 void hfs_mdb_commit(struct super_block *sb)
340 void hfs_mdb_close(struct super_block *sb)
354 void hfs_mdb_put(struct super_block *sb)
/linux-master/arch/s390/hypfs/
H A Dinode.c50 static void hypfs_update_update(struct super_block *sb)
94 static struct inode *hypfs_make_inode(struct super_block *sb, umode_t mode)
167 struct super_block *sb = file_inode(iocb->ki_filp)->i_sb;
256 static int hypfs_fill_super(struct super_block *sb, struct fs_context *fc)
324 static void hypfs_kill_super(struct super_block *sb)
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_fs.c46 static struct super_block *qib_super;
358 static int add_cntr_files(struct super_block *sb, struct qib_devdata *dd)
428 static int remove_device_files(struct super_block *sb,
450 static int qibfs_fill_super(struct super_block *sb, struct fs_context *fc)
496 static void qibfs_kill_super(struct super_block *s)
/linux-master/fs/autofs/
H A Dexpire.c271 static struct dentry *autofs_expire_direct(struct super_block *sb,
417 static struct dentry *autofs_expire_indirect(struct super_block *sb,
533 int autofs_expire_run(struct super_block *sb,
572 int autofs_do_expire_multi(struct super_block *sb, struct vfsmount *mnt,
608 int autofs_expire_multi(struct super_block *sb, struct vfsmount *mnt,
/linux-master/fs/ufs/
H A Dsuper.c99 static struct inode *ufs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation)
117 static struct dentry *ufs_fh_to_dentry(struct super_block *sb, struct fid *fid,
123 static struct dentry *ufs_fh_to_parent(struct super_block *sb, struct fid *fid,
150 static void ufs_print_super_stuff(struct super_block *sb,
229 static void ufs_print_cylinder_stuff(struct super_block *sb,
272 void ufs_error (struct super_block * sb, const char * function,
306 void ufs_panic (struct super_block * sb, const char * function,
331 void ufs_warning (struct super_block * sb, const char * function,
470 static void ufs_setup_cstotal(struct super_block *sb)
504 static int ufs_read_cylinder_structures(struct super_block *s
[all...]
/linux-master/fs/pstore/
H A Dinode.c36 static struct super_block *pstore_sb;
218 static struct inode *pstore_get_inode(struct super_block *sb)
272 static int pstore_remount(struct super_block *sb, int *flags, char *data)
409 static int pstore_fill_super(struct super_block *sb, void *data, int silent)
447 static void pstore_kill_sb(struct super_block *sb)
/linux-master/fs/openpromfs/
H A Dinode.c43 static struct inode *openprom_iget(struct super_block *sb, ino_t ino);
334 static struct inode *openprom_alloc_inode(struct super_block *sb)
350 static struct inode *openprom_iget(struct super_block *sb, ino_t ino)
358 static int openprom_remount(struct super_block *sb, int *flags, char *data)
372 static int openprom_fill_super(struct super_block *s, struct fs_context *fc)
/linux-master/fs/orangefs/
H A Dorangefs-kernel.h206 struct super_block *sb;
245 static inline struct orangefs_sb_info_s *ORANGEFS_SB(struct super_block *sb)
337 void orangefs_kill_sb(struct super_block *sb);
347 struct inode *orangefs_new_inode(struct super_block *sb,
373 struct inode *orangefs_iget(struct super_block *sb,
/linux-master/fs/nfs/
H A Dinternal.h21 static inline void nfs_attr_check_mountpoint(struct super_block *parent, struct nfs_fattr *fattr)
149 struct super_block *sb;
434 extern struct inode *nfs_alloc_inode(struct super_block *sb);
450 void nfs_kill_super(struct super_block *);
454 extern bool nfs_sb_active(struct super_block *sb);
455 extern void nfs_sb_deactive(struct super_block *sb);
485 extern int nfs_get_root(struct super_block *s, struct fs_context *fc);
505 void nfs_umount_begin(struct super_block *);
673 struct super_block *sb = inode->i_sb;
686 struct super_block *s
[all...]
H A Dsuper.c192 bool nfs_sb_active(struct super_block *sb)
204 void nfs_sb_deactive(struct super_block *sb)
744 void nfs_umount_begin(struct super_block *sb)
1020 struct super_block *sb = fc->root->d_sb;
1058 static void nfs_fill_super(struct super_block *sb, struct nfs_fs_context *ctx)
1111 static int nfs_compare_mount_options(const struct super_block *s, const struct nfs_server *b,
1143 static int nfs_set_super(struct super_block *s, struct fs_context *fc)
1212 static int nfs_compare_super(struct super_block *sb, struct fs_context *fc)
1232 static int nfs_get_cache_cookie(struct super_block *sb,
1264 static int nfs_get_cache_cookie(struct super_block *s
[all...]
/linux-master/fs/reiserfs/
H A Dprints.c285 void __reiserfs_warning(struct super_block *sb, const char *id,
299 void reiserfs_info(struct super_block *sb, const char *fmt, ...)
316 void reiserfs_debug(struct super_block *s, int level, const char *fmt, ...)
375 void __reiserfs_panic(struct super_block *sb, const char *id,
393 void __reiserfs_error(struct super_block *sb, const char *id,
418 void reiserfs_abort(struct super_block *sb, int errno, const char *fmt, ...)
781 void print_statistics(struct super_block *s)
/linux-master/fs/erofs/
H A Dxattr.c12 struct super_block *sb;
34 struct super_block *sb = inode->i_sb;
184 struct super_block *sb = it->sb;
257 struct super_block *sb = it->sb;
370 struct super_block *const sb = it->sb;
466 void erofs_xattr_prefixes_cleanup(struct super_block *sb)
479 int erofs_xattr_prefixes_init(struct super_block *sb)
/linux-master/fs/ceph/
H A Dexport.c126 static struct inode *__lookup_inode(struct super_block *sb, u64 ino)
172 struct inode *ceph_lookup_inode(struct super_block *sb, u64 ino)
184 static struct dentry *__fh_to_dentry(struct super_block *sb, u64 ino)
206 static struct dentry *__snapfh_to_dentry(struct super_block *sb,
296 static struct dentry *ceph_fh_to_dentry(struct super_block *sb,
318 static struct dentry *__get_parent(struct super_block *sb,
415 static struct dentry *ceph_fh_to_parent(struct super_block *sb,
H A Dsuper.c45 static void ceph_put_super(struct super_block *s)
121 static int ceph_sync_fs(struct super_block *sb, int wait)
1019 void ceph_umount_begin(struct super_block *sb)
1094 static int ceph_apply_test_dummy_encryption(struct super_block *sb,
1129 static int ceph_apply_test_dummy_encryption(struct super_block *sb,
1196 static int ceph_set_super(struct super_block *s, struct fs_context *fc)
1230 static int ceph_compare_super(struct super_block *sb, struct fs_context *fc)
1272 static int ceph_setup_bdi(struct super_block *sb, struct ceph_fs_client *fsc)
1294 struct super_block *sb;
1297 int (*compare_super)(struct super_block *, struc
[all...]
/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 *s
[all...]
/linux-master/fs/gfs2/
H A Dsuper.c270 int gfs2_statfs_sync(struct super_block *sb, int type)
583 static void gfs2_put_super(struct super_block *sb)
665 static int gfs2_sync_fs(struct super_block *sb, int wait)
678 struct super_block *sb = sdp->sd_vfs;
697 struct super_block *sb = sdp->sd_vfs;
733 static int gfs2_freeze_super(struct super_block *sb, enum freeze_holder who)
782 static int gfs2_freeze_fs(struct super_block *sb)
801 static int gfs2_thaw_super(struct super_block *sb, enum freeze_holder who)
827 void gfs2_thaw_freeze_initiator(struct super_block *sb)
979 struct super_block *s
[all...]
/linux-master/fs/exfat/
H A Ddir.c32 static int exfat_get_uniname_from_ext_entry(struct super_block *sb,
75 struct super_block *sb = inode->i_sb;
229 struct super_block *sb = inode->i_sb;
455 struct super_block *sb = es->sb;
484 struct super_block *sb = inode->i_sb;
578 static int exfat_walk_fat_chain(struct super_block *sb,
610 static int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir,
636 static int exfat_dir_readahead(struct super_block *sb, sector_t sec)
670 struct exfat_dentry *exfat_get_dentry(struct super_block *sb,
769 struct super_block *s
[all...]
/linux-master/fs/ntfs3/
H A Dntfs_fs.h144 struct super_block *sb;
211 struct super_block *sb;
593 struct buffer_head *ntfs_bread(struct super_block *sb, sector_t block);
617 int ntfs_sb_read(struct super_block *sb, u64 lbo, size_t bytes, void *buffer);
618 int ntfs_sb_write(struct super_block *sb, u64 lbo, size_t bytes,
704 struct inode *ntfs_iget5(struct super_block *sb, const struct MFT_REF *ref,
716 int ntfs_flush_inodes(struct super_block *sb, struct inode *i1,
827 void ntfs_unmap_meta(struct super_block *sb, CLST lcn, CLST len);
838 int wnd_init(struct wnd_bitmap *wnd, struct super_block *sb, size_t nbits);
1004 static inline struct ntfs_sb_info *ntfs_sb(struct super_block *s
[all...]
/linux-master/fs/f2fs/
H A Dsuper.c377 static int f2fs_set_qf_name(struct super_block *sb, int qtype,
418 static int f2fs_clear_qf_name(struct super_block *sb, int qtype)
477 static int f2fs_set_test_dummy_encryption(struct super_block *sb,
665 static int parse_options(struct super_block *sb, char *options, bool is_remount)
1395 static struct inode *f2fs_alloc_inode(struct super_block *sb)
1569 static void f2fs_put_super(struct super_block *sb)
1688 int f2fs_sync_fs(struct super_block *sb, int sync)
1711 static int f2fs_freeze(struct super_block *sb)
1732 static int f2fs_unfreeze(struct super_block *sb)
1739 static int f2fs_statfs_project(struct super_block *s
[all...]
/linux-master/include/trace/events/
H A Dext4.h656 TP_PROTO(struct super_block *sb, unsigned long long blk,
752 TP_PROTO(struct super_block *sb, struct ext4_prealloc_space *pa),
798 TP_PROTO(struct super_block *sb, int needed),
982 TP_PROTO(struct super_block *sb, int wait),
1133 TP_PROTO(struct super_block *sb,
1166 TP_PROTO(struct super_block *sb,
1177 TP_PROTO(struct super_block *sb,
1309 TP_PROTO(struct super_block *sb, unsigned long group),
1331 TP_PROTO(struct super_block *sb, unsigned long group),
1338 TP_PROTO(struct super_block *s
[all...]
/linux-master/fs/omfs/
H A Dinode.c24 struct buffer_head *omfs_bread(struct super_block *sb, sector_t block)
202 struct inode *omfs_iget(struct super_block *sb, ino_t ino)
263 static void omfs_put_super(struct super_block *sb)
273 struct super_block *s = dentry->d_sb;
333 static int omfs_get_imap(struct super_block *sb)
452 static int omfs_fill_super(struct super_block *sb, void *data, int silent)

Completed in 219 milliseconds

<<11121314151617181920>>