Searched refs:fl1 (Results 1 – 4 of 4) sorted by relevance
471 struct ip6_flowlabel *fl1 = NULL; in ipv6_flowlabel_opt() local481 fl1 = sfl->fl; in ipv6_flowlabel_opt()482 atomic_inc(&fl1->users); in ipv6_flowlabel_opt()488 if (fl1 == NULL) in ipv6_flowlabel_opt()489 fl1 = fl_lookup(freq.flr_label); in ipv6_flowlabel_opt()490 if (fl1) { in ipv6_flowlabel_opt()495 if (fl1->share == IPV6_FL_S_EXCL || in ipv6_flowlabel_opt()496 fl1->share != fl->share || in ipv6_flowlabel_opt()497 fl1->owner != fl->owner) in ipv6_flowlabel_opt()501 if (ipv6_addr_cmp(&fl1->dst, &fl->dst) || in ipv6_flowlabel_opt()[all …]
198 nlm_compare_locks(struct file_lock *fl1, struct file_lock *fl2) in nlm_compare_locks() argument200 return fl1->fl_pid == fl2->fl_pid in nlm_compare_locks()201 && fl1->fl_start == fl2->fl_start in nlm_compare_locks()202 && fl1->fl_end == fl2->fl_end in nlm_compare_locks()203 &&(fl1->fl_type == fl2->fl_type || fl2->fl_type == F_UNLCK); in nlm_compare_locks()
379 static inline int locks_overlap(struct file_lock *fl1, struct file_lock *fl2) in locks_overlap() argument381 return ((fl1->fl_end >= fl2->fl_start) && in locks_overlap()382 (fl2->fl_end >= fl1->fl_start)); in locks_overlap()391 locks_same_owner(struct file_lock *fl1, struct file_lock *fl2) in locks_same_owner() argument393 return (fl1->fl_owner == fl2->fl_owner) && in locks_same_owner()394 (fl1->fl_pid == fl2->fl_pid); in locks_same_owner()
126 unsigned int fl1, fl2; in bytes_per_record() local127 fl1 = round_up_multiple (ECKD_F2 (rdc) + dl, in bytes_per_record()131 bpr = fl1 + fl2; in bytes_per_record()135 unsigned int fl1, fl2, int1, int2; in bytes_per_record() local140 fl1 = round_up_multiple (ECKD_F1 (rdc) * in bytes_per_record()150 bpr = fl1 + fl2; in bytes_per_record()