Home
last modified time | relevance | path

Searched refs:get_item (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/ppp/
Dpppoe.c232 static inline struct pppox_sock *get_item(struct pppoe_net *pn, __be16 sid, in get_item() function
260 pppox_sock = get_item(pn, sp->sa_addr.pppoe.sid, in get_item_by_addr()
452 po = get_item(pn, ph->sid, eth_hdr(skb)->h_source, dev->ifindex); in pppoe_rcv()
490 po = get_item(pn, ph->sid, eth_hdr(skb)->h_source, dev->ifindex); in pppoe_disc_rcv()
/linux-3.4.99/fs/reiserfs/
Dinode.c685 item = get_item(&path); in reiserfs_get_block()
1036 item = get_item(&path); in reiserfs_get_block()
2233 item = get_item(&path); in map_block_for_writepage()
Dbitmap.c821 item = get_item(path); in get_left_neighbor()
Dreiserfs.h1932 #define get_item(path) ((void *)B_N_PITEM(PATH_PLAST_BUFFER(path), PATH_LAST_POSITION (path))) macro