Searched refs:b_list (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/lockd/
H A Dclntlock.c36 struct list_head b_list; /* linked list */ member in struct:nlm_wait
100 list_add(&block->b_list, &nlm_blocked);
109 list_del(&block->b_list);
157 list_for_each_entry(block, &nlm_blocked, b_list) {
263 list_for_each_entry(block, &nlm_blocked, b_list) {
H A Dsvclock.c66 if (list_empty(&block->b_list)) {
69 list_del_init(&block->b_list);
77 b = list_entry(pos, struct nlm_block, b_list);
86 list_add_tail(&block->b_list, pos);
96 if (!list_empty(&block->b_list)) {
97 list_del_init(&block->b_list);
115 list_for_each_entry(block, &nlm_blocked, b_list) {
148 list_for_each_entry(block, &nlm_blocked, b_list) {
194 INIT_LIST_HEAD(&block->b_list);
289 if (list_empty(&block->b_list))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/lockd/
H A Dclntlock.c36 struct list_head b_list; /* linked list */ member in struct:nlm_wait
100 list_add(&block->b_list, &nlm_blocked);
109 list_del(&block->b_list);
157 list_for_each_entry(block, &nlm_blocked, b_list) {
263 list_for_each_entry(block, &nlm_blocked, b_list) {
H A Dsvclock.c66 if (list_empty(&block->b_list)) {
69 list_del_init(&block->b_list);
77 b = list_entry(pos, struct nlm_block, b_list);
86 list_add_tail(&block->b_list, pos);
96 if (!list_empty(&block->b_list)) {
97 list_del_init(&block->b_list);
115 list_for_each_entry(block, &nlm_blocked, b_list) {
148 list_for_each_entry(block, &nlm_blocked, b_list) {
194 INIT_LIST_HEAD(&block->b_list);
289 if (list_empty(&block->b_list))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_buf.c190 INIT_LIST_HEAD(&bp->b_list);
1654 if (!list_empty(&bp->b_list)) {
1658 list_del(&bp->b_list);
1667 list_add_tail(&bp->b_list, dwq);
1683 if ((bp->b_flags & XBF_DELWRI) && !list_empty(&bp->b_list)) {
1685 list_del_init(&bp->b_list);
1722 list_move(&bp->b_list, &btp->bt_delwrite_queue);
1773 list_for_each_entry_safe(bp, n, dwq, b_list) {
1787 list_move_tail(&bp->b_list, list);
1808 struct xfs_buf *ap = container_of(a, struct xfs_buf, b_list);
[all...]
H A Dxfs_buf.h174 struct list_head b_list; member in struct:xfs_buf
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_buf.c190 INIT_LIST_HEAD(&bp->b_list);
1654 if (!list_empty(&bp->b_list)) {
1658 list_del(&bp->b_list);
1667 list_add_tail(&bp->b_list, dwq);
1683 if ((bp->b_flags & XBF_DELWRI) && !list_empty(&bp->b_list)) {
1685 list_del_init(&bp->b_list);
1722 list_move(&bp->b_list, &btp->bt_delwrite_queue);
1773 list_for_each_entry_safe(bp, n, dwq, b_list) {
1787 list_move_tail(&bp->b_list, list);
1808 struct xfs_buf *ap = container_of(a, struct xfs_buf, b_list);
[all...]
H A Dxfs_buf.h174 struct list_head b_list; member in struct:xfs_buf
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/lockd/
H A Dlockd.h169 struct list_head b_list; /* linked list of all blocks */ member in struct:nlm_block
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/lockd/
H A Dlockd.h169 struct list_head b_list; /* linked list of all blocks */ member in struct:nlm_block

Completed in 270 milliseconds