Home
last modified time | relevance | path

Searched refs:b_list (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/fs/jffs2/
H A Djffs2_private.h13 struct b_list { struct
26 struct b_list dir; argument
27 struct b_list frag;
103 int sort_list(struct b_list *list);
H A Djffs2_nand_private.h30 struct b_list { struct
39 struct b_list dir; argument
40 struct b_list frag;
H A Dmergesort.c13 int sort_list(struct b_list *list) in sort_list()
H A Djffs2_nand_1pass.c53 free_nodes(struct b_list *list) in free_nodes()
63 add_node(struct b_list *list, int size) in add_node()
94 insert_node(struct b_list *list, struct b_node *new) in insert_node()
136 insert_inode(struct b_list *list, struct jffs2_raw_inode *node, u32 offset) in insert_inode()
154 insert_dirent(struct b_list *list, struct jffs2_raw_dirent *node, u32 offset) in insert_dirent()
H A Djffs2_1pass.c502 free_nodes(struct b_list *list) in free_nodes()
512 add_node(struct b_list *list) in add_node()
551 insert_node(struct b_list *list, u32 offset) in insert_node()
/openbmc/linux/fs/lockd/
H A Dsvclock.c97 if (list_empty(&block->b_list)) { in nlmsvc_insert_block_locked()
100 list_del_init(&block->b_list); in nlmsvc_insert_block_locked()
108 b = list_entry(pos, struct nlm_block, b_list); in nlmsvc_insert_block_locked()
117 list_add_tail(&block->b_list, pos); in nlmsvc_insert_block_locked()
135 if (!list_empty(&block->b_list)) { in nlmsvc_remove_block()
136 list_del_init(&block->b_list); in nlmsvc_remove_block()
158 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_lookup_block()
194 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_find_block()
241 INIT_LIST_HEAD(&block->b_list); in nlmsvc_create_block()
334 if (list_empty(&block->b_list)) in nlmsvc_traverse_blocks()
[all …]
H A Dclntlock.c108 list_add(&block->b_list, &nlm_blocked); in nlmclnt_queue_block()
120 list_del(&block->b_list); in nlmclnt_dequeue_block()
173 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmclnt_grant()
284 list_for_each_entry(block, &nlm_blocked, b_list) { in reclaimer()
/openbmc/linux/fs/xfs/
H A Dxfs_buf.c237 INIT_LIST_HEAD(&bp->b_list); in _xfs_buf_alloc()
2056 list_del_init(&bp->b_list); in xfs_buf_list_del()
2057 wake_up_var(&bp->b_list); in xfs_buf_list_del()
2073 bp = list_first_entry(list, struct xfs_buf, b_list); in xfs_buf_delwri_cancel()
2122 if (list_empty(&bp->b_list)) { in xfs_buf_delwri_queue()
2124 list_add_tail(&bp->b_list, list); in xfs_buf_delwri_queue()
2147 while (!list_empty(&bp->b_list)) { in xfs_buf_delwri_queue_here()
2149 wait_var_event(&bp->b_list, list_empty(&bp->b_list)); in xfs_buf_delwri_queue_here()
2169 struct xfs_buf *ap = container_of(a, struct xfs_buf, b_list); in xfs_buf_cmp()
2170 struct xfs_buf *bp = container_of(b, struct xfs_buf, b_list); in xfs_buf_cmp()
[all …]
H A Dxfs_buf.h172 struct list_head b_list; member
/openbmc/linux/include/linux/lockd/
H A Dlockd.h128 struct list_head b_list; /* linked list */ member
177 struct list_head b_list; /* linked list of all blocks */ member
/openbmc/linux/tools/perf/tests/
H A Dattr.py24 b_list = b.split('|')
27 for b_item in b_list: