Searched refs:super_block (Results 1 - 25 of 651) sorted by relevance

1234567891011>>

/linux-master/fs/befs/
H A Dsuper.h5 int befs_load_sb(struct super_block *sb, befs_super_block *disk_sb);
6 int befs_check_sb(struct super_block *sb);
H A Dinode.h6 int befs_check_inode(struct super_block *sb, befs_inode *raw_inode,
H A Dio.h5 struct buffer_head *befs_bread_iaddr(struct super_block *sb,
H A Ddatastream.h7 struct buffer_head *befs_read_datastream(struct super_block *sb,
11 int befs_fblock2brun(struct super_block *sb, const befs_data_stream *data,
14 size_t befs_read_lsymlink(struct super_block *sb, const befs_data_stream *data,
17 befs_blocknr_t befs_count_blocks(struct super_block *sb,
H A Dbtree.h7 int befs_btree_find(struct super_block *sb, const befs_data_stream *ds,
10 int befs_btree_read(struct super_block *sb, const befs_data_stream *ds,
H A Dbefs.h94 void befs_error(const struct super_block *sb, const char *fmt, ...);
96 void befs_warning(const struct super_block *sb, const char *fmt, ...);
98 void befs_debug(const struct super_block *sb, const char *fmt, ...);
100 void befs_dump_super_block(const struct super_block *sb, befs_super_block *);
101 void befs_dump_inode(const struct super_block *sb, befs_inode *);
102 void befs_dump_index_entry(const struct super_block *sb, befs_disk_btree_super *);
103 void befs_dump_index_node(const struct super_block *sb, befs_btree_nodehead *);
107 /* Gets a pointer to the private portion of the super_block
111 BEFS_SB(const struct super_block *super)
123 iaddr2blockno(struct super_block *s
[all...]
/linux-master/fs/freevxfs/
H A Dvxfs_extern.h17 struct super_block;
26 extern int vxfs_read_fshead(struct super_block *);
31 extern struct inode *vxfs_blkiget(struct super_block *, u_long, ino_t);
32 extern struct inode *vxfs_stiget(struct super_block *, ino_t);
33 extern struct inode *vxfs_iget(struct super_block *, ino_t);
41 extern int vxfs_read_olt(struct super_block *, u_long);
/linux-master/fs/coda/
H A Dcoda_psdev.h38 struct super_block *vc_sb;
42 static inline struct venus_comm *coda_vcp(struct super_block *sb)
48 int venus_rootfid(struct super_block *sb, struct CodaFid *fidp);
49 int venus_getattr(struct super_block *sb, struct CodaFid *fid,
51 int venus_setattr(struct super_block *, struct CodaFid *, struct coda_vattr *);
52 int venus_lookup(struct super_block *sb, struct CodaFid *fid,
55 int venus_close(struct super_block *sb, struct CodaFid *fid, int flags,
57 int venus_open(struct super_block *sb, struct CodaFid *fid, int flags,
59 int venus_mkdir(struct super_block *sb, struct CodaFid *dirfid,
62 int venus_create(struct super_block *s
[all...]
H A Dcoda_cache.h17 void coda_cache_clear_all(struct super_block *sb);
H A Dcoda_fs_i.h52 struct inode *coda_cnode_make(struct CodaFid *, struct super_block *);
53 struct inode *coda_iget(struct super_block *sb, struct CodaFid *fid, struct coda_vattr *attr);
54 struct inode *coda_cnode_makectl(struct super_block *sb);
55 struct inode *coda_fid_to_inode(struct CodaFid *fid, struct super_block *sb);
/linux-master/fs/btrfs/
H A Dsuper.h10 struct super_block;
15 int btrfs_sync_fs(struct super_block *sb, int wait);
20 static inline struct btrfs_fs_info *btrfs_sb(struct super_block *sb)
25 static inline void btrfs_set_sb_rdonly(struct super_block *sb)
31 static inline void btrfs_clear_sb_rdonly(struct super_block *sb)
H A Dexport.h10 struct super_block;
25 struct dentry *btrfs_get_dentry(struct super_block *sb, u64 objectid,
/linux-master/fs/hpfs/
H A Dhpfs_fn.h200 int hpfs_chk_sectors(struct super_block *, secno, int, char *);
201 secno hpfs_alloc_sector(struct super_block *, secno, unsigned, int);
202 int hpfs_alloc_if_possible(struct super_block *, secno);
203 void hpfs_free_sectors(struct super_block *, secno, unsigned);
204 int hpfs_check_free_dnodes(struct super_block *, int);
205 void hpfs_free_dnode(struct super_block *, secno);
206 struct dnode *hpfs_alloc_dnode(struct super_block *, secno, dnode_secno *, struct quad_buffer_head *);
207 struct fnode *hpfs_alloc_fnode(struct super_block *, secno, fnode_secno *, struct buffer_head **);
208 struct anode *hpfs_alloc_anode(struct super_block *, secno, anode_secno *, struct buffer_head **);
209 int hpfs_trim_fs(struct super_block *, u6
[all...]
/linux-master/fs/squashfs/
H A Dsquashfs.h18 extern int squashfs_read_data(struct super_block *, u64, int, u64 *,
24 extern struct squashfs_cache_entry *squashfs_cache_get(struct super_block *,
28 extern int squashfs_read_metadata(struct super_block *, void *, u64 *,
30 extern struct squashfs_cache_entry *squashfs_get_fragment(struct super_block *,
32 extern struct squashfs_cache_entry *squashfs_get_datablock(struct super_block *,
34 extern void *squashfs_read_table(struct super_block *, u64, int);
38 extern void *squashfs_decompressor_setup(struct super_block *, unsigned short);
61 extern __le64 *squashfs_read_inode_lookup_table(struct super_block *, u64, u64,
65 extern int squashfs_frag_lookup(struct super_block *, unsigned int, u64 *);
66 extern __le64 *squashfs_read_fragment_index_table(struct super_block *,
[all...]
H A Dxattr.h12 extern __le64 *squashfs_read_xattr_id_table(struct super_block *, u64,
14 extern int squashfs_xattr_lookup(struct super_block *, unsigned int, int *,
17 static inline __le64 *squashfs_read_xattr_id_table(struct super_block *sb,
33 static inline int squashfs_xattr_lookup(struct super_block *sb,
/linux-master/fs/romfs/
H A Dinternal.h16 static inline size_t romfs_maxsize(struct super_block *sb)
38 extern int romfs_dev_read(struct super_block *sb, unsigned long pos,
40 extern ssize_t romfs_dev_strnlen(struct super_block *sb,
42 extern int romfs_dev_strcmp(struct super_block *sb, unsigned long pos,
/linux-master/fs/jfs/
H A Djfs_superblock.h22 * The name superblock is too close to super_block, so the name has been
96 extern int readSuper(struct super_block *, struct buffer_head **);
97 extern int updateSuper(struct super_block *, uint);
99 extern void jfs_error(struct super_block *, const char *, ...);
100 extern int jfs_mount(struct super_block *);
101 extern int jfs_mount_rw(struct super_block *, int);
102 extern int jfs_umount(struct super_block *);
103 extern int jfs_umount_rw(struct super_block *);
104 extern int jfs_extendfs(struct super_block *, s64, int);
/linux-master/include/linux/mtd/
H A Dsuper.h18 int (*fill_super)(struct super_block *sb,
20 extern void kill_mtd_super(struct super_block *sb);
/linux-master/fs/omfs/
H A Domfs.h35 static inline struct omfs_sb_info *OMFS_SB(struct super_block *sb)
41 extern unsigned long omfs_count_free(struct super_block *sb);
42 extern int omfs_allocate_block(struct super_block *sb, u64 block);
43 extern int omfs_allocate_range(struct super_block *sb, int min_request,
45 extern int omfs_clear_range(struct super_block *sb, u64 block, int count);
50 extern int omfs_make_empty(struct inode *inode, struct super_block *sb);
62 extern struct buffer_head *omfs_bread(struct super_block *sb, sector_t block);
63 extern struct inode *omfs_iget(struct super_block *sb, ino_t inode);
65 extern int omfs_reserve_block(struct super_block *sb, sector_t block);
66 extern int omfs_find_empty_block(struct super_block *s
[all...]
/linux-master/include/linux/
H A Dquotaops.h17 static inline struct quota_info *sb_dqopt(struct super_block *sb)
37 void __quota_error(struct super_block *sb, const char *func,
46 struct dquot *dqget(struct super_block *sb, struct kqid qid);
66 int dquot_scan_active(struct super_block *sb,
69 struct dquot *dquot_alloc(struct super_block *sb, int type);
81 int dquot_disable(struct super_block *sb, int type, unsigned int flags);
83 static inline int dquot_suspend(struct super_block *sb, int type)
87 int dquot_resume(struct super_block *sb, int type);
92 int dquot_commit_info(struct super_block *sb, int type);
93 int dquot_get_next_id(struct super_block *s
[all...]
H A Dramfs.h7 struct inode *ramfs_get_inode(struct super_block *sb, const struct inode *dir,
10 extern void ramfs_kill_sb(struct super_block *sb);
/linux-master/fs/udf/
H A Dudfdecl.h21 extern __printf(3, 4) void _udf_err(struct super_block *sb,
26 extern __printf(3, 4) void _udf_warn(struct super_block *sb,
74 struct super_block;
116 static inline void udf_updated_lvid(struct super_block *sb)
126 extern u64 lvid_get_unique_id(struct super_block *sb);
127 struct inode *udf_find_metadata_inode_efe(struct super_block *sb,
142 extern struct inode *__udf_iget(struct super_block *, struct kernel_lb_addr *,
144 static inline struct inode *udf_iget_special(struct super_block *sb,
149 static inline struct inode *udf_iget(struct super_block *sb,
183 extern struct buffer_head *udf_read_tagged(struct super_block *, uint32_
[all...]
/linux-master/fs/ocfs2/
H A Dsuper.h14 int __ocfs2_error(struct super_block *sb, const char *function,
21 void __ocfs2_abort(struct super_block *sb, const char *function,
/linux-master/fs/reiserfs/
H A Dlock.c22 void reiserfs_write_lock(struct super_block *s)
35 void reiserfs_write_unlock(struct super_block *s)
52 int __must_check reiserfs_write_unlock_nested(struct super_block *s)
70 void reiserfs_write_lock_nested(struct super_block *s, int depth)
87 void reiserfs_check_lock_depth(struct super_block *sb, char *caller)
95 void reiserfs_lock_check_recursive(struct super_block *sb)
/linux-master/fs/ufs/
H A Dswab.h27 fs64_to_cpu(struct super_block *sbp, __fs64 n)
36 cpu_to_fs64(struct super_block *sbp, u64 n)
45 fs32_to_cpu(struct super_block *sbp, __fs32 n)
54 cpu_to_fs32(struct super_block *sbp, u32 n)
63 fs32_add(struct super_block *sbp, __fs32 *n, int d)
72 fs32_sub(struct super_block *sbp, __fs32 *n, int d)
81 fs16_to_cpu(struct super_block *sbp, __fs16 n)
90 cpu_to_fs16(struct super_block *sbp, u16 n)
99 fs16_add(struct super_block *sbp, __fs16 *n, int d)
108 fs16_sub(struct super_block *sb
[all...]

Completed in 264 milliseconds

1234567891011>>