Searched refs:sb (Results 76 - 100 of 612) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/sibyte/
H A Dboard.h47 sb t1, 0x18(t0); \
49 sb t1, 0x10(t0); \
51 sb t1, 0x08(t0); \
53 sb t1, 0x00(t0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dbitmap.c112 u32 hfs_vbm_search_free(struct super_block *sb, u32 goal, u32 *num_bits) argument
121 down(&HFS_SB(sb)->bitmap_lock);
122 bitmap = HFS_SB(sb)->bitmap;
124 pos = hfs_find_set_zero_bits(bitmap, HFS_SB(sb)->fs_ablocks, goal, num_bits);
125 if (pos >= HFS_SB(sb)->fs_ablocks) {
128 if (pos >= HFS_SB(sb)->fs_ablocks) {
135 HFS_SB(sb)->free_ablocks -= *num_bits;
136 hfs_bitmap_dirty(sb);
138 up(&HFS_SB(sb)->bitmap_lock);
166 int hfs_clear_vbm_bits(struct super_block *sb, u1 argument
[all...]
H A Dpart_tbl.c58 int hfs_part_find(struct super_block *sb, argument
66 bh = sb_bread512(sb, *part_start + HFS_PMAP_BLK, data);
82 (HFS_SB(sb)->part < 0 || HFS_SB(sb)->part == i)) {
98 (HFS_SB(sb)->part < 0 || HFS_SB(sb)->part == i)) {
105 bh = sb_bread512(sb, *part_start + HFS_PMAP_BLK + ++i, pm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/sibyte/
H A Dboard.h47 sb t1, 0x18(t0); \
49 sb t1, 0x10(t0); \
51 sb t1, 0x08(t0); \
53 sb t1, 0x00(t0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcoda_cache.h16 void coda_cache_clear_all(struct super_block *sb);
H A Dreiserfs_xattr.h57 int reiserfs_xattr_init(struct super_block *sb, int mount_flags);
71 static inline void reiserfs_write_lock_xattrs(struct super_block *sb) argument
73 down_write(&REISERFS_XATTR_DIR_SEM(sb));
75 static inline void reiserfs_write_unlock_xattrs(struct super_block *sb) argument
77 up_write(&REISERFS_XATTR_DIR_SEM(sb));
79 static inline void reiserfs_read_lock_xattrs(struct super_block *sb) argument
81 down_read(&REISERFS_XATTR_DIR_SEM(sb));
84 static inline void reiserfs_read_unlock_xattrs(struct super_block *sb) argument
86 up_read(&REISERFS_XATTR_DIR_SEM(sb));
125 #define reiserfs_write_lock_xattrs(sb) d
144 reiserfs_xattr_init(struct super_block *sb, int mount_flags) argument
[all...]
H A Dext3_jbd.h45 #define EXT3_DATA_TRANS_BLOCKS(sb) (EXT3_SINGLEDATA_TRANS_BLOCKS + \
47 2*EXT3_QUOTA_TRANS_BLOCKS(sb))
53 #define EXT3_DELETE_TRANS_BLOCKS(sb) (2 * EXT3_DATA_TRANS_BLOCKS(sb) + 64)
77 #define EXT3_QUOTA_TRANS_BLOCKS(sb) (test_opt(sb, QUOTA) ? 2 : 0)
79 * but inode, sb and group updates are done only once */
80 #define EXT3_QUOTA_INIT_BLOCKS(sb) (test_opt(sb, QUOTA) ? (DQUOT_INIT_ALLOC*\
82 #define EXT3_QUOTA_DEL_BLOCKS(sb) (test_op
[all...]
H A Dquotaops.h22 extern void sync_dquots(struct super_block *sb, int type);
37 extern int dquot_commit_info(struct super_block *sb, int type);
40 extern int vfs_quota_on(struct super_block *sb, int type, int format_id, char *path);
41 extern int vfs_quota_on_mount(struct super_block *sb, char *qf_name,
43 extern int vfs_quota_off(struct super_block *sb, int type);
44 #define vfs_quota_off_mount(sb, type) vfs_quota_off(sb, type)
45 extern int vfs_quota_sync(struct super_block *sb, int type);
46 extern int vfs_get_dqinfo(struct super_block *sb, int type, struct if_dqinfo *ii);
47 extern int vfs_set_dqinfo(struct super_block *sb, in
176 DQUOT_OFF(struct super_block *sb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dballoc.c30 void ext4_get_group_no_and_offset(struct super_block *sb, ext4_fsblk_t blocknr, argument
33 struct ext4_super_block *es = EXT4_SB(sb)->s_es;
37 offset = do_div(blocknr, EXT4_BLOCKS_PER_GROUP(sb));
61 * @sb: super block
66 struct ext4_group_desc * ext4_get_group_desc(struct super_block * sb, argument
73 struct ext4_sb_info *sbi = EXT4_SB(sb);
76 ext4_error (sb, "ext4_get_group_desc",
85 group_desc = block_group >> EXT4_DESC_PER_BLOCK_BITS(sb);
86 offset = block_group & (EXT4_DESC_PER_BLOCK(sb) - 1);
88 ext4_error (sb, "ext4_get_group_des
114 read_block_bitmap(struct super_block *sb, unsigned int block_group) argument
216 goal_in_my_reservation(struct ext4_reserve_window *rsv, ext4_grpblk_t grp_goal, unsigned int group, struct super_block * sb) argument
281 ext4_rsv_window_add(struct super_block *sb, struct ext4_reserve_window_node *rsv) argument
320 rsv_window_remove(struct super_block *sb, struct ext4_reserve_window_node *rsv) argument
366 struct super_block *sb = inode->i_sb; local
431 ext4_free_blocks_sb(handle_t *handle, struct super_block *sb, ext4_fsblk_t block, unsigned long count, unsigned long *pdquot_freed_blocks) argument
620 struct super_block * sb; local
816 ext4_try_to_allocate(struct super_block *sb, handle_t *handle, int group, struct buffer_head *bitmap_bh, ext4_grpblk_t grp_goal, unsigned long *count, struct ext4_reserve_window *my_rsv) argument
928 find_next_reservable_window( struct ext4_reserve_window_node *search_head, struct ext4_reserve_window_node *my_rsv, struct super_block * sb, ext4_fsblk_t start_block, ext4_fsblk_t last_block) argument
1050 alloc_new_reservation(struct ext4_reserve_window_node *my_rsv, ext4_grpblk_t grp_goal, struct super_block *sb, unsigned int group, struct buffer_head *bitmap_bh) argument
1194 try_to_extend_reservation(struct ext4_reserve_window_node *my_rsv, struct super_block *sb, int size) argument
1249 ext4_try_to_allocate_with_rsv(struct super_block *sb, handle_t *handle, unsigned int group, struct buffer_head *bitmap_bh, ext4_grpblk_t grp_goal, struct ext4_reserve_window_node * my_rsv, unsigned long *count, int *errp) argument
1395 ext4_should_retry_alloc(struct super_block *sb, int *retries) argument
1433 struct super_block *sb; local
1693 ext4_count_free_blocks(struct super_block *sb) argument
1747 block_in_use(ext4_fsblk_t block, struct super_block *sb, unsigned char *map) argument
1782 ext4_bg_has_super(struct super_block *sb, int group) argument
1791 ext4_bg_num_gdb_meta(struct super_block *sb, int group) argument
1802 ext4_bg_num_gdb_nometa(struct super_block *sb, int group) argument
1820 ext4_bg_num_gdb(struct super_block *sb, int group) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbUtil.java126 StringBuffer sb = new StringBuffer();
129 sb.append('x');
132 sb.append((char) ('0' + val));
134 sb.append((char) ('a' + val - 10));
138 sb.append((char) ('0' + val));
140 sb.append((char) ('a' + val - 10));
143 return sb.toString();
158 StringBuffer sb = new StringBuffer();
161 sb.append("\n " + name + "[" + i + "]:\n");
162 sb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_stat.c26 struct stat sb; local
38 RETRY_CHK((stat(CHAR_STAR_CAST path, &sb)), ret);
51 *isdirp = S_ISDIR(sb.st_mode);
71 struct stat sb; local
80 RETRY_CHK((fstat(fhp->fd, &sb)), ret);
88 *mbytesp = (u_int32_t)(sb.st_size / MEGABYTE);
90 *bytesp = (u_int32_t)(sb.st_size % MEGABYTE);
100 if (iosizep != NULL && (*iosizep = sb.st_blksize) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/efs/
H A Dsuper.c57 static struct inode *efs_alloc_inode(struct super_block *sb) argument
100 static int efs_remount(struct super_block *sb, int *flags, char *data) argument
225 static int efs_validate_super(struct efs_sb_info *sb, struct efs_super *super) { argument
230 sb->fs_magic = be32_to_cpu(super->fs_magic);
231 sb->total_blocks = be32_to_cpu(super->fs_size);
232 sb->first_block = be32_to_cpu(super->fs_firstcg);
233 sb->group_size = be32_to_cpu(super->fs_cgfsize);
234 sb->data_free = be32_to_cpu(super->fs_tfree);
235 sb->inode_free = be32_to_cpu(super->fs_tinode);
236 sb
244 struct efs_sb_info *sb; local
322 struct efs_sb_info *sb = SUPER_INFO(dentry->d_sb); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ufs/
H A Dutil.h37 ufs_get_fs_state(struct super_block *sb, struct ufs_super_block_first *usb1, argument
40 switch (UFS_SB(sb)->s_flags & UFS_ST_MASK) {
42 return fs32_to_cpu(sb, usb3->fs_un2.fs_sun.fs_state);
44 return fs32_to_cpu(sb, usb1->fs_u1.fs_sunx86.fs_state);
47 return fs32_to_cpu(sb, usb3->fs_un2.fs_44.fs_state);
52 ufs_set_fs_state(struct super_block *sb, struct ufs_super_block_first *usb1, argument
55 switch (UFS_SB(sb)->s_flags & UFS_ST_MASK) {
57 usb3->fs_un2.fs_sun.fs_state = cpu_to_fs32(sb, value);
60 usb1->fs_u1.fs_sunx86.fs_state = cpu_to_fs32(sb, value);
63 usb3->fs_un2.fs_44.fs_state = cpu_to_fs32(sb, valu
69 ufs_get_fs_npsect(struct super_block *sb, struct ufs_super_block_first *usb1, struct ufs_super_block_third *usb3) argument
79 ufs_get_fs_qbmask(struct super_block *sb, struct ufs_super_block_third *usb3) argument
102 ufs_get_fs_qfmask(struct super_block *sb, struct ufs_super_block_third *usb3) argument
125 ufs_get_de_namlen(struct super_block *sb, struct ufs_dir_entry *de) argument
134 ufs_set_de_namlen(struct super_block *sb, struct ufs_dir_entry *de, u16 value) argument
143 ufs_set_de_type(struct super_block *sb, struct ufs_dir_entry *de, int mode) argument
179 ufs_get_inode_uid(struct super_block *sb, struct ufs_inode *inode) argument
192 ufs_set_inode_uid(struct super_block *sb, struct ufs_inode *inode, u32 value) argument
206 ufs_get_inode_gid(struct super_block *sb, struct ufs_inode *inode) argument
219 ufs_set_inode_gid(struct super_block *sb, struct ufs_inode *inode, u32 value) argument
503 ufs_fragacct(struct super_block * sb, unsigned blockmap, __fs32 * fraglist, int cnt) argument
535 ufs_data_ptr_to_cpu(struct super_block *sb, void *p) argument
542 ufs_cpu_to_data_ptr(struct super_block *sb, void *p, u64 val) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dquota.c48 ntfs_error(vol->sb, "Quota inodes are not open.");
54 ntfs_error(vol->sb, "Failed to get index context.");
60 ntfs_error(vol->sb, "Quota defaults entry is not "
63 ntfs_error(vol->sb, "Lookup of quota defaults entry "
68 ntfs_error(vol->sb, "Quota defaults entry size is invalid. "
74 ntfs_error(vol->sb, "Quota defaults entry version 0x%x is not "
H A Dsuper.c180 ntfs_warning(vol->sb, "Ignoring obsolete option %s.",
184 ntfs_warning(vol->sb, "Option iocharset is "
195 ntfs_error(vol->sb, "NLS character set "
199 ntfs_error(vol->sb, "NLS character set %s not "
209 ntfs_warning(vol->sb, "Option utf8 is no longer "
223 ntfs_error(vol->sb, "Unrecognized mount option %s.", p);
236 ntfs_warning(vol->sb, "Sloppy option given. Ignoring "
241 ntfs_error(vol->sb, "Invalid errors option argument "
248 ntfs_error(vol->sb, "Cannot change NLS character set "
258 ntfs_error(vol->sb, "Faile
441 ntfs_remount(struct super_block *sb, int *flags, char *opt) argument
541 is_boot_sector_ntfs(const struct super_block *sb, const NTFS_BOOT_SECTOR *b, const bool silent) argument
634 read_ntfs_boot_sector(struct super_block *sb, const int silent) argument
1036 struct super_block *sb = vol->sb; local
1544 struct super_block *sb = vol->sb; local
1609 struct super_block *sb = vol->sb; local
1723 struct super_block *sb = vol->sb; local
2196 ntfs_put_super(struct super_block *sb) argument
2569 struct super_block *sb = dentry->d_sb; local
2683 ntfs_fill_super(struct super_block *sb, void *opt, const int silent) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Docfs2.h184 struct super_block *sb; member in struct:ocfs2_super
290 #define OCFS2_SB(sb) ((struct ocfs2_super *)(sb)->s_fs_info)
392 static inline unsigned long ino_from_blkno(struct super_block *sb, argument
398 static inline u64 ocfs2_clusters_to_blocks(struct super_block *sb, argument
401 int c_to_b_bits = OCFS2_SB(sb)->s_clustersize_bits -
402 sb->s_blocksize_bits;
407 static inline u32 ocfs2_blocks_to_clusters(struct super_block *sb, argument
410 int b_to_c_bits = OCFS2_SB(sb)->s_clustersize_bits -
411 sb
416 ocfs2_clusters_for_bytes(struct super_block *sb, u64 bytes) argument
429 ocfs2_blocks_for_bytes(struct super_block *sb, u64 bytes) argument
436 ocfs2_clusters_to_bytes(struct super_block *sb, u32 clusters) argument
442 ocfs2_align_bytes_to_clusters(struct super_block *sb, u64 bytes) argument
452 ocfs2_align_bytes_to_blocks(struct super_block *sb, u64 bytes) argument
466 ocfs2_page_index_to_clusters(struct super_block *sb, unsigned long pg_index) argument
483 ocfs2_align_clusters_to_page_index(struct super_block *sb, u32 clusters) argument
498 ocfs2_pages_per_cluster(struct super_block *sb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_mount.c66 static int logMOUNT(struct super_block *sb);
69 * NAME: jfs_mount(sb)
73 * PARAMETER: sb - super block
81 int jfs_mount(struct super_block *sb) argument
84 struct jfs_sb_info *sbi = JFS_SBI(sb);
94 if ((rc = chkSuper(sb))) {
98 ipaimap = diReadSpecial(sb, AGGREGATE_I, 0);
119 ipbmap = diReadSpecial(sb, BMAP_I, 0);
149 ipaimap2 = diReadSpecial(sb, AGGREGATE_I, 1);
177 ipimap = diReadSpecial(sb, FILESYSTEM_
239 jfs_mount_rw(struct super_block *sb, int remount) argument
301 chkSuper(struct super_block *sb) argument
409 updateSuper(struct super_block *sb, uint state) argument
464 readSuper(struct super_block *sb, struct buffer_head **bpp) argument
494 logMOUNT(struct super_block *sb) argument
[all...]
H A Dsuper.c68 static void jfs_handle_error(struct super_block *sb) argument
70 struct jfs_sb_info *sbi = JFS_SBI(sb);
72 if (sb->s_flags & MS_RDONLY)
75 updateSuper(sb, FM_DIRTY);
79 sb->s_id);
83 sb->s_id);
84 sb->s_flags |= MS_RDONLY;
90 void jfs_error(struct super_block *sb, const char * function, ...) argument
99 printk(KERN_ERR "ERROR: (device %s): %s\n", sb->s_id, error_buf);
101 jfs_handle_error(sb);
104 jfs_alloc_inode(struct super_block *sb) argument
174 jfs_put_super(struct super_block *sb) argument
217 parse_options(char *options, struct super_block *sb, s64 *newLVSize, int *flag) argument
362 jfs_remount(struct super_block *sb, int *flags, char *data) argument
410 jfs_fill_super(struct super_block *sb, void *data, int silent) argument
541 jfs_write_super_lockfs(struct super_block *sb) argument
553 jfs_unlockfs(struct super_block *sb) argument
575 jfs_sync_fs(struct super_block *sb, int wait) argument
618 jfs_quota_read(struct super_block *sb, int type, char *data, size_t len, loff_t off) argument
663 jfs_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/ext3/
H A Dballoc.c43 * @sb: super block
48 struct ext3_group_desc * ext3_get_group_desc(struct super_block * sb, argument
55 struct ext3_sb_info *sbi = EXT3_SB(sb);
58 ext3_error (sb, "ext3_get_group_desc",
67 group_desc = block_group >> EXT3_DESC_PER_BLOCK_BITS(sb);
68 offset = block_group & (EXT3_DESC_PER_BLOCK(sb) - 1);
70 ext3_error (sb, "ext3_get_group_desc",
85 * @sb: super block
94 read_block_bitmap(struct super_block *sb, unsigned int block_group) argument
99 desc = ext3_get_group_desc (sb, block_grou
195 goal_in_my_reservation(struct ext3_reserve_window *rsv, ext3_grpblk_t grp_goal, unsigned int group, struct super_block * sb) argument
260 ext3_rsv_window_add(struct super_block *sb, struct ext3_reserve_window_node *rsv) argument
299 rsv_window_remove(struct super_block *sb, struct ext3_reserve_window_node *rsv) argument
345 struct super_block *sb = inode->i_sb; local
410 ext3_free_blocks_sb(handle_t *handle, struct super_block *sb, ext3_fsblk_t block, unsigned long count, unsigned long *pdquot_freed_blocks) argument
603 struct super_block * sb; local
799 ext3_try_to_allocate(struct super_block *sb, handle_t *handle, int group, struct buffer_head *bitmap_bh, ext3_grpblk_t grp_goal, unsigned long *count, struct ext3_reserve_window *my_rsv) argument
911 find_next_reservable_window( struct ext3_reserve_window_node *search_head, struct ext3_reserve_window_node *my_rsv, struct super_block * sb, ext3_fsblk_t start_block, ext3_fsblk_t last_block) argument
1033 alloc_new_reservation(struct ext3_reserve_window_node *my_rsv, ext3_grpblk_t grp_goal, struct super_block *sb, unsigned int group, struct buffer_head *bitmap_bh) argument
1177 try_to_extend_reservation(struct ext3_reserve_window_node *my_rsv, struct super_block *sb, int size) argument
1232 ext3_try_to_allocate_with_rsv(struct super_block *sb, handle_t *handle, unsigned int group, struct buffer_head *bitmap_bh, ext3_grpblk_t grp_goal, struct ext3_reserve_window_node * my_rsv, unsigned long *count, int *errp) argument
1378 ext3_should_retry_alloc(struct super_block *sb, int *retries) argument
1416 struct super_block *sb; local
1679 ext3_count_free_blocks(struct super_block *sb) argument
1733 block_in_use(ext3_fsblk_t block, struct super_block *sb, unsigned char *map) argument
1767 ext3_bg_has_super(struct super_block *sb, int group) argument
1776 ext3_bg_num_gdb_meta(struct super_block *sb, int group) argument
1787 ext3_bg_num_gdb_nometa(struct super_block *sb, int group) argument
1805 ext3_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/fs/fat/
H A Dfatent.c20 static void fat12_ent_blocknr(struct super_block *sb, int entry, argument
23 struct msdos_sb_info *sbi = MSDOS_SB(sb);
26 *offset = bytes & (sb->s_blocksize - 1);
27 *blocknr = sbi->fat_start + (bytes >> sb->s_blocksize_bits);
30 static void fat_ent_blocknr(struct super_block *sb, int entry, argument
33 struct msdos_sb_info *sbi = MSDOS_SB(sb);
36 *offset = bytes & (sb->s_blocksize - 1);
37 *blocknr = sbi->fat_start + (bytes >> sb->s_blocksize_bits);
66 static int fat12_ent_bread(struct super_block *sb, struct fat_entry *fatent, argument
71 WARN_ON(blocknr < MSDOS_SB(sb)
97 fat_ent_bread(struct super_block *sb, struct fat_entry *fatent, int offset, sector_t blocknr) argument
278 fat_ent_access_init(struct super_block *sb) argument
300 fat_ent_update_ptr(struct super_block *sb, struct fat_entry *fatent, int offset, sector_t blocknr) argument
322 struct super_block *sb = inode->i_sb; local
346 fat_mirror_bhs(struct super_block *sb, struct buffer_head **bhs, int nr_bhs) argument
380 struct super_block *sb = inode->i_sb; local
403 fat_ent_read_block(struct super_block *sb, struct fat_entry *fatent) argument
435 struct super_block *sb = inode->i_sb; local
522 struct super_block *sb = inode->i_sb; local
585 fat_count_free_clusters(struct super_block *sb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dpart_tbl.c74 int hfs_part_find(struct super_block *sb, argument
82 bh = sb_bread512(sb, *part_start + HFS_PMAP_BLK, data);
98 (HFSPLUS_SB(sb).part < 0 || HFSPLUS_SB(sb).part == i)) {
114 (HFSPLUS_SB(sb).part < 0 || HFSPLUS_SB(sb).part == i)) {
121 bh = sb_bread512(sb, *part_start + HFS_PMAP_BLK + ++i, pm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dpart_tbl.c74 int hfs_part_find(struct super_block *sb, argument
82 bh = sb_bread512(sb, *part_start + HFS_PMAP_BLK, data);
98 (HFSPLUS_SB(sb).part < 0 || HFSPLUS_SB(sb).part == i)) {
114 (HFSPLUS_SB(sb).part < 0 || HFSPLUS_SB(sb).part == i)) {
121 bh = sb_bread512(sb, *part_start + HFS_PMAP_BLK + ++i, pm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dsuper.c32 static struct inode *jffs2_alloc_inode(struct super_block *sb) argument
54 static int jffs2_sync_fs(struct super_block *sb, int wait) argument
56 struct jffs2_sb_info *c = JFFS2_SB_INFO(sb);
81 static int jffs2_fill_super(struct super_block *sb, void *data, int silent) argument
87 sb->s_mtd->index, sb->s_mtd->name));
93 c->mtd = sb->s_mtd;
94 c->os_priv = sb;
95 sb->s_fs_info = c;
106 sb
123 jffs2_put_super(struct super_block *sb) argument
150 jffs2_kill_sb(struct super_block *sb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/oprofile/
H A Dcommon.c92 static int op_powerpc_create_files(struct super_block *sb, struct dentry *root) argument
101 oprofilefs_create_ulong(sb, root, "mmcr0", &sys.mmcr0);
102 oprofilefs_create_ulong(sb, root, "mmcr1", &sys.mmcr1);
103 oprofilefs_create_ulong(sb, root, "mmcra", &sys.mmcra);
111 dir = oprofilefs_mkdir(sb, root, buf);
113 oprofilefs_create_ulong(sb, dir, "enabled", &ctr[i].enabled);
114 oprofilefs_create_ulong(sb, dir, "event", &ctr[i].event);
115 oprofilefs_create_ulong(sb, dir, "count", &ctr[i].count);
124 oprofilefs_create_ulong(sb, dir, "kernel", &ctr[i].kernel);
125 oprofilefs_create_ulong(sb, di
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/oprofile/
H A Dcommon.c35 static int op_mips_create_files(struct super_block * sb, struct dentry * root) argument
44 dir = oprofilefs_mkdir(sb, root, buf);
46 oprofilefs_create_ulong(sb, dir, "enabled", &ctr[i].enabled);
47 oprofilefs_create_ulong(sb, dir, "event", &ctr[i].event);
48 oprofilefs_create_ulong(sb, dir, "count", &ctr[i].count);
49 oprofilefs_create_ulong(sb, dir, "kernel", &ctr[i].kernel);
50 oprofilefs_create_ulong(sb, dir, "user", &ctr[i].user);
51 oprofilefs_create_ulong(sb, dir, "exl", &ctr[i].exl);
53 oprofilefs_create_ulong(sb, dir, "unit_mask", &ctr[i].unit_mask);

Completed in 302 milliseconds

1234567891011>>