Searched refs:pnode (Results 26 - 40 of 40) sorted by relevance

12

/linux-master/fs/
H A DMakefile15 pnode.o splice.o sync.o utimes.o d_path.o \
/linux-master/drivers/net/ipvlan/
H A Dipvlan_core.c126 list_for_each_entry_rcu(ipvlan, &port->ipvlans, pnode) {
258 list_for_each_entry_rcu(ipvlan, &port->ipvlans, pnode) {
/linux-master/tools/objtool/
H A Delf.c395 struct rb_node *pnode; local
416 pnode = rb_prev(&sym->node);
417 if (pnode)
418 entry = &rb_entry(pnode, struct symbol, node)->list;
/linux-master/fs/ubifs/
H A Dlprops.c238 * During commit it is sometimes necessary to copy a pnode (see dirty_cow_pnode)
239 * and the lprops that the pnode contains. When that happens, references in
337 * During commit it is sometimes necessary to copy a pnode (see dirty_cow_pnode)
338 * and the lprops that the pnode contains. When that happens, references in
492 struct ubifs_pnode *pnode; local
496 pnode = (struct ubifs_pnode *)container_of(lprops - pos,
499 return !test_bit(COW_CNODE, &pnode->flags) &&
500 test_bit(DIRTY_CNODE, &pnode->flags);
H A Ddebug.c924 void ubifs_dump_pnode(struct ubifs_info *c, struct ubifs_pnode *pnode, argument
929 pr_err("(pid %d) dumping pnode:\n", current->pid);
931 (size_t)pnode, (size_t)parent, (size_t)pnode->cnext);
933 pnode->flags, iip, pnode->level, pnode->num);
935 struct ubifs_lprops *lp = &pnode->lprops[i];
H A Dubifs.h594 * @pnode: pnode child
602 struct ubifs_pnode *pnode; member in union:ubifs_nbranch::__anon348
1200 * @pcnt_bits: number of bits needed to record pnode or nnode number
1203 * @pnode_sz: size of on-flash pnode
1221 * @lpt_nod_buf: buffer for an on-flash nnode or pnode
1983 struct ubifs_pnode *pnode);
/linux-master/lib/
H A Dobjagg.c782 struct objagg_tmp_node *pnode; local
812 pnode = &graph->nodes[i];
815 pnode->objagg_obj->obj,
H A Dmaple_tree.c1609 struct maple_node *pnode; local
1615 pnode = mte_parent(mas->node);
1617 penode = mt_mk_node(pnode, pmt);
1618 pgaps = ma_gaps(pnode, pmt);
1622 meta_offset = ma_meta_gap(pnode);
1634 ma_set_meta_gap(pnode, pmt, offset);
1636 new = ma_max_gap(pnode, pgaps, pmt, &meta_offset);
1637 ma_set_meta_gap(pnode, pmt, meta_offset);
1640 if (ma_is_root(pnode))
1644 pnode
[all...]
/linux-master/net/tipc/
H A Dsocket.c2202 u32 pnode = tsk_peer_node(tsk); local
2229 if (oport != pport || onode != pnode)
2260 pnode == onode)) {
2277 tipc_node_remove_conn(net, pnode, tsk->portid);
2832 u32 pnode = tsk_peer_node(tsk); local
2841 tipc_node_remove_conn(sock_net(sk), pnode, pport); local
2847 pnode, self, pport, oport, TIPC_OK);
2872 u32 pnode = tsk_peer_node(tsk); local
2895 rc = tipc_node_xmit(sock_net(sk), &list, pnode, tsk->portid);
2899 tipc_dest_push(&tsk->cong_links, pnode,
[all...]
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_nvme.c1195 * @pnode: pointer to a node-list data structure
1209 struct lpfc_nodelist *pnode,
1235 (pnode->nlp_flag & NLP_FIRSTBURST)) {
1237 if (req_len < pnode->nvme_fb_size)
1242 pnode->nvme_fb_size;
1272 if (pnode->nlp_nvme_info & NLP_NVME_NSLER) {
1291 phba->sli4_hba.rpi_ids[pnode->nlp_rpi]);
1207 lpfc_nvme_prep_io_cmd(struct lpfc_vport *vport, struct lpfc_io_buf *lpfc_ncmd, struct lpfc_nodelist *pnode, struct lpfc_fc4_ctrl_stat *cstat) argument
H A Dlpfc_hbadisc.c110 ndlp = rdata->pnode;
111 if (!rdata->pnode) {
137 ndlp = rdata->pnode;
159 ndlp = ((struct lpfc_rport_data *)rport->dd_data)->pnode;
246 ((struct lpfc_rport_data *)rport->dd_data)->pnode = NULL;
4506 rdata->pnode = lpfc_nlp_get(ndlp);
4507 if (!rdata->pnode) {
H A Dlpfc_bsg.c384 struct lpfc_nodelist *ndlp = rdata->pnode;
647 struct lpfc_nodelist *ndlp = rdata->pnode;
H A Dlpfc_sli.c1259 ndlp = lpfc_cmd->rdata->pnode;
12633 if ((lpfc_cmd->rdata) && (lpfc_cmd->rdata->pnode) &&
12634 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id) &&
12639 if ((lpfc_cmd->rdata) && (lpfc_cmd->rdata->pnode) &&
12640 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id))
12922 ndlp = lpfc_cmd->rdata->pnode;
H A Dlpfc_attr.c6927 struct lpfc_nodelist *ndlp = rdata->pnode;
/linux-master/fs/f2fs/
H A Dsegment.c1026 struct rb_node **pnode = &root->rb_root.rb_node; local
1038 while (*pnode) {
1039 parent = *pnode;
1040 dc = rb_entry(*pnode, struct discard_cmd, rb_node);
1043 pnode = &(*pnode)->rb_left;
1045 pnode = &(*pnode)->rb_right;
1050 *insert_p = pnode;

Completed in 322 milliseconds

12