Searched refs:sb (Results 101 - 125 of 612) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A DMakefile6 snd-sb-common-objs := sb_common.o sb_mixer.o
25 obj-$(CONFIG_SND_ALS100) += snd-sb16-dsp.o snd-sb-common.o
26 obj-$(CONFIG_SND_CMI8330) += snd-sb16-dsp.o snd-sb-common.o
27 obj-$(CONFIG_SND_DT019X) += snd-sb16-dsp.o snd-sb-common.o
28 obj-$(CONFIG_SND_SB8) += snd-sb8.o snd-sb8-dsp.o snd-sb-common.o
29 obj-$(CONFIG_SND_SB16) += snd-sb16.o snd-sb16-dsp.o snd-sb-common.o
30 obj-$(CONFIG_SND_SBAWE) += snd-sbawe.o snd-sb16-dsp.o snd-sb-common.o
31 obj-$(CONFIG_SND_ES968) += snd-es968.o snd-sb8-dsp.o snd-sb-common.o
32 obj-$(CONFIG_SND_ALS4000) += snd-sb-common.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dxattr.c50 struct super_block * sb; local
57 sb = direntry->d_inode->i_sb;
58 if(sb == NULL)
62 cifs_sb = CIFS_SB(sb);
102 struct super_block * sb; local
109 sb = direntry->d_inode->i_sb;
110 if(sb == NULL)
114 cifs_sb = CIFS_SB(sb);
161 if(sb->s_flags & MS_POSIXACL)
173 if(sb
206 struct super_block * sb; local
323 struct super_block * sb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhndgige.c41 sbconfig_t *sb; local
63 sb = &((sbgige_t *)regs)->sbconfig;
112 statelow = R_REG(osh, &sb->sbtmstatelow); /* DLL controls */
113 statehigh = R_REG(osh, &sb->sbtmstatehigh); /* GMII/RGMII mode */
127 W_REG(osh, &sb->sbtmstatelow, statelow);
H A Dsbutils.c68 * so we program MEM_SEG with 12th bit when necessary(access sb regsiters).
100 * so we program MEM_SEG with 12th bit when necessary(access sb regsiters).
140 sbconfig_t *sb; local
143 sb = REGS2SB(sii->curmap);
145 return ((R_SBREG(sii, &sb->sbidhigh) & SBIDH_CC_MASK) >> SBIDH_CC_SHIFT);
153 sbconfig_t *sb; local
162 sb = REGS2SB(corereg);
163 intflag = R_SBREG(sii, &sb->sbflagst);
174 sbconfig_t *sb; local
177 sb
186 sbconfig_t *sb; local
220 sbconfig_t *sb = REGS2SB(sii->curmap); local
259 sbconfig_t *sb; local
271 sbconfig_t *sb; local
286 sbconfig_t *sb; local
305 sbconfig_t *sb; local
331 sbconfig_t *sb; local
355 sbconfig_t *sb; local
543 sbconfig_t *sb = REGS2SB(sii->curmap); local
575 sbconfig_t *sb; local
678 sbconfig_t *sb; local
713 sbconfig_t *sb; local
749 sbconfig_t *sb; local
781 sbconfig_t *sb; local
926 sbconfig_t *sb; local
985 sbconfig_t *sb; local
1061 sbconfig_t *sb; local
1159 sbconfig_t *sb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Docfs2_fs.h69 #define OCFS2_HAS_COMPAT_FEATURE(sb,mask) \
70 ( OCFS2_SB(sb)->s_feature_compat & (mask) )
71 #define OCFS2_HAS_RO_COMPAT_FEATURE(sb,mask) \
72 ( OCFS2_SB(sb)->s_feature_ro_compat & (mask) )
73 #define OCFS2_HAS_INCOMPAT_FEATURE(sb,mask) \
74 ( OCFS2_SB(sb)->s_feature_incompat & (mask) )
75 #define OCFS2_SET_COMPAT_FEATURE(sb,mask) \
76 OCFS2_SB(sb)->s_feature_compat |= (mask)
77 #define OCFS2_SET_RO_COMPAT_FEATURE(sb,mask) \
78 OCFS2_SB(sb)
543 ocfs2_fast_symlink_chars(struct super_block *sb) argument
549 ocfs2_extent_recs_per_inode(struct super_block *sb) argument
559 ocfs2_chain_recs_per_inode(struct super_block *sb) argument
569 ocfs2_extent_recs_per_eb(struct super_block *sb) argument
579 ocfs2_local_alloc_size(struct super_block *sb) argument
589 ocfs2_group_bitmap_size(struct super_block *sb) argument
599 ocfs2_truncate_recs_per_inode(struct super_block *sb) argument
609 ocfs2_backup_super_blkno(struct super_block *sb, int index) argument
[all...]
H A Dsuper.c84 static int ocfs2_parse_options(struct super_block *sb, char *options,
86 static void ocfs2_put_super(struct super_block *sb);
87 static int ocfs2_mount_volume(struct super_block *sb);
88 static int ocfs2_remount(struct super_block *sb, int *flags, char *data);
89 static void ocfs2_dismount_volume(struct super_block *sb, int mnt_err);
96 static int ocfs2_sync_fs(struct super_block *sb, int wait);
106 static int ocfs2_initialize_super(struct super_block *sb,
109 static int ocfs2_get_sector(struct super_block *sb,
113 static void ocfs2_write_super(struct super_block *sb);
114 static struct inode *ocfs2_alloc_inode(struct super_block *sb);
163 ocfs2_write_super(struct super_block *sb) argument
170 ocfs2_sync_fs(struct super_block *sb, int wait) argument
301 ocfs2_alloc_inode(struct super_block *sb) argument
352 ocfs2_remount(struct super_block *sb, int *flags, char *data) argument
429 ocfs2_sb_probe(struct super_block *sb, struct buffer_head **bh, int *sector_size) argument
531 ocfs2_fill_super(struct super_block *sb, void *data, int silent) argument
712 ocfs2_parse_options(struct super_block *sb, char *options, unsigned long *mount_opt, int is_remount) argument
866 ocfs2_put_super(struct super_block *sb) argument
986 ocfs2_get_sector(struct super_block *sb, struct buffer_head **bh, int block, int sect_size) argument
1033 ocfs2_mount_volume(struct super_block *sb) argument
1133 ocfs2_dismount_volume(struct super_block *sb, int mnt_err) argument
1239 ocfs2_initialize_super(struct super_block *sb, struct buffer_head *bh, int sector_size) argument
1663 ocfs2_handle_error(struct super_block *sb) argument
1687 __ocfs2_error(struct super_block *sb, const char *function, const char *fmt, ...) argument
1708 __ocfs2_abort(struct super_block* sb, const char *function, const char *fmt, ...) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dvfs_super.c76 * @sb: superblock
82 v9fs_fill_super(struct super_block *sb, struct v9fs_session_info *v9ses, argument
85 sb->s_maxbytes = MAX_LFS_FILESIZE;
86 sb->s_blocksize_bits = fls(v9ses->maxdata - 1);
87 sb->s_blocksize = 1 << sb->s_blocksize_bits;
88 sb->s_magic = V9FS_MAGIC;
89 sb->s_op = &v9fs_super_ops;
91 sb->s_flags = flags | MS_ACTIVE | MS_SYNCHRONOUS | MS_DIRSYNC |
109 struct super_block *sb local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfile-has-acl.c31 file_has_acl (char const *name, struct stat const *sb) argument
33 if (! S_ISLNK (sb->st_mode))
61 if (ret == 0 && S_ISDIR (sb->st_mode))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Ddir.c45 struct super_block *sb = inode->i_sb; local
84 affs_warning(sb, "readdir", "More than 65535 entries in chain");
89 dir_bh = affs_bread(sb, inode->i_ino);
104 fh_bh = affs_bread(sb, ino);
106 affs_error(sb, "readdir","Cannot read block %d", i);
109 ino = be32_to_cpu(AFFS_TAIL(sb, fh_bh)->hash_chain);
117 for (; hash_pos < AFFS_SB(sb)->s_hashsize; hash_pos++) {
124 fh_bh = affs_bread(sb, ino);
126 affs_error(sb, "readdir","Cannot read block %d", ino);
130 namelen = min(AFFS_TAIL(sb, fh_b
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/qnx4/
H A Dbitmap.c58 unsigned long qnx4_count_free_blocks(struct super_block *sb) argument
60 int start = le32_to_cpu(qnx4_sb(sb)->BitMap->di_first_xtnt.xtnt_blk) - 1;
64 int size = le32_to_cpu(qnx4_sb(sb)->BitMap->di_size);
68 if ((bh = sb_bread(sb, start + offset)) == NULL) {
83 int qnx4_is_free(struct super_block *sb, long block) argument
85 int start = le32_to_cpu(qnx4_sb(sb)->BitMap->di_first_xtnt.xtnt_blk) - 1;
86 int size = le32_to_cpu(qnx4_sb(sb)->BitMap->di_size);
95 bh = sb_bread(sb, start);
112 int qnx4_set_bitmap(struct super_block *sb, long block, int busy) argument
114 int start = le32_to_cpu(qnx4_sb(sb)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcoda_fs_i.h49 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);
H A Dblockgroup_lock.h56 #define sb_bgl_lock(sb, block_group) \
57 (&(sb)->s_blockgroup_lock.locks[(block_group) & (NR_BG_LOCKS-1)].lock)
H A Dext3_fs.h392 #define test_opt(sb, opt) (EXT3_SB(sb)->s_mount_opt & \
500 static inline struct ext3_sb_info * EXT3_SB(struct super_block *sb) argument
502 return sb->s_fs_info;
509 static inline int ext3_valid_inum(struct super_block *sb, unsigned long ino) argument
514 (ino >= EXT3_FIRST_INO(sb) &&
515 ino <= le32_to_cpu(EXT3_SB(sb)->s_es->s_inodes_count));
521 #define EXT3_SB(sb) (sb)
550 #define EXT3_HAS_COMPAT_FEATURE(sb,mas
737 ext3_group_first_block_no(struct super_block *sb, unsigned long group_no) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_dir.c30 struct stat sb; local
52 RETRY_CHK(stat(buf, &sb), ret);
66 if (!S_ISREG(sb.st_mode) && !S_TYPEISSHM(&sb)) {
68 if (!S_ISREG(sb.st_mode)) {
70 if (!returndir || !S_ISDIR(sb.st_mode))
H A Dos_fid.c32 struct stat sb; local
47 RETRY_CHK((stat(CHAR_STAR_CAST fname, &sb)), ret);
79 tmp = (u_int32_t)sb.st_ino;
83 tmp = (u_int32_t)sb.st_dev;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/oprofile/
H A Dcommon.c96 static int op_bfin_create_files(struct super_block *sb, struct dentry *root) argument
106 dir = oprofilefs_mkdir(sb, root, buf);
108 oprofilefs_create_ulong(sb, dir, "enabled", &ctr[i].enabled);
109 oprofilefs_create_ulong(sb, dir, "event", &ctr[i].event);
110 oprofilefs_create_ulong(sb, dir, "count", &ctr[i].count);
115 oprofilefs_create_ulong(sb, dir, "kernel", &ctr[i].kernel);
116 oprofilefs_create_ulong(sb, dir, "user", &ctr[i].user);
117 oprofilefs_create_ulong(sb, dir, "unit_mask",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/adfs/
H A Ddir_fplus.c23 adfs_fplus_read(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir) argument
33 block = __adfs_block_map(sb, id, 0);
35 adfs_error(sb, "dir object %X has a hole at offset 0", id);
39 dir->bh[0] = sb_bread(sb, block);
56 size >>= sb->s_blocksize_bits;
58 block = __adfs_block_map(sb, id, blk);
60 adfs_error(sb, "dir object %X has a hole at offset %d", id, blk);
64 dir->bh[blk] = sb_bread(sb, block);
70 t = (struct adfs_bigdirtail *)(dir->bh[size - 1]->b_data + (sb->s_blocksize - 8));
78 dir->sb
104 struct super_block *sb = dir->sb; local
[all...]
H A Ddir_f.c97 const int blocksize_bits = dir->sb->s_blocksize_bits;
152 adfs_dir_read(struct super_block *sb, unsigned long object_id, argument
155 const unsigned int blocksize_bits = sb->s_blocksize_bits;
168 dir->sb = sb;
173 phys = __adfs_block_map(sb, object_id, blk);
175 adfs_error(sb, "dir object %lX has a hole at offset %d",
180 dir->bh[blk] = sb_bread(sb, phys);
204 adfs_error(sb, "corrupted directory fragment %lX",
210 dir->sb
249 struct super_block *sb = dir->sb; local
279 struct super_block *sb = dir->sb; local
344 adfs_f_read(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir) argument
385 struct super_block *sb = dir->sb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/bfs/
H A Dbfs.h35 static inline struct bfs_sb_info *BFS_SB(struct super_block *sb) argument
37 return sb->s_fs_info;
H A Dfile.c30 static int bfs_move_block(unsigned long from, unsigned long to, struct super_block *sb) argument
34 bh = sb_bread(sb, from);
37 new = sb_getblk(sb, to);
45 static int bfs_move_blocks(struct super_block *sb, unsigned long start, argument
52 if(bfs_move_block(i, where + i, sb)) {
64 struct super_block *sb = inode->i_sb; local
65 struct bfs_sb_info *info = BFS_SB(sb);
77 map_bh(bh_result, sb, phys);
87 map_bh(bh_result, sb, phys);
100 map_bh(bh_result, sb, phy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/configfs/
H A Dmount.c69 static int configfs_fill_super(struct super_block *sb, void *data, int silent) argument
74 sb->s_blocksize = PAGE_CACHE_SIZE;
75 sb->s_blocksize_bits = PAGE_CACHE_SHIFT;
76 sb->s_magic = CONFIGFS_MAGIC;
77 sb->s_op = &configfs_ops;
78 sb->s_time_gran = 1;
79 configfs_sb = sb;
102 sb->s_root = root;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysfs/
H A Dmount.c44 static int sysfs_fill_super(struct super_block *sb, void *data, int silent) argument
49 sb->s_blocksize = PAGE_CACHE_SIZE;
50 sb->s_blocksize_bits = PAGE_CACHE_SHIFT;
51 sb->s_magic = SYSFS_MAGIC;
52 sb->s_op = &sysfs_ops;
53 sb->s_time_gran = 1;
54 sysfs_sb = sb;
75 sb->s_root = root;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/oprofile/
H A Dcommon.c109 op_axp_create_files(struct super_block * sb, struct dentry * root) argument
118 dir = oprofilefs_mkdir(sb, root, buf);
120 oprofilefs_create_ulong(sb, dir, "enabled", &ctr[i].enabled);
121 oprofilefs_create_ulong(sb, dir, "event", &ctr[i].event);
122 oprofilefs_create_ulong(sb, dir, "count", &ctr[i].count);
124 oprofilefs_create_ulong(sb, dir, "kernel", &ctr[i].kernel);
125 oprofilefs_create_ulong(sb, dir, "user", &ctr[i].user);
126 oprofilefs_create_ulong(sb, dir, "unit_mask", &ctr[i].unit_mask);
130 oprofilefs_create_ulong(sb, root, "enable_pal",
132 oprofilefs_create_ulong(sb, roo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dsuper.c35 static struct inode *afs_alloc_inode(struct super_block *sb);
36 static void afs_put_super(struct super_block *sb);
278 static int afs_test_super(struct super_block *sb, void *data) argument
281 struct afs_super_info *as = sb->s_fs_info;
289 static int afs_fill_super(struct super_block *sb, void *data) argument
311 sb->s_blocksize = PAGE_CACHE_SIZE;
312 sb->s_blocksize_bits = PAGE_CACHE_SHIFT;
313 sb->s_magic = AFS_FS_MAGIC;
314 sb->s_op = &afs_super_ops;
315 sb
359 struct super_block *sb; local
436 afs_put_super(struct super_block *sb) argument
469 afs_alloc_inode(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 Dextents.c175 struct super_block *sb; local
184 sb = inode->i_sb;
187 if (HFSPLUS_SB(sb).jnl.journaled == HFSPLUS_JOURNAL_PRESENT) {
207 shift = HFSPLUS_SB(sb).alloc_blksz_shift - sb->s_blocksize_bits;
208 ablock = iblock >> HFSPLUS_SB(sb).fs_shift;
241 mask = (1 << HFSPLUS_SB(sb).fs_shift) - 1;
242 map_bh(bh_result, sb, (dblock << HFSPLUS_SB(sb).fs_shift) + HFSPLUS_SB(sb)
295 hfsplus_free_extents(hfsplus_handle_t *hfsplus_handle, struct super_block *sb, struct hfsplus_extent *extent, u32 offset, u32 block_nr) argument
336 hfsplus_free_fork(hfsplus_handle_t *hfsplus_handle, struct super_block *sb, u32 cnid, struct hfsplus_fork_raw *fork, int type) argument
377 struct super_block *sb = inode->i_sb; local
466 struct super_block *sb = inode->i_sb; local
[all...]

Completed in 263 milliseconds

1234567891011>>