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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/befs/
H A Dsuper.h5 int befs_load_sb(struct super_block *sb, befs_super_block * disk_sb);
7 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,
8 struct buffer_head *befs_bread(struct super_block *sb, befs_blocknr_t block);
H A Ddatastream.h6 struct buffer_head *befs_read_datastream(struct super_block *sb,
10 int befs_fblock2brun(struct super_block *sb, befs_data_stream * data,
13 size_t befs_read_lsymlink(struct super_block *sb, befs_data_stream * data,
16 befs_blocknr_t befs_count_blocks(struct super_block *sb, befs_data_stream * ds);
H A Dbtree.h7 int befs_btree_find(struct super_block *sb, befs_data_stream * ds,
10 int befs_btree_read(struct super_block *sb, befs_data_stream * ds,
H A Dbefs.h91 void befs_error(const struct super_block *sb, const char *fmt, ...);
92 void befs_warning(const struct super_block *sb, const char *fmt, ...);
93 void befs_debug(const struct super_block *sb, const char *fmt, ...);
95 void befs_dump_super_block(const struct super_block *sb, befs_super_block *);
96 void befs_dump_inode(const struct super_block *sb, befs_inode *);
97 void befs_dump_index_entry(const struct super_block *sb, befs_disk_btree_super *);
98 void befs_dump_index_node(const struct super_block *sb, befs_btree_nodehead *);
102 /* Gets a pointer to the private portion of the super_block
106 BEFS_SB(const struct super_block *super)
118 iaddr2blockno(struct super_block *s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dsquashfs.h31 extern int squashfs_read_data(struct super_block *, void **, u64, int, u64 *,
37 extern struct squashfs_cache_entry *squashfs_cache_get(struct super_block *,
41 extern int squashfs_read_metadata(struct super_block *, void *, u64 *,
43 extern struct squashfs_cache_entry *squashfs_get_fragment(struct super_block *,
45 extern struct squashfs_cache_entry *squashfs_get_datablock(struct super_block *,
47 extern int squashfs_read_table(struct super_block *, void *, u64, int);
51 extern void *squashfs_decompressor_init(struct super_block *, unsigned short);
54 extern __le64 *squashfs_read_inode_lookup_table(struct super_block *, u64,
58 extern int squashfs_frag_lookup(struct super_block *, unsigned int, u64 *);
59 extern __le64 *squashfs_read_fragment_index_table(struct super_block *,
[all...]
H A Dxattr.h25 extern __le64 *squashfs_read_xattr_id_table(struct super_block *, u64,
27 extern int squashfs_xattr_lookup(struct super_block *, unsigned int, int *,
30 static inline __le64 *squashfs_read_xattr_id_table(struct super_block *sb,
37 static inline int squashfs_xattr_lookup(struct super_block *sb,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcoda_psdev.h21 struct super_block *vc_sb;
26 static inline struct venus_comm *coda_vcp(struct super_block *sb)
32 int venus_rootfid(struct super_block *sb, struct CodaFid *fidp);
33 int venus_getattr(struct super_block *sb, struct CodaFid *fid,
35 int venus_setattr(struct super_block *, struct CodaFid *, struct coda_vattr *);
36 int venus_lookup(struct super_block *sb, struct CodaFid *fid,
39 int venus_close(struct super_block *sb, struct CodaFid *fid, int flags,
41 int venus_open(struct super_block *sb, struct CodaFid *fid, int flags,
43 int venus_mkdir(struct super_block *sb, struct CodaFid *dirfid,
46 int venus_create(struct super_block *s
[all...]
H A Dcramfs_fs_sb.h15 static inline struct cramfs_sb_info *CRAMFS_SB(struct super_block *sb)
H A Dquotaops.h16 static inline struct quota_info *sb_dqopt(struct super_block *sb)
34 extern void __quota_error(struct super_block *sb, const char *func,
46 struct dquot *dqget(struct super_block *sb, unsigned int id, int type);
48 int dquot_scan_active(struct super_block *sb,
51 struct dquot *dquot_alloc(struct super_block *sb, int type);
62 int dquot_disable(struct super_block *sb, int type, unsigned int flags);
64 static inline int dquot_suspend(struct super_block *sb, int type)
68 int dquot_resume(struct super_block *sb, int type);
73 int dquot_commit_info(struct super_block *sb, int type);
78 int dquot_quota_on(struct super_block *s
[all...]
H A Dcoda_cache.h16 void coda_cache_clear_all(struct super_block *sb);
H A Dcoda_fs_i.h47 int coda_cnode_make(struct inode **, struct CodaFid *, struct super_block *);
48 struct inode *coda_iget(struct super_block *sb, struct CodaFid *fid, struct coda_vattr *attr);
49 int coda_cnode_makectl(struct inode **inode, struct super_block *sb);
50 struct inode *coda_fid_to_inode(struct CodaFid *fid, struct super_block *sb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/hypfs/
H A Dhypfs.h20 extern struct dentry *hypfs_mkdir(struct super_block *sb, struct dentry *parent,
23 extern struct dentry *hypfs_create_u64(struct super_block *sb,
27 extern struct dentry *hypfs_create_str(struct super_block *sb,
34 extern int hypfs_diag_create_files(struct super_block *sb, struct dentry *root);
39 extern int hypfs_vm_create_files(struct super_block *sb, struct dentry *root);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/freevxfs/
H A Dvxfs_extern.h42 struct super_block;
51 extern int vxfs_read_fshead(struct super_block *);
60 extern struct inode * vxfs_get_fake_inode(struct super_block *,
63 extern struct vxfs_inode_info * vxfs_blkiget(struct super_block *, u_long, ino_t);
64 extern struct vxfs_inode_info * vxfs_stiget(struct super_block *, ino_t);
65 extern struct inode * vxfs_iget(struct super_block *, ino_t);
73 extern int vxfs_read_olt(struct super_block *, u_long);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/romfs/
H A Dinternal.h20 static inline size_t romfs_maxsize(struct super_block *sb)
42 extern int romfs_dev_read(struct super_block *sb, unsigned long pos,
44 extern ssize_t romfs_dev_strnlen(struct super_block *sb,
46 extern int romfs_dev_strcmp(struct super_block *sb, unsigned long pos,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dinternal.h14 struct super_block;
22 extern struct super_block *blockdev_superblock;
25 static inline int sb_is_blkdev_sb(struct super_block *sb)
37 static inline int sb_is_blkdev_sb(struct super_block *sb)
86 extern void file_sb_list_add(struct file *f, struct super_block *sb);
88 extern void mark_files_ro(struct super_block *);
94 extern int do_remount_sb(struct super_block *, int, void *, int);
95 extern void __put_super(struct super_block *sb);
96 extern void put_super(struct super_block *sb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dhpfs_fn.h202 int hpfs_chk_sectors(struct super_block *, secno, int, char *);
203 secno hpfs_alloc_sector(struct super_block *, secno, unsigned, int, int);
204 int hpfs_alloc_if_possible(struct super_block *, secno);
205 void hpfs_free_sectors(struct super_block *, secno, unsigned);
206 int hpfs_check_free_dnodes(struct super_block *, int);
207 void hpfs_free_dnode(struct super_block *, secno);
208 struct dnode *hpfs_alloc_dnode(struct super_block *, secno, dnode_secno *, struct quad_buffer_head *, int);
209 struct fnode *hpfs_alloc_fnode(struct super_block *, secno, fnode_secno *, struct buffer_head **);
210 struct anode *hpfs_alloc_anode(struct super_block *, secno, anode_secno *, struct buffer_head **);
214 secno hpfs_bplus_lookup(struct super_block *, struc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/oprofile/
H A Doprof.h33 struct super_block;
36 void oprofile_create_files(struct super_block *sb, struct dentry *root);
H A Doprofile_stats.h28 struct super_block;
32 void oprofile_create_stats_files(struct super_block *sb, struct dentry *root);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_superblock.h33 * The name superblock is too close to super_block, so the name has been
109 extern int readSuper(struct super_block *, struct buffer_head **);
110 extern int updateSuper(struct super_block *, uint);
111 extern void jfs_error(struct super_block *, const char *, ...);
112 extern int jfs_mount(struct super_block *);
113 extern int jfs_mount_rw(struct super_block *, int);
114 extern int jfs_umount(struct super_block *);
115 extern int jfs_umount_rw(struct super_block *);
116 extern int jfs_extendfs(struct super_block *, s64, int);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dsuper.h23 int (*fill_super)(struct super_block *, void *, int),
25 extern void kill_mtd_super(struct super_block *sb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/omfs/
H A Domfs.h34 static inline struct omfs_sb_info *OMFS_SB(struct super_block *sb)
40 extern unsigned long omfs_count_free(struct super_block *sb);
41 extern int omfs_allocate_block(struct super_block *sb, u64 block);
42 extern int omfs_allocate_range(struct super_block *sb, int min_request,
44 extern int omfs_clear_range(struct super_block *sb, u64 block, int count);
49 extern int omfs_make_empty(struct inode *inode, struct super_block *sb);
61 extern struct buffer_head *omfs_bread(struct super_block *sb, sector_t block);
62 extern struct inode *omfs_iget(struct super_block *sb, ino_t inode);
64 extern int omfs_reserve_block(struct super_block *sb, sector_t block);
65 extern int omfs_find_empty_block(struct super_block *s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dext2.h84 extern int ext2_bg_has_super(struct super_block *sb, int group);
85 extern unsigned long ext2_bg_num_gdb(struct super_block *sb, int group);
91 extern unsigned long ext2_count_free_blocks (struct super_block *);
92 extern unsigned long ext2_count_dirs (struct super_block *);
93 extern void ext2_check_blocks_bitmap (struct super_block *);
94 extern struct ext2_group_desc * ext2_get_group_desc(struct super_block * sb,
98 extern int ext2_should_retry_alloc(struct super_block *sb, int *retries);
100 extern void ext2_rsv_window_add(struct super_block *sb, struct ext2_reserve_window_node *rsv);
115 extern unsigned long ext2_count_free_inodes (struct super_block *);
116 extern void ext2_check_inodes_bitmap (struct super_block *);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/qnx4/
H A Dqnx4.h25 extern struct inode *qnx4_iget(struct super_block *, unsigned long);
27 extern unsigned long qnx4_count_free_blocks(struct super_block *sb);
34 extern int qnx4_is_free(struct super_block *sb, long block);
36 static inline struct qnx4_sb_info *qnx4_sb(struct super_block *sb)

Completed in 98 milliseconds

1234567891011>>