Searched refs:sb (Results 251 - 275 of 612) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dbio_ssl.c143 BIO_SSL *sb; local
149 sb=(BIO_SSL *)b->ptr;
150 ssl=sb->ssl;
174 if (sb->renegotiate_count > 0)
176 sb->byte_count+=ret;
177 if (sb->byte_count > sb->renegotiate_count)
179 sb->byte_count=0;
180 sb->num_renegotiates++;
185 if ((sb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dbio_ssl.c143 BIO_SSL *sb; local
149 sb=(BIO_SSL *)b->ptr;
150 ssl=sb->ssl;
174 if (sb->renegotiate_count > 0)
176 sb->byte_count+=ret;
177 if (sb->byte_count > sb->renegotiate_count)
179 sb->byte_count=0;
180 sb->num_renegotiates++;
185 if ((sb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/exportfs/
H A Dexpfs.c42 * @sb: The &super_block identifying the filesystem
73 find_exported_dentry(struct super_block *sb, void *obj, void *parent, argument
80 struct export_operations *nops = sb->s_export_op;
88 result = CALL(sb->s_export_op,get_dentry)(sb,obj);
116 dprintk("find_exported_dentry: need to look harder for %s/%d\n",sb->s_id,*(int*)obj);
123 target_dir = CALL(sb->s_export_op,get_dentry)(sb,parent);
171 } else if (pd == sb->s_root) {
394 static struct dentry *export_iget(struct super_block *sb, unsigne argument
438 get_object(struct super_block *sb, void *vobjp) argument
503 export_decode_fh(struct super_block *sb, __u32 *fh, int fh_len, int fileid_type, int (*acceptable)(void *context, struct dentry *de), void *context) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs4/
H A Dautofs_i.h111 struct super_block *sb; member in struct:autofs_sb_info
119 static inline struct autofs_sb_info *autofs4_sbi(struct super_block *sb) argument
121 return (struct autofs_sb_info *)(sb->s_fs_info);
209 return new_encode_dev(sbi->sb->s_dev);
214 return sbi->sb->s_root->d_inode->i_ino;
H A Dinode.c100 struct dentry *this_parent = sbi->sb->s_root;
103 if (!sbi->sb->s_root)
134 if (this_parent != sbi->sb->s_root) {
149 void autofs4_kill_sb(struct super_block *sb) argument
151 struct autofs_sb_info *sbi = autofs4_sbi(sb);
168 sb->s_fs_info = NULL;
173 kill_anon_super(sb);
329 sbi->sb = s;
435 struct inode *autofs4_get_inode(struct super_block *sb, argument
438 struct inode *inode = new_inode(sb);
[all...]
H A Dexpire.c247 static struct dentry *autofs4_expire_direct(struct super_block *sb, argument
253 struct dentry *root = dget(sb->s_root);
284 static struct dentry *autofs4_expire_indirect(struct super_block *sb, argument
290 struct dentry *root = sb->s_root;
389 int autofs4_expire_run(struct super_block *sb, argument
402 if ((dentry = autofs4_expire_indirect(sb, mnt, sbi, 0)) == NULL)
418 int autofs4_expire_multi(struct super_block *sb, struct vfsmount *mnt, argument
429 dentry = autofs4_expire_direct(sb, mnt, sbi, do_now);
431 dentry = autofs4_expire_indirect(sb, mnt, sbi, do_now);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dbuffer_head_io.c96 struct super_block *sb; local
106 if (osb == NULL || osb->sb == NULL || bhs == NULL) {
125 sb = osb->sb;
134 bhs[i] = sb_getblk(sb, block++);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dondisk.c55 void gfs2_sb_in(struct gfs2_sb_host *sb, const void *buf) argument
59 gfs2_meta_header_in(&sb->sb_header, buf);
61 sb->sb_fs_format = be32_to_cpu(str->sb_fs_format);
62 sb->sb_multihost_format = be32_to_cpu(str->sb_multihost_format);
63 sb->sb_bsize = be32_to_cpu(str->sb_bsize);
64 sb->sb_bsize_shift = be32_to_cpu(str->sb_bsize_shift);
66 gfs2_inum_in(&sb->sb_master_dir, (char *)&str->sb_master_dir);
67 gfs2_inum_in(&sb->sb_root_dir, (char *)&str->sb_root_dir);
69 memcpy(sb->sb_lockproto, str->sb_lockproto, GFS2_LOCKNAME_LEN);
70 memcpy(sb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/
H A De2fs_defs.h39 #define EXT2_SB(sb) (sb)
337 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \
459 #define EXT2_HAS_COMPAT_FEATURE(sb,mask) \
460 ( EXT2_SB(sb)->s_feature_compat & (mask) )
461 #define EXT2_HAS_RO_COMPAT_FEATURE(sb,mask) \
462 ( EXT2_SB(sb)->s_feature_ro_compat & (mask) )
463 #define EXT2_HAS_INCOMPAT_FEATURE(sb,mask) \
464 ( EXT2_SB(sb)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2_fs.h45 #define EXT2_SB(sb) (sb)
346 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \
468 #define EXT2_HAS_COMPAT_FEATURE(sb,mask) \
469 ( EXT2_SB(sb)->s_feature_compat & (mask) )
470 #define EXT2_HAS_RO_COMPAT_FEATURE(sb,mask) \
471 ( EXT2_SB(sb)->s_feature_ro_compat & (mask) )
472 #define EXT2_HAS_INCOMPAT_FEATURE(sb,mask) \
473 ( EXT2_SB(sb)
[all...]
H A Dlink.c28 struct ext2_super_block *sb; member in struct:link_struct
84 if (ls->sb->s_feature_incompat & EXT2_FEATURE_INCOMPAT_FILETYPE)
115 ls.sb = fs->super;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmfs.c271 static struct inode *dlmfs_alloc_inode(struct super_block *sb) argument
322 static struct inode *dlmfs_get_root_inode(struct super_block *sb) argument
324 struct inode *inode = new_inode(sb);
350 struct super_block *sb = parent->i_sb; local
351 struct inode * inode = new_inode(sb);
514 static int dlmfs_fill_super(struct super_block * sb, argument
521 sb->s_maxbytes = MAX_LFS_FILESIZE;
522 sb->s_blocksize = PAGE_CACHE_SIZE;
523 sb->s_blocksize_bits = PAGE_CACHE_SHIFT;
524 sb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dufc.c199 * sb arrays:
210 static long32 *sb[4] = {_ufc_sb0, _ufc_sb1, _ufc_sb2, _ufc_sb3}; variable
215 static long64 *sb[4] = {_ufc_sb0, _ufc_sb1, _ufc_sb2, _ufc_sb3}; variable
342 * longs into 48 bit in order to initialize sb.
364 * Create the sb tables:
367 * result, the sb table precomputes the two 4 bit
389 sb[sg][inx ] = eperm32tab[0][(to_permute >> 24) & 0xff][0];
390 sb[sg][inx+1] = eperm32tab[0][(to_permute >> 24) & 0xff][1];
391 sb[sg][inx ] |= eperm32tab[1][(to_permute >> 16) & 0xff][0];
392 sb[s
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tests/
H A Dcrypttest.c222 * sb arrays:
233 static long32 *sb[4] = {_ufc_sb0, _ufc_sb1, _ufc_sb2, _ufc_sb3}; variable
238 static long64 *sb[4] = {_ufc_sb0, _ufc_sb1, _ufc_sb2, _ufc_sb3}; variable
365 * longs into 48 bit in order to initialize sb.
387 * Create the sb tables:
390 * result, the sb table precomputes the two 4 bit
412 sb[sg][inx ] = eperm32tab[0][(to_permute >> 24) & 0xff][0];
413 sb[sg][inx+1] = eperm32tab[0][(to_permute >> 24) & 0xff][1];
414 sb[sg][inx ] |= eperm32tab[1][(to_permute >> 16) & 0xff][0];
415 sb[s
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dunistr.c289 ntfs_error(vol->sb, "Failed to allocate buffer for converted "
293 ntfs_error(vol->sb, "Received NULL pointer.");
298 ntfs_error(vol->sb, "Name using character set %s contains "
303 ntfs_error(vol->sb, "Name is too long (maximum length for a "
384 ntfs_error(vol->sb, "Received NULL pointer.");
387 ntfs_error(vol->sb, "Unicode name contains characters that cannot be "
396 ntfs_error(vol->sb, "Failed to allocate name!");
H A Dinode.c156 * @sb: super block of mounted volume
170 struct inode *ntfs_iget(struct super_block *sb, unsigned long mft_no) argument
181 vi = iget5_locked(sb, mft_no, (test_t)ntfs_test_inode,
321 struct inode *ntfs_alloc_big_inode(struct super_block *sb) argument
331 ntfs_error(sb, "Allocation of NTFS big inode structure failed.");
377 * @sb: super block of mounted volume
387 void __ntfs_init_inode(struct super_block *sb, ntfs_inode *ni) argument
394 ni->vol = NTFS_SB(sb);
421 inline ntfs_inode *ntfs_new_extent_inode(struct super_block *sb, argument
428 __ntfs_init_inode(sb, n
1757 struct super_block *sb = vi->i_sb; local
[all...]
H A Dusnjrnl.c57 ntfs_error(vol->sb, "Failed to read from "
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dtail_conversion.c21 struct super_block *sb = inode->i_sb; local
36 REISERFS_SB(sb)->s_direct2indirect++;
38 n_blk_size = sb->s_blocksize;
49 if (search_for_position_by_key(sb, &end_key, path) == POSITION_FOUND) {
50 reiserfs_warning(sb, "PAP-14030: direct2indirect: "
92 if (search_for_position_by_key(sb, &end_key, path) ==
94 reiserfs_panic(sb,
150 interested in removing it from per-sb j_dirty_buffers list, to avoid
H A Dprints.c267 void reiserfs_warning(struct super_block *sb, const char *fmt, ...) argument
270 if (sb)
272 reiserfs_bdevname(sb), error_buf);
278 void reiserfs_info(struct super_block *sb, const char *fmt, ...) argument
281 if (sb)
283 reiserfs_bdevname(sb), error_buf);
356 void reiserfs_panic(struct super_block *sb, const char *fmt, ...) argument
360 reiserfs_bdevname(sb), error_buf);
365 reiserfs_bdevname(sb), error_buf);
368 void reiserfs_abort(struct super_block *sb, in argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysv/
H A Ditree.c24 struct super_block *sb = inode->i_sb; local
25 struct sysv_sb_info *sbi = SYSV_SB(sb);
93 struct super_block *sb = inode->i_sb; local
102 int block = block_to_cpu(SYSV_SB(sb), p->key);
103 bh = sb_bread(sb, block);
207 struct super_block *sb = inode->i_sb; local
223 map_bh(bh_result, sb, block_to_cpu(SYSV_SB(sb),
340 struct super_block *sb = inode->i_sb; local
349 block = block_to_cpu(SYSV_SB(sb), n
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Disofs.h59 static inline struct isofs_sb_info *ISOFS_SB(struct super_block *sb) argument
61 return sb->s_fs_info;
118 extern struct inode *isofs_iget(struct super_block *sb,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Drecovery.c228 journal_superblock_t * sb; local
233 sb = journal->j_superblock;
241 if (!sb->s_start) {
243 be32_to_cpu(sb->s_sequence));
244 journal->j_transaction_sequence = be32_to_cpu(sb->s_sequence) + 1;
285 journal_superblock_t * sb; local
290 sb = journal->j_superblock;
299 int dropped = info.end_transaction - be32_to_cpu(sb->s_sequence);
325 journal_superblock_t * sb; local
343 sb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Dxattr.c239 struct super_block *sb = ip->i_sb; local
241 struct jfs_sb_info *sbi = JFS_SBI(sb);
260 nblocks = (size + (sb->s_blocksize - 1)) >> sb->s_blocksize_bits;
288 ((((nb + sb->s_blocksize - 1)) >> sb->s_blocksize_bits))
289 << sb->s_blocksize_bits;
388 struct super_block *sb = ip->i_sb; local
390 struct jfs_sb_info *sbi = JFS_SBI(sb);
405 jfs_error(sb, "ea_rea
464 struct super_block *sb = inode->i_sb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dinode.c48 spufs_alloc_inode(struct super_block *sb) argument
78 spufs_new_inode(struct super_block *sb, int mode) argument
82 inode = new_inode(sb);
108 spufs_new_file(struct super_block *sb, struct dentry *dentry, argument
119 inode = spufs_new_inode(sb, S_IFREG | mode);
582 spufs_create_root(struct super_block *sb, void *data) argument
592 inode = spufs_new_inode(sb, S_IFDIR | 0775);
605 sb->s_root = d_alloc_root(inode);
606 if (!sb->s_root)
617 spufs_fill_super(struct super_block *sb, voi argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dinode.c45 static struct inode *ncp_alloc_inode(struct super_block *sb) argument
84 static int ncp_remount(struct super_block *sb, int *flags, char* data) argument
240 ncp_iget(struct super_block *sb, struct ncp_entry_info *info) argument
249 inode = new_inode(sb);
398 static int ncp_fill_super(struct super_block *sb, void *raw_data, int silent) argument
417 sb->s_fs_info = server;
488 sb->s_flags |= MS_NODIRATIME; /* probably even noatime */
489 sb->s_maxbytes = 0xFFFFFFFFU;
490 sb->s_blocksize = 1024; /* Eh... Is this correct? */
491 sb
700 ncp_put_super(struct super_block *sb) argument
746 struct super_block *sb = dentry->d_sb; local
[all...]

Completed in 229 milliseconds

<<11121314151617181920>>