Searched refs:super_block (Results 101 - 125 of 651) sorted by relevance

1234567891011>>

/linux-master/fs/efs/
H A Dnamei.c77 static struct inode *efs_nfs_get_inode(struct super_block *sb, u64 ino,
96 struct dentry *efs_fh_to_dentry(struct super_block *sb, struct fid *fid,
103 struct dentry *efs_fh_to_parent(struct super_block *sb, struct fid *fid,
/linux-master/fs/hfsplus/
H A Dpart_tbl.c70 static int hfs_parse_old_pmap(struct super_block *sb, struct old_pmap *pm,
91 static int hfs_parse_new_pmap(struct super_block *sb, void *buf,
128 int hfs_part_find(struct super_block *sb,
/linux-master/fs/fat/
H A Dfat.h141 static inline struct msdos_sb_info *MSDOS_SB(struct super_block *sb)
166 static inline u32 max_fat(struct super_block *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,
419 int isvfat, void (*setup)(struct super_block *));
422 extern int fat_flush_inodes(struct super_block *sb, struct inode *i1,
432 void __fat_fs_error(struct super_block *s
[all...]
/linux-master/fs/adfs/
H A Dsuper.c25 void __adfs_error(struct super_block *sb, const char *function, const char *fmt, ...)
41 void adfs_msg(struct super_block *sb, const char *pfx, const char *fmt, ...)
92 static void adfs_put_super(struct super_block *sb)
129 static int parse_options(struct super_block *sb, struct adfs_sb_info *asb,
185 static int adfs_remount(struct super_block *sb, int *flags, char *data)
203 struct super_block *sb = dentry->d_sb;
220 static struct inode *adfs_alloc_inode(struct super_block *sb)
280 static int adfs_probe(struct super_block *sb, unsigned int offset, int silent,
281 int (*validate)(struct super_block *sb,
331 static int adfs_validate_bblk(struct super_block *s
[all...]
/linux-master/fs/ocfs2/
H A Dinode.h127 struct inode *ocfs2_ilookup(struct super_block *sb, u64 feoff);
133 void ocfs2_sync_blockdev(struct super_block *sb);
151 int ocfs2_validate_inode_block(struct super_block *sb,
H A Duptodate.h26 struct super_block *(*co_get_super)(struct ocfs2_caching_info *ci);
H A Dextent_map.h53 int (*validate)(struct super_block *sb,
62 int (*validate)(struct super_block *sb,
/linux-master/fs/reiserfs/
H A Dreiserfs.h226 struct super_block *sb; /* dev of real buffer head */
415 struct super_block *j_work_sb;
744 int reiserfs_resize(struct super_block *, unsigned long);
769 void reiserfs_write_lock(struct super_block *s);
770 void reiserfs_write_unlock(struct super_block *s);
771 int __must_check reiserfs_write_unlock_nested(struct super_block *s);
772 void reiserfs_write_lock_nested(struct super_block *s, int depth);
775 void reiserfs_lock_check_recursive(struct super_block *s);
777 static inline void reiserfs_lock_check_recursive(struct super_block *s) { }
808 struct super_block *
[all...]
/linux-master/fs/nilfs2/
H A Dsuper.c63 static int nilfs_setup_super(struct super_block *sb, int is_mount);
64 static int nilfs_remount(struct super_block *sb, int *flags, char *data);
66 void __nilfs_msg(struct super_block *sb, const char *fmt, ...)
88 static void nilfs_set_error(struct super_block *sb)
120 void __nilfs_error(struct super_block *sb, const char *function,
151 struct inode *nilfs_alloc_inode(struct super_block *sb)
174 static int nilfs_sync_super(struct super_block *sb, int flag)
247 struct nilfs_super_block **nilfs_prepare_super(struct super_block *sb,
273 int nilfs_commit_super(struct super_block *sb, int flag)
309 int nilfs_cleanup_super(struct super_block *s
[all...]
H A Ddat.h44 int nilfs_dat_read(struct super_block *sb, size_t entry_size,
H A Dcpfile.h33 int nilfs_cpfile_read(struct super_block *sb, size_t cpsize,
/linux-master/fs/befs/
H A Dio.c27 befs_bread_iaddr(struct super_block *sb, befs_inode_addr iaddr)
H A Dlinuxvfs.c47 static struct inode *befs_iget(struct super_block *, unsigned long);
48 static struct inode *befs_alloc_inode(struct super_block *sb);
52 static int befs_utf2nls(struct super_block *sb, const char *in, int in_len,
54 static int befs_nls2utf(struct super_block *sb, const char *in, int in_len,
56 static void befs_put_super(struct super_block *);
57 static int befs_remount(struct super_block *, int *, char *);
61 static struct dentry *befs_fh_to_dentry(struct super_block *sb,
63 static struct dentry *befs_fh_to_parent(struct super_block *sb,
136 struct super_block *sb = inode->i_sb;
175 struct super_block *s
[all...]
/linux-master/fs/coda/
H A Dcnode.c60 struct inode * coda_iget(struct super_block * sb, struct CodaFid * fid,
97 struct inode *coda_cnode_make(struct CodaFid *fid, struct super_block *sb)
140 struct inode *coda_fid_to_inode(struct CodaFid *fid, struct super_block *sb)
167 struct inode *coda_cnode_makectl(struct super_block *sb)
/linux-master/fs/ext2/
H A Dext2.h169 static inline struct ext2_sb_info *EXT2_SB(struct super_block *sb)
702 extern int ext2_bg_has_super(struct super_block *sb, int group);
703 extern unsigned long ext2_bg_num_gdb(struct super_block *sb, int group);
709 extern unsigned long ext2_count_free_blocks (struct super_block *);
710 extern unsigned long ext2_count_dirs (struct super_block *);
711 extern struct ext2_group_desc * ext2_get_group_desc(struct super_block * sb,
715 extern int ext2_should_retry_alloc(struct super_block *sb, int *retries);
717 extern void ext2_rsv_window_add(struct super_block *sb, struct ext2_reserve_window_node *rsv);
735 extern unsigned long ext2_count_free_inodes (struct super_block *);
739 extern struct inode *ext2_iget (struct super_block *, unsigne
[all...]
/linux-master/fs/tracefs/
H A Dinternal.h77 struct inode *tracefs_get_inode(struct super_block *sb);
/linux-master/fs/minix/
H A Ditree_v2.c30 struct super_block *sb = inode->i_sb;
72 unsigned V2_minix_blocks(loff_t size, struct super_block *sb)
/linux-master/fs/freevxfs/
H A Dvxfs_olt.c33 vxfs_oblock(struct super_block *sbp, daddr_t block, u_long bsize)
53 vxfs_read_olt(struct super_block *sbp, u_long bsize)
/linux-master/fs/ext4/
H A Dext4_jbd2.h138 void (*jce_func)(struct super_block *sb,
173 void (*func)(struct super_block *sb,
234 handle_t *handle, struct super_block *sb,
243 handle_t *handle, struct super_block *sb,
264 handle_t *__ext4_journal_start_sb(struct inode *inode, struct super_block *sb,
293 static inline int ext4_free_metadata_revoke_credits(struct super_block *sb,
300 static inline int ext4_trans_default_revoke_credits(struct super_block *sb)
452 int ext4_force_commit(struct super_block *sb);
H A Dballoc.c27 static unsigned ext4_num_base_meta_clusters(struct super_block *sb,
36 ext4_group_t ext4_get_group_number(struct super_block *sb,
54 void ext4_get_group_no_and_offset(struct super_block *sb, ext4_fsblk_t blocknr,
74 static inline int ext4_block_in_group(struct super_block *sb,
88 static unsigned ext4_num_overhead_clusters(struct super_block *sb,
162 static unsigned int num_clusters_in_group(struct super_block *sb,
182 static int ext4_init_block_bitmap(struct super_block *sb,
239 unsigned ext4_free_clusters_after_init(struct super_block *sb,
265 struct ext4_group_desc * ext4_get_group_desc(struct super_block *sb,
310 static ext4_fsblk_t ext4_valid_block_bitmap_padding(struct super_block *s
[all...]
/linux-master/fs/efivarfs/
H A Dinternal.h20 struct super_block *sb;
67 extern struct inode *efivarfs_get_inode(struct super_block *sb,
/linux-master/fs/jfs/
H A Djfs_mount.c54 static int chkSuper(struct super_block *);
55 static int logMOUNT(struct super_block *sb);
70 int jfs_mount(struct super_block *sb)
221 int jfs_mount_rw(struct super_block *sb, int remount)
287 static int chkSuper(struct super_block *sb)
402 int updateSuper(struct super_block *sb, uint state)
458 int readSuper(struct super_block *sb, struct buffer_head **bpp)
488 static int logMOUNT(struct super_block *sb)
/linux-master/fs/9p/
H A Dv9fs_vfs.h41 struct inode *v9fs_alloc_inode(struct super_block *sb);
54 struct super_block *sb, unsigned int flags);
/linux-master/fs/qnx6/
H A Ddir.c45 static struct qnx6_long_filename *qnx6_longname(struct super_block *sb,
68 struct super_block *s = inode->i_sb;
115 struct super_block *s = inode->i_sb;
178 struct super_block *s = dir->i_sb;
203 static unsigned qnx6_match(struct super_block *s, int len, const char *name,
216 struct super_block *s = dir->i_sb;
/linux-master/fs/sysv/
H A Dialloc.c40 sv_sb_fic_inode(struct super_block * sb, unsigned int i)
57 sysv_raw_inode(struct super_block *sb, unsigned ino, struct buffer_head **bh)
71 static int refill_free_cache(struct super_block *sb)
103 struct super_block *sb = inode->i_sb;
138 struct super_block *sb = dir->i_sb;
182 unsigned long sysv_count_free_inodes(struct super_block * sb)

Completed in 425 milliseconds

1234567891011>>