Home
last modified time | relevance | path

Searched refs:sibling (Results 1 – 7 of 7) sorted by relevance

/fs/proc/
A Darray.c738 !(list_empty(&task->sibling))) { in get_children_pid()
739 if (list_is_last(&task->sibling, &start->children)) in get_children_pid()
741 task = list_first_entry(&task->sibling, in get_children_pid()
742 struct task_struct, sibling); in get_children_pid()
763 list_for_each_entry(task, &start->children, sibling) { in get_children_pid()
/fs/openpromfs/
A Dinode.c214 child = child->sibling; in openpromfs_lookup()
298 child = child->sibling; in openpromfs_readdir()
309 child = child->sibling; in openpromfs_readdir()
/fs/xfs/scrub/
A Ddabtree.c237 xfs_dablk_t sibling) in xchk_da_btree_block_check_sibling() argument
251 if (sibling == 0) { in xchk_da_btree_block_check_sibling()
273 if (altpath->blk[level].blkno != sibling) in xchk_da_btree_block_check_sibling()
A Dbtree.c259 union xfs_btree_ptr *sibling) in xchk_btree_block_check_sibling() argument
278 if (xfs_btree_ptr_is_null(cur, sibling)) { in xchk_btree_block_check_sibling()
309 if (xfs_btree_cmp_two_ptrs(cur, pp, sibling)) in xchk_btree_block_check_sibling()
/fs/xfs/libxfs/
A Dxfs_btree.c73 xfs_fsblock_t sibling; in xfs_btree_check_fsblock_siblings() local
78 sibling = be64_to_cpu(dsibling); in xfs_btree_check_fsblock_siblings()
79 if (sibling == fsb) in xfs_btree_check_fsblock_siblings()
81 if (!xfs_verify_fsbno(mp, sibling)) in xfs_btree_check_fsblock_siblings()
92 xfbno_t sibling; in xfs_btree_check_memblock_siblings() local
97 sibling = be64_to_cpu(dsibling); in xfs_btree_check_memblock_siblings()
98 if (sibling == bno) in xfs_btree_check_memblock_siblings()
111 xfs_agblock_t sibling; in xfs_btree_check_agblock_siblings() local
116 sibling = be32_to_cpu(dsibling); in xfs_btree_check_agblock_siblings()
117 if (sibling == agbno) in xfs_btree_check_agblock_siblings()
[all …]
/fs/smb/server/
A Dtransport_rdma.c837 struct smb_direct_sendmsg *sendmsg, *sibling; in send_done() local
863 sibling = container_of(pos, struct smb_direct_sendmsg, list); in send_done()
864 smb_direct_free_sendmsg(t, sibling); in send_done()
867 sibling = container_of(pos, struct smb_direct_sendmsg, list); in send_done()
868 smb_direct_free_sendmsg(t, sibling); in send_done()
/fs/
A Dexec.c1001 list_replace_init(&leader->sibling, &tsk->sibling); in de_thread()

Completed in 29 milliseconds