Home
last modified time | relevance | path

Searched refs:fl1 (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-bdrv-graph-mod.c237 BlockDriverState *fl1 = pass_through_node("fl1"); in test_parallel_exclusive_write() local
240 bdrv_drained_begin(fl1); in test_parallel_exclusive_write()
249 bdrv_ref(fl1); in test_parallel_exclusive_write()
252 bdrv_attach_child(top, fl1, "backing", &child_of_bds, in test_parallel_exclusive_write()
255 bdrv_attach_child(fl1, base, "backing", &child_of_bds, in test_parallel_exclusive_write()
262 bdrv_replace_node(fl1, fl2, &error_abort); in test_parallel_exclusive_write()
266 bdrv_drained_end(fl1); in test_parallel_exclusive_write()
268 bdrv_unref(fl1); in test_parallel_exclusive_write()
360 BlockDriverState *fl1 = pass_through_node("fl1"); in test_parallel_perm_update() local
373 c_fl1 = bdrv_attach_child(ws, fl1, "first", &child_of_bds, in test_parallel_perm_update()
[all …]
/openbmc/linux/net/ipv6/
H A Dip6_flowlabel.c654 fl1 = sfl->fl; in ipv6_flowlabel_get()
656 fl1 = NULL; in ipv6_flowlabel_get()
662 if (!fl1) in ipv6_flowlabel_get()
664 if (fl1) { in ipv6_flowlabel_get()
671 fl1->share != fl->share || in ipv6_flowlabel_get()
681 if (fl->linger > fl1->linger) in ipv6_flowlabel_get()
682 fl1->linger = fl->linger; in ipv6_flowlabel_get()
684 fl1->expires = fl->expires; in ipv6_flowlabel_get()
685 fl_link(np, sfl1, fl1); in ipv6_flowlabel_get()
690 fl_release(fl1); in ipv6_flowlabel_get()
[all …]
/openbmc/linux/include/linux/lockd/
H A Dlockd.h375 static inline int nlm_compare_locks(const struct file_lock *fl1, in nlm_compare_locks() argument
378 return file_inode(fl1->fl_file) == file_inode(fl2->fl_file) in nlm_compare_locks()
379 && fl1->fl_pid == fl2->fl_pid in nlm_compare_locks()
380 && fl1->fl_owner == fl2->fl_owner in nlm_compare_locks()
381 && fl1->fl_start == fl2->fl_start in nlm_compare_locks()
382 && fl1->fl_end == fl2->fl_end in nlm_compare_locks()
383 &&(fl1->fl_type == fl2->fl_type || fl2->fl_type == F_UNLCK); in nlm_compare_locks()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_h323_main.c682 struct flowi4 fl1, fl2; in callforward_do_filter() local
685 memset(&fl1, 0, sizeof(fl1)); in callforward_do_filter()
686 fl1.daddr = src->ip; in callforward_do_filter()
691 flowi4_to_flowi(&fl1), false)) { in callforward_do_filter()
694 if (rt_nexthop(rt1, fl1.daddr) == in callforward_do_filter()
707 struct flowi6 fl1, fl2; in callforward_do_filter() local
709 memset(&fl1, 0, sizeof(fl1)); in callforward_do_filter()
710 fl1.daddr = src->in6; in callforward_do_filter()
715 flowi6_to_flowi(&fl1), false)) { in callforward_do_filter()
718 if (ipv6_addr_equal(rt6_nexthop(rt1, &fl1.daddr), in callforward_do_filter()
/openbmc/linux/arch/openrisc/
H A DKconfig104 bool "Have instruction l.fl1"
107 Select this if your implementation has the Class II instruction l.fl1
/openbmc/linux/fs/
H A Dlocks.c588 static inline int locks_overlap(struct file_lock *fl1, struct file_lock *fl2) in locks_overlap() argument
590 return ((fl1->fl_end >= fl2->fl_start) && in locks_overlap()
591 (fl2->fl_end >= fl1->fl_start)); in locks_overlap()
597 static int posix_same_owner(struct file_lock *fl1, struct file_lock *fl2) in posix_same_owner() argument
599 return fl1->fl_owner == fl2->fl_owner; in posix_same_owner()
/openbmc/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c278 const struct nfs4_ff_layout_segment *fl1 = FF_LAYOUT_LSEG(l1); in ff_lseg_match_mirrors() local
282 if (fl1->mirror_array_cnt != fl2->mirror_array_cnt) in ff_lseg_match_mirrors()
284 for (i = 0; i < fl1->mirror_array_cnt; i++) { in ff_lseg_match_mirrors()
285 if (fl1->mirror_array[i] != fl2->mirror_array[i]) in ff_lseg_match_mirrors()
/openbmc/qemu/target/openrisc/
H A Ddisas.c76 INSN(fl1, "r%d, r%d", a->d, a->a)