Searched refs:sb (Results 51 - 75 of 612) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dsuper.c38 static void ext2_sync_super(struct super_block *sb,
40 static int ext2_remount (struct super_block * sb, int * flags, char * data);
43 void ext2_error (struct super_block * sb, const char * function, argument
47 struct ext2_sb_info *sbi = EXT2_SB(sb);
50 if (!(sb->s_flags & MS_RDONLY)) {
54 ext2_sync_super(sb, es);
58 printk(KERN_CRIT "EXT2-fs error (device %s): %s: ",sb->s_id, function);
63 if (test_opt(sb, ERRORS_PANIC))
65 if (test_opt(sb, ERRORS_RO)) {
67 sb
71 ext2_warning(struct super_block * sb, const char * function, const char * fmt, ...) argument
84 ext2_update_dynamic_rev(struct super_block *sb) argument
109 ext2_put_super(struct super_block * sb) argument
140 ext2_alloc_inode(struct super_block *sb) argument
250 ext2_get_dentry(struct super_block *sb, void *vobjp) argument
497 ext2_setup_super(struct super_block * sb, struct ext2_super_block * es, int read_only) argument
542 ext2_check_descriptors(struct super_block * sb) argument
620 descriptor_loc(struct super_block *sb, unsigned long logic_sb_block, int nr) argument
640 ext2_fill_super(struct super_block *sb, void *data, int silent) argument
964 ext2_commit_super(struct super_block * sb, struct ext2_super_block * es) argument
972 ext2_sync_super(struct super_block *sb, struct ext2_super_block *es) argument
993 ext2_write_super(struct super_block * sb) argument
1015 ext2_remount(struct super_block * sb, int * flags, char * data) argument
1099 struct super_block *sb = dentry->d_sb; local
1165 ext2_quota_read(struct super_block *sb, int type, char *data, size_t len, loff_t off) argument
1209 ext2_quota_write(struct super_block *sb, int type, const char *data, size_t len, loff_t off) argument
[all...]
H A Dialloc.c46 read_inode_bitmap(struct super_block * sb, unsigned long block_group) argument
51 desc = ext2_get_group_desc(sb, block_group, NULL);
55 bh = sb_bread(sb, le32_to_cpu(desc->bg_inode_bitmap));
57 ext2_error(sb, "read_inode_bitmap",
65 static void ext2_release_inode(struct super_block *sb, int group, int dir) argument
70 desc = ext2_get_group_desc(sb, group, &bh);
72 ext2_error(sb, "ext2_release_inode",
77 spin_lock(sb_bgl_lock(EXT2_SB(sb), group));
83 spin_unlock(sb_bgl_lock(EXT2_SB(sb), group));
85 percpu_counter_dec(&EXT2_SB(sb)
108 struct super_block * sb = inode->i_sb; local
203 find_group_dir(struct super_block *sb, struct inode *parent) argument
259 find_group_orlov(struct super_block *sb, struct inode *parent) argument
375 find_group_other(struct super_block *sb, struct inode *parent) argument
438 struct super_block *sb; local
627 ext2_count_free_inodes(struct super_block * sb) argument
673 ext2_count_dirs(struct super_block * sb) argument
[all...]
H A Dballoc.c38 struct ext2_group_desc * ext2_get_group_desc(struct super_block * sb, argument
45 struct ext2_sb_info *sbi = EXT2_SB(sb);
48 ext2_error (sb, "ext2_get_group_desc",
56 group_desc = block_group >> EXT2_DESC_PER_BLOCK_BITS(sb);
57 offset = block_group & (EXT2_DESC_PER_BLOCK(sb) - 1);
59 ext2_error (sb, "ext2_get_group_desc",
79 read_block_bitmap(struct super_block *sb, unsigned int block_group) argument
84 desc = ext2_get_group_desc (sb, block_group, NULL);
87 bh = sb_bread(sb, le32_to_cpu(desc->bg_block_bitmap));
89 ext2_error (sb, "read_block_bitma
101 reserve_blocks(struct super_block *sb, int count) argument
132 release_blocks(struct super_block *sb, int count) argument
160 group_release_blocks(struct super_block *sb, int group_no, struct ext2_group_desc *desc, struct buffer_head *bh, int count) argument
186 struct super_block * sb = inode->i_sb; local
337 struct super_block *sb = inode->i_sb; local
542 ext2_count_free_blocks(struct super_block * sb) argument
587 block_in_use(unsigned long block, struct super_block *sb, unsigned char *map) argument
619 ext2_bg_has_super(struct super_block *sb, int group) argument
636 ext2_bg_num_gdb(struct super_block *sb, int group) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/hypfs/
H A Dhypfs_vm.c105 #define ATTRIBUTE(sb, dir, name, member) \
108 rc = hypfs_create_u64(sb, dir, name, member); \
113 static int hpyfs_vm_create_guest(struct super_block *sb, argument
128 guest_dir = hypfs_mkdir(sb, systems_dir, guest_name);
131 ATTRIBUTE(sb, guest_dir, "onlinetime_us", data->el_time);
134 cpus_dir = hypfs_mkdir(sb, guest_dir, "cpus");
137 ATTRIBUTE(sb, cpus_dir, "cputime_us", data->used_cpu);
138 ATTRIBUTE(sb, cpus_dir, "capped", capped_value);
139 ATTRIBUTE(sb, cpus_dir, "dedicated", dedicated_flag);
140 ATTRIBUTE(sb, cpus_di
167 hypfs_vm_create_files(struct super_block *sb, struct dentry *root) argument
[all...]
H A Dinode.c26 static struct dentry *hypfs_create_update_file(struct super_block *sb,
44 static void hypfs_update_update(struct super_block *sb) argument
46 struct hypfs_sb_info *sb_info = sb->s_fs_info;
84 static struct inode *hypfs_make_inode(struct super_block *sb, int mode) argument
86 struct inode *ret = new_inode(sb);
89 struct hypfs_sb_info *hypfs_info = sb->s_fs_info;
171 struct super_block *sb; local
175 sb = iocb->ki_filp->f_path.dentry->d_inode->i_sb;
176 fs_info = sb->s_fs_info;
192 hypfs_delete_tree(sb
223 hypfs_parse_options(char *options, struct super_block *sb) argument
258 hypfs_fill_super(struct super_block *sb, void *data, int silent) argument
323 hypfs_kill_super(struct super_block *sb) argument
336 hypfs_create_file(struct super_block *sb, struct dentry *parent, const char *name, char *data, mode_t mode) argument
373 hypfs_mkdir(struct super_block *sb, struct dentry *parent, const char *name) argument
386 hypfs_create_update_file(struct super_block *sb, struct dentry *dir) argument
401 hypfs_create_u64(struct super_block *sb, struct dentry *dir, const char *name, __u64 value) argument
422 hypfs_create_str(struct super_block *sb, struct dentry *dir, const char *name, char *string) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ufs/
H A Dialloc.c58 struct super_block * sb; local
68 sb = inode->i_sb;
69 uspi = UFS_SB(sb)->s_uspi;
74 lock_super (sb);
77 ufs_warning(sb, "ufs_free_inode", "reserved inode or nonexistent inode %u\n", ino);
78 unlock_super (sb);
84 ucpi = ufs_load_cylinder (sb, cg);
86 unlock_super (sb);
90 if (!ufs_cg_chkmagic(sb, ucg))
91 ufs_panic (sb, "ufs_free_fragment
137 ufs2_init_inodes_chunk(struct super_block *sb, struct ufs_cg_private_info *ucpi, struct ufs_cylinder_group *ucg) argument
184 struct super_block * sb; local
[all...]
H A Dinode.c88 struct super_block *sb = inode->i_sb; local
89 struct ufs_sb_private_info *uspi = UFS_SB(sb)->s_uspi;
97 unsigned flags = UFS_SB(sb)->s_flags;
121 bh = sb_bread(sb, uspi->s_sbbase + fs32_to_cpu(sb, block)+(n>>shift));
129 ret = (u64) (uspi->s_sbbase + fs32_to_cpu(sb, block) + (frag & uspi->s_fpbmask));
142 temp = (u64)(uspi->s_sbbase) + fs64_to_cpu(sb, u2_block);
143 bh = sb_bread(sb, temp +(u64) (n>>shift));
151 temp = (u64)uspi->s_sbbase + fs64_to_cpu(sb, u2_block);
178 struct super_block *sb local
334 struct super_block *sb = inode->i_sb; local
417 struct super_block * sb = inode->i_sb; local
607 struct super_block *sb = inode->i_sb; local
654 struct super_block *sb = inode->i_sb; local
704 struct super_block * sb; local
760 struct super_block *sb = inode->i_sb; local
804 struct super_block *sb = inode->i_sb; local
845 struct super_block *sb = inode->i_sb; local
[all...]
H A Ddir.c31 static inline int ufs_match(struct super_block *sb, int len, argument
34 if (len != ufs_get_de_namlen(sb, de))
103 struct super_block *sb = dir->i_sb; local
107 const unsigned chunk_mask = UFS_SB(sb)->s_uspi->s_dirblksize - 1;
120 rec_len = fs16_to_cpu(sb, p->d_reclen);
126 if (rec_len < UFS_DIR_REC_LEN(ufs_get_de_namlen(sb, p)))
130 if (fs32_to_cpu(sb, p->d_ino) > (UFS_SB(sb)->s_uspi->s_ipg *
131 UFS_SB(sb)->s_uspi->s_ncg))
143 ufs_error(sb, "ufs_check_pag
213 ufs_next_entry(struct super_block *sb, struct ufs_dir_entry *p) argument
243 struct super_block *sb = dir->i_sb; local
306 struct super_block *sb = dir->i_sb; local
404 ufs_validate_entry(struct super_block *sb, char *base, unsigned offset, unsigned mask) argument
426 struct super_block *sb = inode->i_sb; local
507 struct super_block *sb = inode->i_sb; local
552 struct super_block * sb = dir->i_sb; local
600 struct super_block *sb = inode->i_sb; local
[all...]
H A Dballoc.c39 struct super_block * sb; local
47 sb = inode->i_sb;
48 uspi = UFS_SB(sb)->s_uspi;
55 ufs_error (sb, "ufs_free_fragments", "internal error");
57 lock_super(sb);
62 ufs_panic (sb, "ufs_free_fragments", "freeing blocks are outside device");
66 ucpi = ufs_load_cylinder (sb, cgno);
70 if (!ufs_cg_chkmagic(sb, ucg)) {
71 ufs_panic (sb, "ufs_free_fragments", "internal error, bad magic number on cg %u", cgno);
78 ufs_fragacct (sb, blkma
141 struct super_block * sb; local
357 struct super_block * sb; local
507 struct super_block * sb; local
591 struct super_block * sb; local
711 struct super_block * sb; local
806 ufs_bitmap_search(struct super_block *sb, struct ufs_cg_private_info *ucpi, u64 goal, unsigned count) argument
887 ufs_clusteracct(struct super_block * sb, struct ufs_cg_private_info * ucpi, unsigned blkno, int cnt) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dlowlevel.c30 udf_get_last_session(struct super_block *sb) argument
34 struct block_device *bdev = sb->s_bdev;
60 udf_get_last_block(struct super_block *sb) argument
62 struct block_device *bdev = sb->s_bdev;
66 lblock = bdev->bd_inode->i_size >> sb->s_blocksize_bits;
H A Dialloc.c33 struct super_block *sb = inode->i_sb; local
34 struct udf_sb_info *sbi = UDF_SB(sb);
48 UDF_SB_LVIDIU(sb)->numDirs =
49 cpu_to_le32(le32_to_cpu(UDF_SB_LVIDIU(sb)->numDirs) - 1);
51 UDF_SB_LVIDIU(sb)->numFiles =
52 cpu_to_le32(le32_to_cpu(UDF_SB_LVIDIU(sb)->numFiles) - 1);
58 udf_free_blocks(sb, NULL, UDF_I_LOCATION(inode), 0, 1);
63 struct super_block *sb = dir->i_sb; local
64 struct udf_sb_info *sbi = UDF_SB(sb);
69 inode = new_inode(sb);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/befs/
H A Dlinuxvfs.c39 static struct inode *befs_alloc_inode(struct super_block *sb);
45 static int befs_utf2nls(struct super_block *sb, const char *in, int in_len,
47 static int befs_nls2utf(struct super_block *sb, const char *in, int in_len,
121 struct super_block *sb = inode->i_sb; local
127 befs_debug(sb, "---> befs_get_block() for inode %lu, block %ld",
131 befs_error(sb, "befs_get_block() was asked for a block "
138 befs_error(sb, "befs_get_block() was asked to write to "
143 res = befs_fblock2brun(sb, ds, block, &run);
145 befs_error(sb,
151 disk_off = (ulong) iaddr2blockno(sb,
165 struct super_block *sb = dir->i_sb; local
216 struct super_block *sb = inode->i_sb; local
276 befs_alloc_inode(struct super_block *sb) argument
305 struct super_block *sb = inode->i_sb; local
459 struct super_block *sb = dentry->d_sb; local
500 befs_utf2nls(struct super_block *sb, const char *in, int in_len, char **out, int *out_len) argument
580 befs_nls2utf(struct super_block *sb, const char *in, int in_len, char **out, int *out_len) argument
727 befs_put_super(struct super_block *sb) argument
749 befs_fill_super(struct super_block *sb, void *data, int silent) argument
875 befs_remount(struct super_block *sb, int *flags, char *data) argument
885 struct super_block *sb = dentry->d_sb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Damigaffs.c29 struct super_block *sb = dir->i_sb; local
35 offset = affs_hash_name(sb, AFFS_TAIL(sb, bh)->name + 1, AFFS_TAIL(sb, bh)->name[0]);
39 dir_bh = affs_bread(sb, dir->i_ino);
46 dir_bh = affs_bread(sb, hash_ino);
49 hash_ino = be32_to_cpu(AFFS_TAIL(sb, dir_bh)->hash_chain);
51 AFFS_TAIL(sb, bh)->parent = cpu_to_be32(dir->i_ino);
52 AFFS_TAIL(sb, bh)->hash_chain = 0;
53 affs_fix_checksum(sb, b
78 struct super_block *sb; local
152 struct super_block *sb = inode->i_sb; local
233 struct super_block *sb = inode->i_sb; local
266 struct super_block *sb; local
336 affs_checksum_block(struct super_block *sb, struct buffer_head *bh) argument
354 affs_fix_checksum(struct super_block *sb, struct buffer_head *bh) argument
443 affs_error(struct super_block *sb, const char *function, const char *fmt, ...) argument
459 affs_warning(struct super_block *sb, const char *function, const char *fmt, ...) argument
[all...]
H A Dbitmap.c37 affs_count_free_blocks(struct super_block *sb) argument
45 if (sb->s_flags & MS_RDONLY)
48 down(&AFFS_SB(sb)->s_bmlock);
50 bm = AFFS_SB(sb)->s_bitmap;
52 for (i = AFFS_SB(sb)->s_bmap_count; i > 0; bm++, i--)
55 up(&AFFS_SB(sb)->s_bmlock);
61 affs_free_block(struct super_block *sb, u32 block) argument
63 struct affs_sb_info *sbi = AFFS_SB(sb);
84 bh = affs_bread(sb, bm->bm_key);
105 sb
140 struct super_block *sb; local
267 affs_init_bitmap(struct super_block *sb, int *flags) argument
377 affs_free_bitmap(struct super_block *sb) argument
[all...]
H A Daffs.h18 #define AFFS_BLOCK(sb, bh, blk) (AFFS_HEAD(bh)->table[AFFS_SB(sb)->s_hashsize-1-(blk)])
29 #define AFFS_TAIL(sb, bh) ((struct affs_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(struct affs_tail)))
31 #define AFFS_ROOT_TAIL(sb, bh) ((struct affs_root_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(struct affs_root_tail)))
124 /* short cut to get to the affs specific sb data */
125 static inline struct affs_sb_info *AFFS_SB(struct super_block *sb) argument
127 return sb->s_fs_info;
135 extern u32 affs_checksum_block(struct super_block *sb, struc
206 affs_set_blocksize(struct super_block *sb, int size) argument
211 affs_bread(struct super_block *sb, int block) argument
219 affs_getblk(struct super_block *sb, int block) argument
227 affs_getzeroblk(struct super_block *sb, int block) argument
242 affs_getemptyblk(struct super_block *sb, int block) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dfs-writeback.c56 struct super_block *sb = inode->i_sb; local
63 if (sb->s_op->dirty_inode)
64 sb->s_op->dirty_inode(inode);
126 list_move(&inode->i_list, &sb->s_dirty);
157 struct super_block *sb = inode->i_sb; local
193 * the inode. It is still on sb->s_io.
203 list_move_tail(&inode->i_list, &sb->s_dirty);
214 list_move(&inode->i_list, &sb->s_dirty);
221 list_move(&inode->i_list, &sb->s_dirty);
287 sync_sb_inodes(struct super_block *sb, struc argument
395 struct super_block *sb; local
440 sync_inodes_sb(struct super_block *sb, int wait) argument
464 struct super_block *sb; local
494 struct super_block *sb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dialloc.c54 read_inode_bitmap(struct super_block * sb, unsigned long block_group) argument
59 desc = ext3_get_group_desc(sb, block_group, NULL);
63 bh = sb_bread(sb, le32_to_cpu(desc->bg_inode_bitmap));
65 ext3_error(sb, "read_inode_bitmap",
91 struct super_block * sb = inode->i_sb; local
113 if (!sb) {
117 sbi = EXT3_SB(sb);
136 es = EXT3_SB(sb)->s_es;
137 if (ino < EXT3_FIRST_INO(sb) || ino > le32_to_cpu(es->s_inodes_count)) {
138 ext3_error (sb, "ext3_free_inod
202 find_group_dir(struct super_block *sb, struct inode *parent) argument
257 find_group_orlov(struct super_block *sb, struct inode *parent) argument
356 find_group_other(struct super_block *sb, struct inode *parent) argument
426 struct super_block *sb; local
643 ext3_orphan_get(struct super_block *sb, unsigned long ino) argument
698 ext3_count_free_inodes(struct super_block * sb) argument
745 ext3_count_dirs(struct super_block * sb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Djournal.c54 void print_volume_header(struct super_block *sb) argument
57 unsigned char *vh_ptr = (unsigned char *)HFSPLUS_SB(sb).s_vhdr;
70 static int map_journal_header(struct super_block *sb) argument
72 struct hfsplus_journal *jnl = &(HFSPLUS_SB(sb).jnl);
76 jh_block_number = jnl->jh_offset >> sb->s_blocksize_bits;
78 jnl->jh_bh = sb_bread(sb, HFSPLUS_SB(sb).blockoffset + jh_block_number);
89 static void hfsplus_abort(struct super_block * sb, const char * function, argument
97 printk(KERN_ERR "HFS+-fs error (device %s): %s: ",sb->s_id, function);
102 if (sb
163 hfsplus_force_commit(struct super_block *sb) argument
177 hfsplus_journal_start(const char *err_fn, struct super_block *sb, hfsplus_handle_t *hfsplus_handle) argument
267 hfsplus_get_dev_journal(struct super_block *sb) argument
448 struct super_block *sb = journal->j_private; local
465 struct super_block *sb = journal->j_private; local
482 hfsplus_replay_write_journal_header(struct super_block *sb) argument
510 hfsplus_write_journal_header(struct super_block *sb) argument
526 hfsplus_journalled_create(struct super_block *sb) argument
568 struct super_block *sb = jnl->sbp; local
588 hfsplus_journal_replay(struct super_block *sb) argument
747 hfsplus_journalled_check(struct super_block *sb) argument
834 hfsplus_journalled_init(struct super_block *sb, struct hfsplus_vh *vhdr) argument
899 hfsplus_journalled_deinit(struct super_block *sb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/adfs/
H A Dsuper.c33 void __adfs_error(struct super_block *sb, const char *function, const char *fmt, ...) argument
43 sb->s_id, function ? ": " : "",
80 static unsigned char adfs_calczonecheck(struct super_block *sb, unsigned char *map) argument
86 for (i = sb->s_blocksize - 4; i; i -= 4) {
104 static int adfs_checkmap(struct super_block *sb, struct adfs_discmap *dm) argument
109 for (i = 0; i < ADFS_SB(sb)->s_map_size; i++) {
114 if (adfs_calczonecheck(sb, map) != map[0]) {
115 adfs_error(sb, "zone %d fails zonecheck", i);
121 adfs_error(sb, "crosscheck != 0xff");
125 static void adfs_put_super(struct super_block *sb) argument
147 parse_options(struct super_block *sb, char *options) argument
193 adfs_remount(struct super_block *sb, int *flags, char *data) argument
217 adfs_alloc_inode(struct super_block *sb) argument
264 adfs_read_map(struct super_block *sb, struct adfs_discrecord *dr) argument
328 adfs_fill_super(struct super_block *sb, void *data, int silent) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysv/
H A Dballoc.c27 sb->sv_sbd2->s_tfree = *sb->sv_free_blocks
30 static inline sysv_zone_t *get_chunk(struct super_block *sb, struct buffer_head *bh) argument
34 if (SYSV_SB(sb)->s_type == FSTYPE_SYSV4)
42 void sysv_free_block(struct super_block * sb, sysv_zone_t nr) argument
44 struct sysv_sb_info * sbi = SYSV_SB(sb);
63 lock_super(sb);
68 unlock_super(sb);
77 bh = sb_getblk(sb, block);
80 unlock_super(sb);
99 sysv_new_block(struct super_block * sb) argument
158 sysv_count_free_blocks(struct super_block * sb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Doprofile.h29 int (*create_files)(struct super_block * sb, struct dentry * root);
86 int oprofilefs_create_file(struct super_block * sb, struct dentry * root,
89 int oprofilefs_create_file_perm(struct super_block * sb, struct dentry * root,
93 int oprofilefs_create_ulong(struct super_block * sb, struct dentry * root,
97 int oprofilefs_create_ro_ulong(struct super_block * sb, struct dentry * root,
101 int oprofilefs_create_ro_atomic(struct super_block * sb, struct dentry * root,
105 struct dentry * oprofilefs_mkdir(struct super_block * sb, struct dentry * root,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/oprofile/
H A Doprofile_files.c121 void oprofile_create_files(struct super_block * sb, struct dentry * root) argument
123 oprofilefs_create_file(sb, root, "enable", &enable_fops);
124 oprofilefs_create_file_perm(sb, root, "dump", &dump_fops, 0666);
125 oprofilefs_create_file(sb, root, "buffer", &event_buffer_fops);
126 oprofilefs_create_ulong(sb, root, "buffer_size", &fs_buffer_size);
127 oprofilefs_create_ulong(sb, root, "buffer_watershed", &fs_buffer_watershed);
128 oprofilefs_create_ulong(sb, root, "cpu_buffer_size", &fs_cpu_buffer_size);
129 oprofilefs_create_file(sb, root, "cpu_type", &cpu_type_fops);
130 oprofilefs_create_file(sb, root, "backtrace_depth", &depth_fops);
131 oprofilefs_create_file(sb, roo
[all...]
H A Doprofilefs.c26 static struct inode * oprofilefs_get_inode(struct super_block * sb, int mode) argument
28 struct inode * inode = new_inode(sb);
132 static struct dentry * __oprofilefs_create_file(struct super_block * sb, argument
142 inode = oprofilefs_get_inode(sb, S_IFREG | perm);
153 int oprofilefs_create_ulong(struct super_block * sb, struct dentry * root, argument
156 struct dentry * d = __oprofilefs_create_file(sb, root, name,
166 int oprofilefs_create_ro_ulong(struct super_block * sb, struct dentry * root, argument
169 struct dentry * d = __oprofilefs_create_file(sb, root, name,
192 int oprofilefs_create_ro_atomic(struct super_block * sb, struct dentry * root, argument
195 struct dentry * d = __oprofilefs_create_file(sb, roo
205 oprofilefs_create_file(struct super_block * sb, struct dentry * root, char const * name, const struct file_operations * fops) argument
214 oprofilefs_create_file_perm(struct super_block * sb, struct dentry * root, char const * name, const struct file_operations * fops, int perm) argument
223 oprofilefs_mkdir(struct super_block * sb, struct dentry * root, char const * name) argument
244 oprofilefs_fill_super(struct super_block * sb, void * data, int silent) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dsuper.c38 * struct super_block *sb: Pointer to the hfs superblock
44 * 'sb' points to a "valid" (struct super_block).
50 static void hfs_write_super(struct super_block *sb) argument
52 sb->s_dirt = 0;
53 if (sb->s_flags & MS_RDONLY)
56 hfs_mdb_commit(sb);
64 * associated with the superblock sb.
66 static void hfs_put_super(struct super_block *sb) argument
68 hfs_mdb_close(sb);
70 hfs_mdb_put(sb);
84 struct super_block *sb = dentry->d_sb; local
98 hfs_remount(struct super_block *sb, int *flags, char *data) argument
149 hfs_alloc_inode(struct super_block *sb) argument
356 hfs_fill_super(struct super_block *sb, void *data, int silent) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dtune2fs.c227 struct ext2_super_block *sb= fs->super; local
229 if (e2p_edit_mntopts(mntopts, &sb->s_default_mount_opts, ~0))
241 struct ext2_super_block *sb= fs->super; local
244 old_compat = sb->s_feature_compat;
245 old_ro_compat = sb->s_feature_ro_compat;
246 old_incompat = sb->s_feature_incompat;
248 old_sparse = sb->s_feature_ro_compat &
250 old_filetype = sb->s_feature_incompat &
252 old_journal = sb->s_feature_compat &
254 old_dxdir = sb
585 struct ext2_super_block *sb; local
[all...]

Completed in 211 milliseconds

1234567891011>>