Searched refs:sb (Results 26 - 50 of 612) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dsuper.c18 static struct inode *hfsplus_alloc_inode(struct super_block *sb);
145 static void hfsplus_write_super(struct super_block *sb) argument
147 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb).s_vhdr;
150 sb->s_dirt = 0;
151 if (sb->s_flags & MS_RDONLY)
155 vhdr->free_blocks = cpu_to_be32(HFSPLUS_SB(sb).free_blocks);
156 vhdr->next_alloc = cpu_to_be32(HFSPLUS_SB(sb).next_alloc);
157 vhdr->next_cnid = cpu_to_be32(HFSPLUS_SB(sb).next_cnid);
158 vhdr->folder_count = cpu_to_be32(HFSPLUS_SB(sb).folder_count);
159 vhdr->file_count = cpu_to_be32(HFSPLUS_SB(sb)
187 hfsplus_put_super(struct super_block *sb) argument
215 struct super_block *sb = dentry->d_sb; local
229 hfsplus_remount(struct super_block *sb, int *flags, char *data) argument
275 hfsplus_fill_super(struct super_block *sb, void *data, int silent) argument
443 hfsplus_alloc_inode(struct super_block *sb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddrop_caches.c15 static void drop_pagecache_sb(struct super_block *sb) argument
20 list_for_each_entry(inode, &sb->s_inodes, i_sb_list) {
30 struct super_block *sb; local
34 list_for_each_entry(sb, &super_blocks, s_list) {
35 sb->s_count++;
37 down_read(&sb->s_umount);
38 if (sb->s_root)
39 drop_pagecache_sb(sb);
40 up_read(&sb->s_umount);
42 if (__put_super_and_need_restart(sb))
[all...]
H A Dsuper.c127 int __put_super(struct super_block *sb) argument
131 if (!--sb->s_count) {
132 destroy_super(sb);
145 int __put_super_and_need_restart(struct super_block *sb) argument
148 if (list_empty(&sb->s_list)) {
150 __put_super(sb);
154 sb->s_count--;
155 BUG_ON(sb->s_count == 0);
161 * @sb: superblock in question
166 static void put_super(struct super_block *sb) argument
234 lock_super(struct super_block * sb) argument
240 unlock_super(struct super_block * sb) argument
255 __fsync_super(struct super_block *sb) argument
274 fsync_super(struct super_block *sb) argument
294 generic_shutdown_super(struct super_block *sb) argument
386 drop_super(struct super_block *sb) argument
394 write_super(struct super_block *sb) argument
410 struct super_block *sb; local
447 struct super_block *sb; local
492 struct super_block *sb; local
521 struct super_block *sb; local
575 mark_files_ro(struct super_block *sb) argument
596 do_remount_sb(struct super_block *sb, int flags, void *data, int force) argument
631 struct super_block *sb; local
697 kill_anon_super(struct super_block *sb) argument
714 kill_litter_super(struct super_block *sb) argument
797 kill_block_super(struct super_block *sb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/oprofile/
H A Doprofile_stats.c37 void oprofile_create_stats_files(struct super_block * sb, struct dentry * root) argument
45 dir = oprofilefs_mkdir(sb, root, "stats");
52 cpudir = oprofilefs_mkdir(sb, dir, buf);
58 oprofilefs_create_ro_ulong(sb, cpudir, "sample_received",
60 oprofilefs_create_ro_ulong(sb, cpudir, "sample_lost_overflow",
62 oprofilefs_create_ro_ulong(sb, cpudir, "backtrace_aborted",
66 oprofilefs_create_ro_atomic(sb, dir, "sample_lost_no_mm",
68 oprofilefs_create_ro_atomic(sb, dir, "sample_lost_no_mapping",
70 oprofilefs_create_ro_atomic(sb, dir, "event_lost_overflow",
72 oprofilefs_create_ro_atomic(sb, di
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dballoc.c84 static int read_block_bitmap(struct super_block * sb, argument
92 loc.partitionReferenceNum = UDF_SB_PARTITION(sb);
94 bh = udf_tread(sb, udf_get_lb_pblock(sb, loc, block));
103 static int __load_block_bitmap(struct super_block * sb, argument
118 retval = read_block_bitmap(sb, bitmap, block_group, block_group);
125 static inline int load_block_bitmap(struct super_block * sb, argument
130 slot = __load_block_bitmap(sb, bitmap, block_group);
141 static void udf_bitmap_free_blocks(struct super_block * sb, argument
146 struct udf_sb_info *sbi = UDF_SB(sb);
218 udf_bitmap_prealloc_blocks(struct super_block * sb, struct inode * inode, struct udf_bitmap *bitmap, uint16_t partition, uint32_t first_block, uint32_t block_count) argument
282 udf_bitmap_new_block(struct super_block * sb, struct inode * inode, struct udf_bitmap *bitmap, uint16_t partition, uint32_t goal, int *err) argument
423 udf_table_free_blocks(struct super_block * sb, struct inode * inode, struct inode * table, kernel_lb_addr bloc, uint32_t offset, uint32_t count) argument
670 udf_table_prealloc_blocks(struct super_block * sb, struct inode * inode, struct inode *table, uint16_t partition, uint32_t first_block, uint32_t block_count) argument
739 udf_table_new_block(struct super_block * sb, struct inode * inode, struct inode *table, uint16_t partition, uint32_t goal, int *err) argument
848 udf_free_blocks(struct super_block * sb, struct inode * inode, kernel_lb_addr bloc, uint32_t offset, uint32_t count) argument
882 udf_prealloc_blocks(struct super_block * sb, struct inode * inode, uint16_t partition, uint32_t first_block, uint32_t block_count) argument
914 udf_new_block(struct super_block * sb, struct inode * inode, uint16_t partition, uint32_t goal, int *err) argument
[all...]
H A Dpartition.c31 inline uint32_t udf_get_pblock(struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset) argument
33 if (partition >= UDF_SB_NUMPARTS(sb))
39 if (UDF_SB_PARTFUNC(sb, partition))
40 return UDF_SB_PARTFUNC(sb, partition)(sb, block, partition, offset);
42 return UDF_SB_PARTROOT(sb, partition) + block + offset;
45 uint32_t udf_get_pblock_virt15(struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset) argument
52 index = (sb->s_blocksize - UDF_SB_TYPEVIRT(sb,partition).s_start_offset) / sizeof(uint32_t);
54 if (block > UDF_SB_TYPEVIRT(sb,partitio
95 udf_get_pblock_virt20(struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset) argument
100 udf_get_pblock_spar15(struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset) argument
133 udf_relocate_blocks(struct super_block *sb, long old_block, long *new_block) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dresize.c23 static int verify_group_input(struct super_block *sb, argument
26 struct ext4_sb_info *sbi = EXT4_SB(sb);
32 unsigned overhead = ext4_bg_has_super(sb, group) ?
33 (1 + ext4_bg_num_gdb(sb, group) +
43 if (test_opt(sb, DEBUG))
46 ext4_bg_has_super(sb, input->group) ? "normal" :
50 ext4_get_group_no_and_offset(sb, start, NULL, &offset);
52 ext4_warning(sb, __FUNCTION__,
56 ext4_warning(sb, __FUNCTION__, "Last group not full");
58 ext4_warning(sb, __FUNCTION_
120 bclean(handle_t *handle, struct super_block *sb, ext4_fsblk_t blk) argument
168 setup_new_group_blocks(struct super_block *sb, struct ext4_new_group_data *input) argument
300 ext4_list_backups(struct super_block *sb, unsigned *three, unsigned *five, unsigned *seven) argument
334 verify_reserved_gdb(struct super_block *sb, struct buffer_head *primary) argument
382 struct super_block *sb = inode->i_sb; local
523 struct super_block *sb = inode->i_sb; local
633 update_backups(struct super_block *sb, int blk_off, char *data, int size) argument
718 ext4_group_add(struct super_block *sb, struct ext4_new_group_data *input) argument
928 ext4_group_extend(struct super_block *sb, struct ext4_super_block *es, ext4_fsblk_t n_blocks_count) argument
[all...]
H A Dsuper.c49 static void ext4_commit_super (struct super_block * sb,
52 static void ext4_mark_recovery_complete(struct super_block * sb,
54 static void ext4_clear_journal_err(struct super_block * sb,
56 static int ext4_sync_fs(struct super_block *sb, int wait);
57 static const char *ext4_decode_error(struct super_block * sb, int errno,
59 static int ext4_remount (struct super_block * sb, int * flags, char * data);
61 static void ext4_unlockfs(struct super_block *sb);
62 static void ext4_write_super (struct super_block * sb);
63 static void ext4_write_super_lockfs(struct super_block *sb);
66 ext4_fsblk_t ext4_block_bitmap(struct super_block *sb, argument
74 ext4_inode_bitmap(struct super_block *sb, struct ext4_group_desc *bg) argument
82 ext4_inode_table(struct super_block *sb, struct ext4_group_desc *bg) argument
90 ext4_block_bitmap_set(struct super_block *sb, struct ext4_group_desc *bg, ext4_fsblk_t blk) argument
98 ext4_inode_bitmap_set(struct super_block *sb, struct ext4_group_desc *bg, ext4_fsblk_t blk) argument
106 ext4_inode_table_set(struct super_block *sb, struct ext4_group_desc *bg, ext4_fsblk_t blk) argument
122 ext4_journal_start_sb(struct super_block *sb, int nblocks) argument
150 struct super_block *sb; local
201 ext4_handle_error(struct super_block *sb) argument
228 ext4_error(struct super_block * sb, const char * function, const char * fmt, ...) argument
242 ext4_decode_error(struct super_block * sb, int errno, char nbuf[16]) argument
278 __ext4_std_error(struct super_block * sb, const char * function, int errno) argument
308 ext4_abort(struct super_block * sb, const char * function, const char * fmt, ...) argument
334 ext4_warning(struct super_block * sb, const char * function, const char * fmt, ...) argument
347 ext4_update_dynamic_rev(struct super_block *sb) argument
418 dump_orphan_list(struct super_block *sb, struct ext4_sb_info *sbi) argument
436 ext4_put_super(struct super_block * sb) argument
494 ext4_alloc_inode(struct super_block *sb) argument
566 ext4_show_quota_options(struct seq_file *seq, struct super_block *sb) argument
591 struct super_block *sb = vfs->mnt_sb; local
606 ext4_get_dentry(struct super_block *sb, void *vobjp) argument
804 parse_options(char *options, struct super_block *sb, unsigned int *inum, unsigned long *journal_devnum, ext4_fsblk_t *n_blocks_count, int is_remount) argument
1156 ext4_setup_super(struct super_block *sb, struct ext4_super_block *es, int read_only) argument
1218 ext4_check_descriptors(struct super_block * sb) argument
1299 ext4_orphan_cleanup(struct super_block * sb, struct ext4_super_block * es) argument
1420 descriptor_loc(struct super_block *sb, ext4_fsblk_t logical_sb_block, int nr) argument
1439 ext4_fill_super(struct super_block *sb, void *data, int silent) argument
1901 ext4_init_journal_params(struct super_block *sb, journal_t *journal) argument
1919 ext4_get_journal(struct super_block *sb, unsigned int journal_inum) argument
1960 ext4_get_dev_journal(struct super_block *sb, dev_t j_dev) argument
2050 ext4_load_journal(struct super_block *sb, struct ext4_super_block *es, unsigned long journal_devnum) argument
2139 ext4_create_journal(struct super_block * sb, struct ext4_super_block * es, unsigned int journal_inum) argument
2178 ext4_commit_super(struct super_block * sb, struct ext4_super_block * es, int sync) argument
2201 ext4_mark_recovery_complete(struct super_block * sb, struct ext4_super_block * es) argument
2222 ext4_clear_journal_err(struct super_block * sb, struct ext4_super_block * es) argument
2258 ext4_force_commit(struct super_block *sb) argument
2281 ext4_write_super(struct super_block * sb) argument
2288 ext4_sync_fs(struct super_block *sb, int wait) argument
2304 ext4_write_super_lockfs(struct super_block *sb) argument
2325 ext4_unlockfs(struct super_block *sb) argument
2337 ext4_remount(struct super_block * sb, int * flags, char * data) argument
2472 struct super_block *sb = dentry->d_sb; local
2642 ext4_write_info(struct super_block *sb, int type) argument
2662 ext4_quota_on_mount(struct super_block *sb, int type) argument
2671 ext4_quota_on(struct super_block *sb, int type, int format_id, char *path) argument
2704 ext4_quota_read(struct super_block *sb, int type, char *data, size_t len, loff_t off) argument
2742 ext4_quota_write(struct super_block *sb, int type, const char *data, size_t len, loff_t off) argument
[all...]
H A Dialloc.c54 read_inode_bitmap(struct super_block * sb, unsigned long block_group) argument
59 desc = ext4_get_group_desc(sb, block_group, NULL);
63 bh = sb_bread(sb, ext4_inode_bitmap(sb, desc));
65 ext4_error(sb, "read_inode_bitmap",
68 block_group, ext4_inode_bitmap(sb, desc));
91 struct super_block * sb = inode->i_sb; local
113 if (!sb) {
117 sbi = EXT4_SB(sb);
136 es = EXT4_SB(sb)
202 find_group_dir(struct super_block *sb, struct inode *parent) argument
257 find_group_orlov(struct super_block *sb, struct inode *parent) argument
359 find_group_other(struct super_block *sb, struct inode *parent) argument
429 struct super_block *sb; local
657 ext4_orphan_get(struct super_block *sb, unsigned long ino) argument
712 ext4_count_free_inodes(struct super_block * sb) argument
759 ext4_count_dirs(struct super_block * sb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dresize.c23 static int verify_group_input(struct super_block *sb, argument
26 struct ext3_sb_info *sbi = EXT3_SB(sb);
32 unsigned overhead = ext3_bg_has_super(sb, group) ?
33 (1 + ext3_bg_num_gdb(sb, group) +
43 if (test_opt(sb, DEBUG))
46 ext3_bg_has_super(sb, input->group) ? "normal" :
51 ext3_warning(sb, __FUNCTION__,
55 EXT3_BLOCKS_PER_GROUP(sb))
56 ext3_warning(sb, __FUNCTION__, "Last group not full");
58 ext3_warning(sb, __FUNCTION_
115 bclean(handle_t *handle, struct super_block *sb, ext3_fsblk_t blk) argument
163 setup_new_group_blocks(struct super_block *sb, struct ext3_new_group_data *input) argument
294 ext3_list_backups(struct super_block *sb, unsigned *three, unsigned *five, unsigned *seven) argument
328 verify_reserved_gdb(struct super_block *sb, struct buffer_head *primary) argument
373 struct super_block *sb = inode->i_sb; local
514 struct super_block *sb = inode->i_sb; local
624 update_backups(struct super_block *sb, int blk_off, char *data, int size) argument
709 ext3_group_add(struct super_block *sb, struct ext3_new_group_data *input) argument
919 ext3_group_extend(struct super_block *sb, struct ext3_super_block *es, ext3_fsblk_t n_blocks_count) argument
[all...]
H A Dsuper.c49 static void ext3_commit_super (struct super_block * sb,
52 static void ext3_mark_recovery_complete(struct super_block * sb,
54 static void ext3_clear_journal_err(struct super_block * sb,
56 static int ext3_sync_fs(struct super_block *sb, int wait);
57 static const char *ext3_decode_error(struct super_block * sb, int errno,
59 static int ext3_remount (struct super_block * sb, int * flags, char * data);
61 static void ext3_unlockfs(struct super_block *sb);
62 static void ext3_write_super (struct super_block * sb);
63 static void ext3_write_super_lockfs(struct super_block *sb);
73 handle_t *ext3_journal_start_sb(struct super_block *sb, in argument
101 struct super_block *sb; local
152 ext3_handle_error(struct super_block *sb) argument
179 ext3_error(struct super_block * sb, const char * function, const char * fmt, ...) argument
193 ext3_decode_error(struct super_block * sb, int errno, char nbuf[16]) argument
229 __ext3_std_error(struct super_block * sb, const char * function, int errno) argument
259 ext3_abort(struct super_block * sb, const char * function, const char * fmt, ...) argument
285 ext3_warning(struct super_block * sb, const char * function, const char * fmt, ...) argument
298 ext3_update_dynamic_rev(struct super_block *sb) argument
369 dump_orphan_list(struct super_block *sb, struct ext3_sb_info *sbi) argument
387 ext3_put_super(struct super_block * sb) argument
444 ext3_alloc_inode(struct super_block *sb) argument
515 ext3_show_quota_options(struct seq_file *seq, struct super_block *sb) argument
540 struct super_block *sb = vfs->mnt_sb; local
555 ext3_get_dentry(struct super_block *sb, void *vobjp) argument
752 parse_options(char *options, struct super_block *sb, unsigned int *inum, unsigned long *journal_devnum, ext3_fsblk_t *n_blocks_count, int is_remount) argument
1101 ext3_setup_super(struct super_block *sb, struct ext3_super_block *es, int read_only) argument
1163 ext3_check_descriptors(struct super_block * sb) argument
1243 ext3_orphan_cleanup(struct super_block * sb, struct ext3_super_block * es) argument
1362 descriptor_loc(struct super_block *sb, ext3_fsblk_t logic_sb_block, int nr) argument
1382 ext3_fill_super(struct super_block *sb, void *data, int silent) argument
1827 ext3_init_journal_params(struct super_block *sb, journal_t *journal) argument
1845 ext3_get_journal(struct super_block *sb, unsigned int journal_inum) argument
1886 ext3_get_dev_journal(struct super_block *sb, dev_t j_dev) argument
1976 ext3_load_journal(struct super_block *sb, struct ext3_super_block *es, unsigned long journal_devnum) argument
2065 ext3_create_journal(struct super_block * sb, struct ext3_super_block * es, unsigned int journal_inum) argument
2104 ext3_commit_super(struct super_block * sb, struct ext3_super_block * es, int sync) argument
2127 ext3_mark_recovery_complete(struct super_block * sb, struct ext3_super_block * es) argument
2148 ext3_clear_journal_err(struct super_block * sb, struct ext3_super_block * es) argument
2184 ext3_force_commit(struct super_block *sb) argument
2207 ext3_write_super(struct super_block * sb) argument
2214 ext3_sync_fs(struct super_block *sb, int wait) argument
2230 ext3_write_super_lockfs(struct super_block *sb) argument
2251 ext3_unlockfs(struct super_block *sb) argument
2263 ext3_remount(struct super_block * sb, int * flags, char * data) argument
2398 struct super_block *sb = dentry->d_sb; local
2568 ext3_write_info(struct super_block *sb, int type) argument
2588 ext3_quota_on_mount(struct super_block *sb, int type) argument
2597 ext3_quota_on(struct super_block *sb, int type, int format_id, char *path) argument
2630 ext3_quota_read(struct super_block *sb, int type, char *data, size_t len, loff_t off) argument
2668 ext3_quota_write(struct super_block *sb, int type, const char *data, size_t len, loff_t off) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysv/
H A Dialloc.c31 sb->sv_sbd2->s_tinode = *sb->sv_sb_total_free_inodes
36 /* return &sb->sv_sb_fic_inodes[i] = &sbd->s_inode[i]; */
38 sv_sb_fic_inode(struct super_block * sb, unsigned int i) argument
40 struct sysv_sb_info *sbi = SYSV_SB(sb);
55 sysv_raw_inode(struct super_block *sb, unsigned ino, struct buffer_head **bh) argument
57 struct sysv_sb_info *sbi = SYSV_SB(sb);
62 *bh = sb_bread(sb, block);
69 static int refill_free_cache(struct super_block *sb) argument
71 struct sysv_sb_info *sbi = SYSV_SB(sb);
101 struct super_block *sb = inode->i_sb; local
137 struct super_block *sb = dir->i_sb; local
187 sysv_count_free_inodes(struct super_block * sb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/befs/
H A Dendian.h15 fs64_to_cpu(const struct super_block *sb, fs64 n) argument
17 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE)
24 cpu_to_fs64(const struct super_block *sb, u64 n) argument
26 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE)
33 fs32_to_cpu(const struct super_block *sb, fs32 n) argument
35 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE)
42 cpu_to_fs32(const struct super_block *sb, u32 n) argument
44 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE)
51 fs16_to_cpu(const struct super_block *sb, fs16 n) argument
53 if (BEFS_SB(sb)
60 cpu_to_fs16(const struct super_block *sb, u16 n) argument
71 fsrun_to_cpu(const struct super_block *sb, befs_disk_block_run n) argument
88 cpu_to_fsrun(const struct super_block *sb, befs_block_run n) argument
105 fsds_to_cpu(const struct super_block *sb, befs_disk_data_stream n) argument
[all...]
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 *);
118 iaddr2blockno(struct super_block *sb, befs_inode_addr * iaddr) argument
120 return ((iaddr->allocation_group << BEFS_SB(sb)->ag_shift) +
125 blockno2iaddr(struct super_block *sb, befs_blocknr_ argument
137 befs_iaddrs_per_block(struct super_block *sb) argument
149 befs_brun_size(struct super_block *sb, befs_block_run run) argument
[all...]
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,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Ddebug.h48 extern void __ntfs_warning(const char *function, const struct super_block *sb,
50 #define ntfs_warning(sb, f, a...) __ntfs_warning(__FUNCTION__, sb, f, ##a)
52 extern void __ntfs_error(const char *function, const struct super_block *sb,
54 #define ntfs_error(sb, f, a...) __ntfs_error(__FUNCTION__, sb, f, ##a)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dsuper.c24 static int affs_remount (struct super_block *sb, int *flags, char *data);
27 affs_put_super(struct super_block *sb) argument
29 struct affs_sb_info *sbi = AFFS_SB(sb);
32 if (!(sb->s_flags & MS_RDONLY)) {
33 AFFS_ROOT_TAIL(sb, sbi->s_root_bh)->bm_flag = cpu_to_be32(1);
35 &AFFS_ROOT_TAIL(sb, sbi->s_root_bh)->disk_change);
36 affs_fix_checksum(sb, sbi->s_root_bh);
41 affs_free_bitmap(sb);
44 sb->s_fs_info = NULL;
49 affs_write_super(struct super_block *sb) argument
72 affs_alloc_inode(struct super_block *sb) argument
256 affs_fill_super(struct super_block *sb, void *data, int silent) argument
473 affs_remount(struct super_block *sb, int *flags, char *data) argument
513 struct super_block *sb = dentry->d_sb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/adfs/
H A Dadfs.h23 struct super_block *sb; member in struct:adfs_dir
50 int (*read)(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir);
67 struct inode *adfs_iget(struct super_block *sb, struct object_info *obj);
72 extern int adfs_map_lookup(struct super_block *sb, unsigned int frag_id, unsigned int offset);
73 extern unsigned int adfs_map_free(struct super_block *sb);
76 void __adfs_error(struct super_block *sb, const char *function,
78 #define adfs_error(sb, fmt...) __adfs_error(sb, __FUNCTION__, fmt)
93 extern int adfs_dir_update(struct super_block *sb, struct object_info *obj);
115 __adfs_block_map(struct super_block *sb, unsigne argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dpidfile.c21 struct stat sb; local
31 wrote_pidfile = (fstat(pid_fd, &sb) == 0) && S_ISREG(sb.st_mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_umount.c50 int jfs_umount(struct super_block *sb) argument
52 struct jfs_sb_info *sbi = JFS_SBI(sb);
60 jfs_info("UnMount JFS: sb:0x%p", sb);
122 updateSuper(sb, FM_CLEAN);
129 rc = lmLogClose(sb);
136 int jfs_umount_rw(struct super_block *sb) argument
138 struct jfs_sb_info *sbi = JFS_SBI(sb);
165 updateSuper(sb, FM_CLEAN);
167 return lmLogClose(sb);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ufs/
H A Dsuper.c98 static void ufs_print_super_stuff(struct super_block *sb, argument
103 u32 magic = fs32_to_cpu(sb, usb3->fs_magic);
107 if (fs32_to_cpu(sb, usb3->fs_magic) == UFS2_MAGIC) {
109 fs64_to_cpu(sb, usb3->fs_un1.fs_u2.fs_size));
111 fs64_to_cpu(sb, usb3->fs_un1.fs_u2.fs_dsize));
113 fs32_to_cpu(sb, usb1->fs_bsize));
115 fs32_to_cpu(sb, usb1->fs_fsize));
118 fs64_to_cpu(sb, usb2->fs_un.fs_u2.fs_sblockloc));
120 fs64_to_cpu(sb, usb2->fs_un.fs_u2.cs_ndir));
123 fs64_to_cpu(sb, usb
175 ufs_print_cylinder_stuff(struct super_block *sb, struct ufs_cylinder_group *cg) argument
220 ufs_error(struct super_block * sb, const char * function, const char * fmt, ...) argument
252 ufs_panic(struct super_block * sb, const char * function, const char * fmt, ...) argument
275 ufs_warning(struct super_block * sb, const char * function, const char * fmt, ...) argument
397 ufs_setup_cstotal(struct super_block *sb) argument
431 ufs_read_cylinder_structures(struct super_block *sb) argument
517 ufs_put_cstotal(struct super_block *sb) argument
563 ufs_put_super_internal(struct super_block *sb) argument
603 ufs_fill_super(struct super_block *sb, void *data, int silent) argument
1064 ufs_write_super(struct super_block *sb) argument
1091 ufs_put_super(struct super_block *sb) argument
1109 ufs_remount(struct super_block *sb, int *mount_flags, char *data) argument
1185 struct super_block *sb = dentry->d_sb; local
1221 ufs_alloc_inode(struct super_block *sb) argument
1287 ufs_quota_read(struct super_block *sb, int type, char *data, size_t len, loff_t off) argument
1326 ufs_quota_write(struct super_block *sb, int type, const char *data, size_t len, loff_t off) argument
[all...]
H A Dcylinder.c27 static void ufs_read_cylinder (struct super_block * sb, argument
30 struct ufs_sb_info * sbi = UFS_SB(sb);
42 UCPI_UBH(ucpi)->count = uspi->s_cgsize >> sb->s_blocksize_bits;
48 if (!(UCPI_UBH(ucpi)->bh[i] = sb_bread(sb, UCPI_UBH(ucpi)->fragment + i)))
52 ucpi->c_cgx = fs32_to_cpu(sb, ucg->cg_cgx);
53 ucpi->c_ncyl = fs16_to_cpu(sb, ucg->cg_ncyl);
54 ucpi->c_niblk = fs16_to_cpu(sb, ucg->cg_niblk);
55 ucpi->c_ndblk = fs32_to_cpu(sb, ucg->cg_ndblk);
56 ucpi->c_rotor = fs32_to_cpu(sb, ucg->cg_rotor);
57 ucpi->c_frotor = fs32_to_cpu(sb, uc
81 ufs_put_cylinder(struct super_block * sb, unsigned bitmap_nr) argument
125 ufs_load_cylinder( struct super_block * sb, unsigned cgno) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dmtdsuper.c21 static int get_sb_mtd_compare(struct super_block *sb, void *_mtd) argument
25 if (sb->s_mtd == mtd) {
32 sb->s_mtd->index, sb->s_mtd->name, mtd->index, mtd->name);
41 static int get_sb_mtd_set(struct super_block *sb, void *_mtd) argument
45 sb->s_mtd = mtd;
46 sb->s_dev = MKDEV(MTD_BLOCK_MAJOR, mtd->index);
59 struct super_block *sb; local
62 sb = sget(fs_type, get_sb_mtd_compare, get_sb_mtd_set, mtd);
63 if (IS_ERR(sb))
225 kill_mtd_super(struct super_block *sb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dprocfs.c31 static int show_version(struct seq_file *m, struct super_block *sb) argument
35 if (REISERFS_SB(sb)->s_properties & (1 << REISERFS_3_6)) {
37 } else if (REISERFS_SB(sb)->s_properties & (1 << REISERFS_3_5)) {
75 #define MAP( i ) D4C( objectid_map( sb, rs )[ i ] )
82 static int show_super(struct seq_file *m, struct super_block *sb) argument
84 struct reiserfs_sb_info *r = REISERFS_SB(sb);
115 reiserfs_r5_hash(sb) ? "FORCE_R5 " : "",
116 reiserfs_rupasov_hash(sb) ? "FORCE_RUPASOV " : "",
117 reiserfs_tea_hash(sb) ? "FORCE_TEA " : "",
118 reiserfs_hash_detect(sb)
144 show_per_level(struct seq_file *m, struct super_block *sb) argument
202 show_bitmap(struct seq_file *m, struct super_block *sb) argument
234 show_on_disk_super(struct seq_file *m, struct super_block *sb) argument
277 show_oidmap(struct seq_file *m, struct super_block *sb) argument
307 show_journal(struct seq_file *m, struct super_block *sb) argument
400 test_sb(struct super_block *sb, void *data) argument
405 set_sb(struct super_block *sb, void *data) argument
481 add_file(struct super_block *sb, char *name, int (*func) (struct seq_file *, struct super_block *)) argument
492 reiserfs_proc_info_init(struct super_block *sb) argument
522 reiserfs_proc_info_done(struct super_block *sb) argument
594 reiserfs_proc_info_init(struct super_block *sb) argument
598 reiserfs_proc_info_done(struct super_block *sb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dext4_jbd2.h34 #define EXT4_SINGLEDATA_TRANS_BLOCKS(sb) \
35 (EXT4_HAS_INCOMPAT_FEATURE(sb, EXT4_FEATURE_INCOMPAT_EXTENTS) \
36 || test_opt(sb, EXTENTS) ? 27U : 8U)
50 #define EXT4_DATA_TRANS_BLOCKS(sb) (EXT4_SINGLEDATA_TRANS_BLOCKS(sb) + \
52 2*EXT4_QUOTA_TRANS_BLOCKS(sb))
58 #define EXT4_DELETE_TRANS_BLOCKS(sb) (2 * EXT4_DATA_TRANS_BLOCKS(sb) + 64)
82 #define EXT4_QUOTA_TRANS_BLOCKS(sb) (test_opt(sb, QUOT
[all...]

Completed in 203 milliseconds

1234567891011>>