Home
last modified time | relevance | path

Searched refs:super_block (Results 1 – 17 of 17) sorted by relevance

/external/kernel-headers/original/linux/
Dquota.h179 struct super_block;
185 extern void mark_info_dirty(struct super_block *sb, int type);
221 struct super_block *dq_sb; /* superblock this applies to */
236 …int (*check_quota_file)(struct super_block *sb, int type); /* Detect whether file is in our format…
237 …int (*read_file_info)(struct super_block *sb, int type); /* Read main info about file - called on …
238 int (*write_file_info)(struct super_block *sb, int type); /* Write main info about file */
239 int (*free_file_info)(struct super_block *sb, int type); /* Called on quotaoff() */
258 int (*write_info) (struct super_block *, int); /* Write of quota "superblock" */
263 int (*quota_on)(struct super_block *, int, int, char *);
264 int (*quota_off)(struct super_block *, int);
[all …]
Dext3_fs.h487 static inline struct ext3_sb_info * EXT3_SB(struct super_block *sb) in EXT3_SB()
496 static inline int ext3_valid_inum(struct super_block *sb, unsigned long ino) in ext3_valid_inum()
724 ext3_group_first_block_no(struct super_block *sb, unsigned long group_no) in ext3_group_first_block_no()
748 extern int ext3_bg_has_super(struct super_block *sb, int group);
749 extern unsigned long ext3_bg_num_gdb(struct super_block *sb, int group);
756 extern void ext3_free_blocks_sb (handle_t *handle, struct super_block *sb,
759 extern ext3_fsblk_t ext3_count_free_blocks (struct super_block *);
760 extern void ext3_check_blocks_bitmap (struct super_block *);
761 extern struct ext3_group_desc * ext3_get_group_desc(struct super_block * sb,
764 extern int ext3_should_retry_alloc(struct super_block *sb, int *retries);
[all …]
Dcoda_fs_i.h48 int coda_cnode_make(struct inode **, struct CodaFid *, struct super_block *);
49 struct inode *coda_iget(struct super_block *sb, struct CodaFid *fid, struct coda_vattr *attr);
50 int coda_cnode_makectl(struct inode **inode, struct super_block *sb);
51 struct inode *coda_fid_to_inode(struct CodaFid *fid, struct super_block *sb);
Dfs.h675 struct super_block * bd_super;
774 struct super_block *i_sb;
1418 struct super_block { struct
1513 extern void prune_icache_sb(struct super_block *sb, int nr_to_scan); argument
1514 extern void prune_dcache_sb(struct super_block *sb, int nr_to_scan);
1516 extern struct timespec current_fs_time(struct super_block *sb);
1539 extern void lock_super(struct super_block *);
1540 extern void unlock_super(struct super_block *);
1685 struct inode *(*alloc_inode)(struct super_block *sb);
1692 void (*put_super) (struct super_block *);
[all …]
Dmsdos_fs.h283 static inline struct msdos_sb_info *MSDOS_SB(struct super_block *sb) in MSDOS_SB()
402 extern void fat_ent_access_init(struct super_block *sb);
410 extern int fat_count_free_clusters(struct super_block *sb);
425 extern struct inode *fat_iget(struct super_block *sb, loff_t i_pos);
426 extern struct inode *fat_build_inode(struct super_block *sb,
429 extern int fat_fill_super(struct super_block *sb, void *data, int silent,
432 extern int fat_flush_inodes(struct super_block *sb, struct inode *i1,
435 extern void fat_fs_panic(struct super_block *s, const char *fmt, ...);
436 extern void fat_clusters_flush(struct super_block *sb);
Dmount.h20 struct super_block;
42 struct super_block *mnt_sb; /* pointer to superblock */
Dproc_fs.h114 extern int proc_fill_super(struct super_block *,void *,int);
115 extern struct inode *proc_get_inode(struct super_block *, unsigned int, struct proc_dir_entry *);
Dext2_fs.h73 static inline struct ext2_sb_info *EXT2_SB(struct super_block *sb) in EXT2_SB()
/external/e2fsprogs/ext2ed/
Dblockbitmap_com.c57 …if (entry_num >= file_system_info.super_block.s_blocks_per_group) { /* Check if it is a valid entr… in type_ext2_block_bitmap___entry()
129 if (num > file_system_info.super_block.s_blocks_per_group-entry_num) { in type_ext2_block_bitmap___allocate()
157 if (num > file_system_info.super_block.s_blocks_per_group-entry_num) { in type_ext2_block_bitmap___deallocate()
220 for (i=0,entry_num=0;i<file_system_info.super_block.s_blocks_per_group/8;i++,ptr++) { in type_ext2_block_bitmap___show()
252 …block_num=block_bitmap_info.entry_num+block_bitmap_info.group_num*file_system_info.super_block.s_b… in type_ext2_block_bitmap___show()
253 block_num+=file_system_info.super_block.s_first_data_block; in type_ext2_block_bitmap___show()
Dinode_com.c48 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1; in type_ext2_inode___prev()
96 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1; in type_ext2_inode___next()
137 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1; in type_ext2_inode___show()
138 inode_num=group_num*file_system_info.super_block.s_inodes_per_group+1; in type_ext2_inode___show()
213 ,inode_num,file_system_info.super_block.s_inodes_count,entry_num,last_entry,group_num); in type_ext2_inode___show()
413 first_entry=0;last_entry=file_system_info.super_block.s_inodes_per_group-1; in inode_offset_to_inode_num()
414 inode_num=group_num*file_system_info.super_block.s_inodes_per_group+1; in inode_offset_to_inode_num()
428 group_num=inode_num/file_system_info.super_block.s_inodes_per_group; in inode_num_to_inode_offset()
429 inode_entry=inode_num%file_system_info.super_block.s_inodes_per_group; in inode_num_to_inode_offset()
Dinodebitmap_com.c40 if (entry_num >= file_system_info.super_block.s_inodes_per_group) { in type_ext2_inode_bitmap___entry()
93 if (num > file_system_info.super_block.s_inodes_per_group-entry_num) { in type_ext2_inode_bitmap___allocate()
119 if (num > file_system_info.super_block.s_inodes_per_group-entry_num) { in type_ext2_inode_bitmap___deallocate()
170 for (i=0,entry_num=0;i<file_system_info.super_block.s_inodes_per_group/8;i++,ptr++) { in type_ext2_inode_bitmap___show()
203 …inode_num=1+inode_bitmap_info.entry_num+inode_bitmap_info.group_num*file_system_info.super_block.s… in type_ext2_inode_bitmap___show()
Dgroup_com.c93 …offset=file_system_info.first_group_desc_offset+copy_num*file_system_info.super_block.s_blocks_per… in type_ext2_group_desc___gocopy()
112 …temp=(device_offset-file_system_info.first_group_desc_offset) % (file_system_info.super_block.s_bl… in type_ext2_group_desc___show()
Dinit.c389 …low_read ((char *) &file_system_info.super_block,sizeof (struct ext2_super_block),file_system_info… in set_file_system_info()
391 sb=&file_system_info.super_block; in set_file_system_info()
Dext2ed.h130 struct ext2_super_block super_block; member
/external/yaffs2/yaffs2/
Dyaffs_fs.c101 static void yaffs_put_super(struct super_block *sb);
145 static int yaffs_sync_fs(struct super_block *sb, int wait);
146 static void yaffs_write_super(struct super_block *sb);
148 static int yaffs_sync_fs(struct super_block *sb);
149 static int yaffs_write_super(struct super_block *sb);
155 static int yaffs_statfs(struct super_block *sb, struct kstatfs *buf);
157 static int yaffs_statfs(struct super_block *sb, struct statfs *buf);
311 struct inode *yaffs_get_inode(struct super_block *sb, int mode, int dev,
769 struct inode *yaffs_get_inode(struct super_block *sb, int mode, int dev, in yaffs_get_inode()
1279 struct super_block *sb = dentry->d_sb;
[all …]
Dyaffs_guts.h630 void (*putSuperFunc) (struct super_block * sb);
/external/e2fsprogs/lib/ext2fs/
Dext2_ext_attr.h63 extern void ext2_ext_attr_put_super(struct super_block *sb);