Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv6/
Dip6_flowlabel.c471 struct ip6_flowlabel *fl1 = NULL; in ipv6_flowlabel_opt() local
481 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 …]
/linux-2.4.37.9/include/linux/lockd/
Dlockd.h198 nlm_compare_locks(struct file_lock *fl1, struct file_lock *fl2) in nlm_compare_locks() argument
200 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()
/linux-2.4.37.9/fs/
Dlocks.c379 static inline int locks_overlap(struct file_lock *fl1, struct file_lock *fl2) in locks_overlap() argument
381 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() argument
393 return (fl1->fl_owner == fl2->fl_owner) && in locks_same_owner()
394 (fl1->fl_pid == fl2->fl_pid); in locks_same_owner()
/linux-2.4.37.9/drivers/s390/block/
Ddasd_eckd.c126 unsigned int fl1, fl2; in bytes_per_record() local
127 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() local
140 fl1 = round_up_multiple (ECKD_F1 (rdc) * in bytes_per_record()
150 bpr = fl1 + fl2; in bytes_per_record()