Searched refs:sb (Results 1 - 7 of 7) sorted by relevance

/net/netfilter/ipvs/
H A Dip_vs_sync.c300 struct ip_vs_sync_buff *sb; local
304 sb = NULL;
307 sb = list_entry(ms->sync_queue.next, struct ip_vs_sync_buff,
309 list_del(&sb->list);
316 return sb;
325 struct ip_vs_sync_buff *sb; local
327 if (!(sb=kmalloc(sizeof(struct ip_vs_sync_buff), GFP_ATOMIC)))
330 sb->mesg = kmalloc(ipvs->send_mesg_maxlen, GFP_ATOMIC);
331 if (!sb->mesg) {
332 kfree(sb);
348 ip_vs_sync_buff_release(struct ip_vs_sync_buff *sb) argument
357 struct ip_vs_sync_buff *sb = ms->sync_buff; local
382 struct ip_vs_sync_buff *sb; local
407 struct ip_vs_sync_buff *sb; local
1616 struct ip_vs_sync_buff *sb; local
1631 struct ip_vs_sync_buff *sb; local
[all...]
/net/core/
H A Dgen_stats.c163 struct gnet_stats_basic sb; local
165 memset(&sb, 0, sizeof(sb));
166 sb.bytes = bstats.bytes;
167 sb.packets = bstats.packets;
168 return gnet_stats_copy(d, TCA_STATS_BASIC, &sb, sizeof(sb));
/net/sunrpc/
H A Drpc_pipe.c195 rpc_alloc_inode(struct super_block *sb) argument
473 rpc_get_inode(struct super_block *sb, umode_t mode) argument
475 struct inode *inode = new_inode(sb);
1206 struct dentry *rpc_d_lookup_sb(const struct super_block *sb, argument
1210 return d_hash_and_lookup(sb->s_root, &dir);
1385 rpc_fill_super(struct super_block *sb, void *data, int silent) argument
1393 sb->s_blocksize = PAGE_CACHE_SIZE;
1394 sb->s_blocksize_bits = PAGE_CACHE_SHIFT;
1395 sb->s_magic = RPCAUTH_GSSMAGIC;
1396 sb
1454 rpc_kill_sb(struct super_block *sb) argument
[all...]
H A Dclnt.c120 static struct dentry *rpc_setup_pipedir_sb(struct super_block *sb, argument
128 dir = rpc_d_lookup_sb(sb, dir_name);
184 struct super_block *sb)
191 dentry = rpc_setup_pipedir_sb(sb, clnt);
208 struct super_block *sb)
214 error = __rpc_clnt_handle_event(clnt, event, sb);
240 struct super_block *sb = ptr; local
244 while ((clnt = rpc_get_client_for_event(sb->s_fs_info, event))) {
245 error = __rpc_pipefs_event(clnt, event, sb);
183 __rpc_clnt_handle_event(struct rpc_clnt *clnt, unsigned long event, struct super_block *sb) argument
207 __rpc_pipefs_event(struct rpc_clnt *clnt, unsigned long event, struct super_block *sb) argument
/net/ceph/
H A Ddebugfs.c78 char sb[64]; local
83 ceph_osdmap_state_str(sb, sizeof(sb), state),
/net/9p/
H A Dclient.c1893 int p9_client_statfs(struct p9_fid *fid, struct p9_rstatfs *sb) argument
1910 err = p9pdu_readf(req->rc, clnt->proto_version, "ddqqqqqqd", &sb->type,
1911 &sb->bsize, &sb->blocks, &sb->bfree, &sb->bavail,
1912 &sb->files, &sb->ffree, &sb->fsid, &sb
[all...]
/net/
H A Dsocket.c249 static struct inode *sock_alloc_inode(struct super_block *sb) argument

Completed in 318 milliseconds