Searched refs:sb (Results 151 - 175 of 612) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dqdm2.c70 #define SB_DITHERING_NOISE(sb,noise_idx) (noise_table[(noise_idx)++] * sb_noise_attenuation[(sb)])
493 * @param sb subband index
495 static void build_sb_samples_from_noise (QDM2Context *q, int sb) argument
506 q->sb_samples[ch][j * 2][sb] = (int32_t)(f2i_scale * SB_DITHERING_NOISE(sb,q->noise_idx) * q->tone_level[ch][sb][j] + .5);
507 q->sb_samples[ch][j * 2 + 1][sb] = (int32_t)(f2i_scale * SB_DITHERING_NOISE(sb,q->noise_idx) * q->tone_level[ch][sb][
520 fix_coding_method_array(int sb, int channels, sb_int8_array coding_method) argument
567 int i, sb, ch, sb_used; local
664 int ch, sb, j; local
791 int sb, j, k, n, ch, run, channels; local
1011 int sb, j, k, n, ch; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Dinode.c57 struct super_block *sb = inode->i_sb; local
58 struct msdos_sb_info *sbi = MSDOS_SB(sb);
67 map_bh(bh_result, sb, phys);
74 if (iblock != MSDOS_I(inode)->mmu_private >> sb->s_blocksize_bits) {
75 fat_fs_panic(sb, "corrupted file size (i_pos %lld, %lld)",
91 MSDOS_I(inode)->mmu_private += *max_blocks << sb->s_blocksize_bits;
100 map_bh(bh_result, sb, phys);
108 struct super_block *sb = inode->i_sb; local
115 bh_result->b_size = max_blocks << sb->s_blocksize_bits;
223 static void fat_hash_init(struct super_block *sb) argument
233 fat_hash(struct super_block *sb, loff_t i_pos) argument
242 struct super_block *sb = inode->i_sb; local
265 fat_iget(struct super_block *sb, loff_t i_pos) argument
387 fat_build_inode(struct super_block *sb, struct msdos_dir_entry *de, loff_t i_pos) argument
442 fat_write_super(struct super_block *sb) argument
450 fat_put_super(struct super_block *sb) argument
474 fat_alloc_inode(struct super_block *sb) argument
517 fat_remount(struct super_block *sb, int *flags, char *data) argument
547 struct super_block *sb = inode->i_sb; local
641 fat_decode_fh(struct super_block *sb, __u32 *fh, int len, int fhtype, int (*acceptable)(void *context, struct dentry *de), void *context) argument
653 fat_get_dentry(struct super_block *sb, void *inump) argument
1111 struct super_block *sb = inode->i_sb; local
1148 fat_fill_super(struct super_block *sb, void *data, int silent, const struct inode_operations *fs_dir_inode_ops, int isvfat) argument
1464 fat_flush_inodes(struct super_block *sb, struct inode *i1, struct inode *i2) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/minix/
H A Dbitmap.c54 struct super_block *sb = inode->i_sb; local
55 struct minix_sb_info *sbi = minix_sb(sb);
57 int k = sb->s_blocksize_bits + 3;
75 sb->s_id, block);
115 minix_V1_raw_inode(struct super_block *sb, ino_t ino, struct buffer_head **bh) argument
118 struct minix_sb_info *sbi = minix_sb(sb);
123 sb->s_id, (long)ino);
129 *bh = sb_bread(sb, block);
139 minix_V2_raw_inode(struct super_block *sb, ino_t ino, struct buffer_head **bh) argument
142 struct minix_sb_info *sbi = minix_sb(sb);
193 struct super_block *sb = inode->i_sb; local
225 struct super_block *sb = dir->i_sb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dinode.c44 struct super_block *sb = inode->i_sb; local
52 tree = HFSPLUS_SB(sb).ext_tree;
55 tree = HFSPLUS_SB(sb).cat_tree;
58 tree = HFSPLUS_SB(sb).attr_tree;
138 struct super_block *sb = dir->i_sb; local
149 inode = new_inode(sb);
158 hfs_find_init(HFSPLUS_SB(sb).cat_tree, &fd);
159 err = hfsplus_find_cat(sb, dir->i_ino, &fd);
170 hlist_add_head(&inode->i_hash, &HFSPLUS_SB(sb).rsrc_inodes);
179 struct super_block *sb local
254 struct super_block *sb = inode->i_sb; local
298 hfsplus_new_inode(struct super_block *sb, int mode) argument
350 struct super_block *sb = inode->i_sb; local
372 struct super_block *sb = inode->i_sb; local
[all...]
H A Dbitmap.c18 int hfsplus_block_allocate(struct super_block *sb, u32 size, u32 offset, u32 *max) argument
32 mutex_lock(&HFSPLUS_SB(sb).alloc_file->i_mutex);
33 mapping = HFSPLUS_SB(sb).alloc_file->i_mapping;
141 HFSPLUS_SB(sb).free_blocks -= *max;
142 sb->s_dirt = 1;
145 mutex_unlock(&HFSPLUS_SB(sb).alloc_file->i_mutex);
149 int hfsplus_block_free(struct super_block *sb, u32 offset, u32 count) argument
163 if ((offset + count) > HFSPLUS_SB(sb).total_blocks)
166 mutex_lock(&HFSPLUS_SB(sb).alloc_file->i_mutex);
167 mapping = HFSPLUS_SB(sb)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/tools/
H A Dbuild.c76 struct stat sb; local
87 if (stat("/", &sb)) {
91 major_root = major(sb.st_dev);
92 minor_root = minor(sb.st_dev);
94 if (stat(argv[4], &sb)) {
98 major_root = major(sb.st_rdev);
99 minor_root = minor(sb.st_rdev);
147 if (fstat (fd, &sb))
149 sz = sb.st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/tools/
H A Dbuild.c77 struct stat sb; local
88 if (stat("/", &sb)) {
92 major_root = major(sb.st_dev);
93 minor_root = minor(sb.st_dev);
95 if (stat(argv[4], &sb)) {
99 major_root = major(sb.st_rdev);
100 minor_root = minor(sb.st_rdev);
148 if (fstat (fd, &sb))
150 sz = sb.st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ufs/
H A Dtruncate.c69 struct super_block * sb; local
79 sb = inode->i_sb;
80 uspi = UFS_SB(sb)->s_uspi;
112 tmp = ufs_data_ptr_to_cpu(sb, p);
114 ufs_panic (sb, "ufs_trunc_direct", "internal error");
128 tmp = ufs_data_ptr_to_cpu(sb, p);
156 tmp = ufs_data_ptr_to_cpu(sb, p);
158 ufs_panic(sb, "ufs_truncate_direct", "internal error");
173 struct super_block * sb; local
186 sb
258 struct super_block * sb; local
322 struct super_block *sb = inode->i_sb; local
382 struct super_block *sb = inode->i_sb; local
452 struct super_block *sb = inode->i_sb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.cc375 : std::istream(NULL), sb()
376 { this->init(&sb); }
381 : std::istream(NULL), sb()
383 this->init(&sb);
390 : std::istream(NULL), sb()
392 this->init(&sb);
401 if (!sb.open(name, mode | std::ios_base::in))
412 if (!sb.attach(fd, mode | std::ios_base::in))
422 if (!sb.close())
430 : std::ostream(NULL), sb()
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_mv.c148 struct stat sb; local
197 if (stat(argv[argc - 1], &sb) || !S_ISDIR(sb.st_mode)) {
253 struct stat sb; local
264 if (lstat(from, &sb) == -1) {
277 } else if (access(to, W_OK) && !stat(to, &sb)) {
310 if (stat(from, &sb) != 0) {
324 if (lstat(from, &sb) == -1) {
328 if (!S_ISLNK(sb.st_mode)) {
341 switch (sb
399 struct stat sb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.cc375 : std::istream(NULL), sb()
376 { this->init(&sb); }
381 : std::istream(NULL), sb()
383 this->init(&sb);
390 : std::istream(NULL), sb()
392 this->init(&sb);
401 if (!sb.open(name, mode | std::ios_base::in))
412 if (!sb.attach(fd, mode | std::ios_base::in))
422 if (!sb.close())
430 : std::ostream(NULL), sb()
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/adfs/
H A Dinode.c101 adfs_atts2mode(struct super_block *sb, struct inode *inode) argument
105 struct adfs_sb_info *asb = ADFS_SB(sb);
147 adfs_mode2atts(struct super_block *sb, struct inode *inode) argument
151 struct adfs_sb_info *asb = ADFS_SB(sb);
258 adfs_iget(struct super_block *sb, struct object_info *obj) argument
262 inode = new_inode(sb);
266 inode->i_uid = ADFS_SB(sb)->s_uid;
267 inode->i_gid = ADFS_SB(sb)->s_gid;
271 inode->i_blocks = (inode->i_size + sb->s_blocksize - 1) >>
272 sb
316 struct super_block *sb = inode->i_sb; local
368 struct super_block *sb = inode->i_sb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dmisc.c33 udf_tgetblk(struct super_block *sb, int block) argument
35 if (UDF_QUERY_FLAG(sb, UDF_FLAG_VARCONV))
36 return sb_getblk(sb, udf_fixed_to_variable(block));
38 return sb_getblk(sb, block);
42 udf_tread(struct super_block *sb, int block) argument
44 if (UDF_QUERY_FLAG(sb, UDF_FLAG_VARCONV))
45 return sb_bread(sb, udf_fixed_to_variable(block));
47 return sb_bread(sb, block);
206 udf_read_tagged(struct super_block *sb, uint32_t block, uint32_t location, uint16_t *ident) argument
217 bh = udf_tread(sb, bloc
271 udf_read_ptagged(struct super_block *sb, kernel_lb_addr loc, uint32_t offset, uint16_t *ident) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dindex.c123 struct super_block *sb = vol->sb; local
144 ntfs_error(sb, "Index uses unsupported collation rule 0x%x. "
152 ntfs_error(sb, "map_mft_record() failed with error code %ld.",
166 ntfs_error(sb, "Index root attribute missing in inode "
254 ntfs_error(sb, "No index allocation attribute but index entry "
279 ntfs_error(sb, "Failed to map index page, error %ld.",
292 ntfs_error(sb, "Out of bounds check failed. Corrupt inode "
298 ntfs_error(sb, "Index record with vcn 0x%llx is corrupt. "
304 ntfs_error(sb, "Actua
[all...]
H A Ddebug.c34 * @sb: super block of mounted ntfs filesystem
39 * by @sb.
47 * Note, you should be using debug.h::ntfs_warning(@sb, @fmt, @...) instead
50 void __ntfs_warning(const char *function, const struct super_block *sb, argument
66 if (sb)
68 sb->s_id, flen ? function : "", err_buf);
78 * @sb: super block of mounted ntfs filesystem
83 * by @sb.
91 * Note, you should be using debug.h::ntfs_error(@sb, @fmt, @...) instead
94 void __ntfs_error(const char *function, const struct super_block *sb, argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_mv.c148 struct stat sb; local
197 if (stat(argv[argc - 1], &sb) || !S_ISDIR(sb.st_mode)) {
253 struct stat sb; local
264 if (lstat(from, &sb) == -1) {
277 } else if (access(to, W_OK) && !stat(to, &sb)) {
310 if (stat(from, &sb) != 0) {
324 if (lstat(from, &sb) == -1) {
328 if (!S_ISLNK(sb.st_mode)) {
341 switch (sb
399 struct stat sb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dinode.c94 static struct inode *alloc_inode(struct super_block *sb) argument
101 if (sb->s_op->alloc_inode)
102 inode = sb->s_op->alloc_inode(sb);
109 inode->i_sb = sb;
110 inode->i_blkbits = sb->s_blocksize_bits;
149 if (sb->s_bdev) {
152 bdi = sb->s_bdev->bd_inode_backing_dev_info;
154 bdi = sb->s_bdev->bd_inode->i_mapping->backing_dev_info;
305 * consistency because the per-sb lis
337 invalidate_inodes(struct super_block * sb) argument
464 find_inode(struct super_block * sb, struct hlist_head *head, int (*test)(struct inode *, void *), void *data) argument
489 find_inode_fast(struct super_block * sb, struct hlist_head *head, unsigned long ino) argument
516 new_inode(struct super_block *sb) argument
565 get_new_inode(struct super_block *sb, struct hlist_head *head, int (*test)(struct inode *, void *), int (*set)(struct inode *, void *), void *data) argument
616 get_new_inode_fast(struct super_block *sb, struct hlist_head *head, unsigned long ino) argument
656 hash(struct super_block *sb, unsigned long hashval) argument
680 iunique(struct super_block *sb, ino_t max_reserved) argument
743 ifind(struct super_block *sb, struct hlist_head *head, int (*test)(struct inode *, void *), void *data, const int wait) argument
777 ifind_fast(struct super_block *sb, struct hlist_head *head, unsigned long ino) argument
815 ilookup5_nowait(struct super_block *sb, unsigned long hashval, int (*test)(struct inode *, void *), void *data) argument
844 ilookup5(struct super_block *sb, unsigned long hashval, int (*test)(struct inode *, void *), void *data) argument
868 ilookup(struct super_block *sb, unsigned long ino) argument
899 iget5_locked(struct super_block *sb, unsigned long hashval, int (*test)(struct inode *, void *), int (*set)(struct inode *, void *), void *data) argument
935 iget_locked(struct super_block *sb, unsigned long ino) argument
1034 struct super_block *sb = inode->i_sb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dtrans.c33 int hfs_mac2asc(struct super_block *sb, char *out, const struct hfs_name *in) argument
35 struct nls_table *nls_disk = HFS_SB(sb)->nls_disk;
36 struct nls_table *nls_io = HFS_SB(sb)->nls_io;
95 void hfs_asc2mac(struct super_block *sb, struct hfs_name *out, struct qstr *in) argument
97 struct nls_table *nls_disk = HFS_SB(sb)->nls_disk;
98 struct nls_table *nls_io = HFS_SB(sb)->nls_io;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dext2_fs.h69 static inline struct ext2_sb_info *EXT2_SB(struct super_block *sb) argument
71 return sb->s_fs_info;
77 #define EXT2_SB(sb) (sb)
326 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \
441 #define EXT2_HAS_COMPAT_FEATURE(sb,mask) \
442 ( EXT2_SB(sb)->s_es->s_feature_compat & cpu_to_le32(mask) )
443 #define EXT2_HAS_RO_COMPAT_FEATURE(sb,mask) \
444 ( EXT2_SB(sb)
[all...]
H A Dqnx4_fs.h102 struct qnx4_super_block *sb; /* our superblock */ member in struct:qnx4_sb_info
114 extern unsigned long qnx4_count_free_blocks(struct super_block *sb);
123 extern int qnx4_is_free(struct super_block *sb, long block);
124 extern int qnx4_set_bitmap(struct super_block *sb, long block, int busy);
133 static inline struct qnx4_sb_info *qnx4_sb(struct super_block *sb) argument
135 return sb->s_fs_info;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Dsb_mixer.c27 #include <sound/sb.h>
74 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); local
81 spin_lock_irqsave(&sb->mixer_lock, flags);
82 val = (snd_sbmixer_read(sb, reg) >> shift) & mask;
83 spin_unlock_irqrestore(&sb->mixer_lock, flags);
90 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); local
99 spin_lock_irqsave(&sb->mixer_lock, flags);
100 oval = snd_sbmixer_read(sb, reg);
104 snd_sbmixer_write(sb, reg, val);
105 spin_unlock_irqrestore(&sb
126 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); local
146 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); local
201 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); local
237 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); local
294 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); local
317 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); local
360 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); local
381 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dinode.c21 struct super_block *sb = inode->i_sb; local
22 struct affs_sb_info *sbi = AFFS_SB(sb);
34 bh = affs_bread(sb, block);
36 affs_warning(sb, "read_inode", "Cannot read block %d", block);
39 if (affs_checksum_block(sb, bh) || be32_to_cpu(AFFS_HEAD(bh)->ptype) != T_SHORT) {
40 affs_warning(sb,"read_inode",
47 tail = AFFS_TAIL(sb, bh);
119 affs_warning(sb, "read_inode", "inode is LINKFILE");
163 struct super_block *sb = inode->i_sb; local
174 bh = affs_bread(sb, inod
286 struct super_block *sb = dir->i_sb; local
343 struct super_block *sb = dir->i_sb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dmain.c105 * @sb: ecryptfs's super_block
113 struct super_block *sb, int flag)
120 if (lower_inode->i_sb != ecryptfs_superblock_to_lower(sb)) {
128 inode = iget5_locked(sb, (unsigned long)lower_inode,
214 static int ecryptfs_parse_options(struct super_block *sb, char *options) argument
225 &ecryptfs_superblock_to_private(sb)->mount_crypt_stat;
399 * @sb: The ecryptfs super block
403 * Sets up what we can of the sb, rest is done in ecryptfs_read_super
408 ecryptfs_fill_super(struct super_block *sb, void *raw_data, int silent) argument
413 ecryptfs_set_superblock_private(sb,
112 ecryptfs_interpose(struct dentry *lower_dentry, struct dentry *dentry, struct super_block *sb, int flag) argument
460 ecryptfs_read_super(struct super_block *sb, const char *dev_name) argument
510 struct super_block *sb; local
544 ecryptfs_kill_block_super(struct super_block *sb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/qnx4/
H A Dinode.c55 static void qnx4_write_super(struct super_block *sb) argument
59 sb->s_dirt = 0;
107 static void qnx4_put_super(struct super_block *sb);
108 static struct inode *qnx4_alloc_inode(struct super_block *sb);
111 static int qnx4_remount(struct super_block *sb, int *flags, char *data);
129 static int qnx4_remount(struct super_block *sb, int *flags, char *data) argument
133 qs = qnx4_sb(sb);
255 struct super_block *sb = dentry->d_sb; local
259 buf->f_type = sb->s_magic;
260 buf->f_bsize = sb
276 qnx4_checkroot(struct super_block *sb) argument
392 qnx4_put_super(struct super_block *sb) argument
434 struct super_block *sb = inode->i_sb; local
489 qnx4_alloc_inode(struct super_block *sb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dsuper.c103 static void nfs4_kill_super(struct super_block *sb);
519 static inline void nfs_initialise_sb(struct super_block *sb) argument
521 struct nfs_server *server = NFS_SB(sb);
523 sb->s_magic = NFS_SUPER_MAGIC;
526 snprintf(sb->s_id, sizeof(sb->s_id),
527 "%x:%x", MAJOR(sb->s_dev), MINOR(sb->s_dev));
529 if (sb->s_blocksize == 0)
530 sb
542 nfs_fill_super(struct super_block *sb, struct nfs_mount_data *data) argument
566 nfs_clone_super(struct super_block *sb, const struct super_block *old_sb) argument
599 nfs_compare_super(struct super_block *sb, void *data) argument
754 nfs4_clone_super(struct super_block *sb, const struct super_block *old_sb) argument
768 nfs4_fill_super(struct super_block *sb) argument
930 nfs4_kill_super(struct super_block *sb) argument
[all...]

Completed in 480 milliseconds

1234567891011>>