Home
last modified time | relevance | path

Searched refs:sb (Results 1 – 3 of 3) sorted by relevance

/net/netfilter/ipvs/
Dip_vs_sync.c159 struct ip_vs_sync_buff *sb; in sb_dequeue() local
163 sb = NULL; in sb_dequeue()
165 sb = list_entry(ip_vs_sync_queue.next, in sb_dequeue()
168 list_del(&sb->list); in sb_dequeue()
172 return sb; in sb_dequeue()
177 struct ip_vs_sync_buff *sb; in ip_vs_sync_buff_create() local
179 if (!(sb=kmalloc(sizeof(struct ip_vs_sync_buff), GFP_ATOMIC))) in ip_vs_sync_buff_create()
182 if (!(sb->mesg=kmalloc(sync_send_mesg_maxlen, GFP_ATOMIC))) { in ip_vs_sync_buff_create()
183 kfree(sb); in ip_vs_sync_buff_create()
186 sb->mesg->nr_conns = 0; in ip_vs_sync_buff_create()
[all …]
/net/sunrpc/
Drpc_pipe.c154 rpc_alloc_inode(struct super_block *sb) in rpc_alloc_inode() argument
519 rpc_get_inode(struct super_block *sb, int mode) in rpc_get_inode() argument
521 struct inode *inode = new_inode(sb); in rpc_get_inode()
870 rpc_fill_super(struct super_block *sb, void *data, int silent) in rpc_fill_super() argument
875 sb->s_blocksize = PAGE_CACHE_SIZE; in rpc_fill_super()
876 sb->s_blocksize_bits = PAGE_CACHE_SHIFT; in rpc_fill_super()
877 sb->s_magic = RPCAUTH_GSSMAGIC; in rpc_fill_super()
878 sb->s_op = &s_ops; in rpc_fill_super()
879 sb->s_time_gran = 1; in rpc_fill_super()
881 inode = rpc_get_inode(sb, S_IFDIR | 0755); in rpc_fill_super()
[all …]
/net/
Dsocket.c246 static struct inode *sock_alloc_inode(struct super_block *sb) in sock_alloc_inode() argument